+ Reply to Thread
Results 1 to 9 of 9
-
Thanks but that does not work. The new directory shows up when you select search for subtitles, but it does not automatically grab and use a subtitle from that directory when you play the video.
-
Why not put the video and subtitle file through handbrake? you can either have it burned in (actually on the video) or encoded into the file so you can just display the subtitles when required, you can then delete the subtitle files, keeps everything nice and neat. I've done this with a number of foreign dialogue movies.
-
Why not put the video and subtitle file through handbrake?
I would re-mux and embed the subtitles with eg. MKVToolnix, mkvmerge, ffmpeg. -
I'm not using it, but are you sure you're using the correct options, like these:
- Subtitles - "Load only subs that match filenames" (disable)
- Fade/3D/Location - "Prioritize the specified folders"
- Language/Sync/Other - Subtitle priority: "Prefer external subtitles" or "Allow exteral subtitles only"
Possibly some options could affect it too, like "Remember subtitle track selections", if you opened 1 movie with internal subtitles, they are used when you open the same movie again - if this option is used, so you could try to disable it. -
-
Just gotta lean how
Suppose your naming convention is Video.mkv, Video.srt place this in a batch file
Code:if not exist muxed md muxed for %%g in (*.mkv,*.mp4) do ( ffmpeg -i "%%g" -i "%%~ng.srt" -c copy muxed\"%%g" )
Similar Threads
-
How to move second subtitle in potplayer?
By josd in forum Software PlayingReplies: 1Last Post: 14th Jul 2024, 23:35 -
[PotPlayer] Playing Next File in Directory (Lost Settings)
By Labrea in forum Software PlayingReplies: 0Last Post: 15th Nov 2021, 12:27 -
Potplayer Uses 50% CPU while VLC uses only 2% in 4K HEVC Video
By tosunkaya in forum Software PlayingReplies: 0Last Post: 16th Jun 2021, 09:50 -
Not able to change any advanced video playback settings in VLC or Potplayer
By Russ10 in forum Newbie / General discussionsReplies: 18Last Post: 31st Dec 2020, 07:55 -
PotPlayer/VLC, display multiple cover art images.
By Art Poulos in forum AudioReplies: 1Last Post: 12th May 2020, 17:17