I know how to extract subtitles from OGMs but how do I extract from one hundread of OGMs at once without having to do it one bye one?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Batch process with ogmdemuxer.
for %%f in (*.ogm) DO (ogmdemuxer.exe tracks #:"%%~nf.srt") where # is the subtitle track.
Similar Threads
-
Does anyone know how to extract subtitles from .ts?
By ALUOp in forum DVB / IPTVReplies: 48Last Post: 27th Jul 2022, 00:39 -
Extract subtitles from avi
By Snowcrystal in forum SubtitleReplies: 11Last Post: 16th Feb 2014, 19:08 -
How to extract subtitles from .wtv?
By devilcoelhodog in forum SubtitleReplies: 0Last Post: 12th Jan 2012, 20:44 -
Extract subtitles from .ts
By anchonio in forum DVB / IPTVReplies: 9Last Post: 16th Apr 2011, 04:07 -
Can't extract DVD subtitles
By idrougge in forum ffmpegX general discussionReplies: 1Last Post: 21st Nov 2008, 13:58