I have a .mp4 file with about 30 different languages timed text subtitles. How do I extract all 30 timed text subtitles using MP4Box 2.0? Is there a way to bulk extract the 30 timed text subtitles using MP4Box 2.0 at once?
+ Reply to Thread
Results 1 to 9 of 9
-
-
no, you would need a gui or something similar to do that. MP4Box has no option for bulk extraction (see: https://www.mankier.com/1/mp4box).
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Thanks. I was able to extract using MP4Box GUI. Extractions doesn't name the languages in the SRT files. Is there a way to include the names of the different languages?
-
No clue, haven't used mp4box gui for 10+ years, but unless the subtitles are tagged with their language definitely not.
users currently on my ignore list: deadrats, Stears555, marcorocchini -
GPAC contributor here. Sorry I am late to the game...
MP4Box allows to extract the N-th text track using #textN. Example to extract the 30th subtitle track:
I'm pretty sure we can get the new 'gpac' executable to extract all subs at once. I'll let you know here.Code:MP4Box -add source.mp4#text30 -new sub30.mp4
Don't hesistate to post on our github issue tracker. You'll get some more responsive help there
-
If you update to the latest GPAC, you will be able to do the following:
or even shorter using templates:Code:gpac -i source.mp4 @@0#text1 -o sub1.mp4 @@0#text2 -o sub2.mp4 ... @@0#text30 -o sub30.mp4
For those who don't know, the 'gpac' executable was introduce circa 2020 with the GPAC 1.0 beta. 'gpac' allows to build dynamic processing pipelines. It does not replace MP4Box completely. Wiki: https://github.com/gpac/gpac/wiki/FiltersCode:gpac -i source.mp4 @#text -o sub_$PID$_$Language$.srt
We are making GPAC better thanks to your feedback. Do not hesitate to contact us
Similar Threads
-
Time Text subtitles
By vega69-ux in forum Video ConversionReplies: 20Last Post: 3rd Mar 2022, 19:50 -
Convert Timed Text subtitles to ASS with text positions?
By Hakunamatata67 in forum SubtitleReplies: 0Last Post: 3rd Feb 2022, 03:08 -
Subtitles to extract
By ecolek in forum Video Streaming DownloadingReplies: 2Last Post: 14th Feb 2021, 06:45 -
Hardcoded subtitles, just need the timings but not the text
By Rathma in forum SubtitleReplies: 0Last Post: 29th May 2018, 19:42 -
Extract CC with text positions
By Hakunamatata67 in forum SubtitleReplies: 4Last Post: 12th Dec 2017, 00:50


Quote
