Howdy,
I have a m4v file with English Closed Caption and French + Spanish Subtitle.
I have managed to extract the CC with CCextractor.
However I have no idea how to extract the other two tracks.
Code:Text #1 ID : 4 Format : Timed text Muxing mode : sbtl Codec ID : tx3g Duration : 1s 0ms Bit rate : 88 bps Delay relative to video : -42ms Stream size : 11.0 Bytes (0%) Language : English Encoded date : UTC 2013-06-06 17:19:30 Tagged date : UTC 2013-06-06 17:22:00 Text #2 ID : 6 Format : Timed text Muxing mode : sbtl Codec ID : tx3g Duration : 1h 42mn Source duration : 1h 42mn Bit rate mode : Variable Bit rate : 0 bps Delay relative to video : -42ms Stream size : 212 Bytes (0%) Source stream size : 212 Bytes (0%) Language : Spanish Encoded date : UTC 2013-06-06 17:19:30 Tagged date : UTC 2013-06-06 17:22:00 Text #3 ID : 7 Format : Timed text Muxing mode : sbtl Codec ID : tx3g Duration : 1h 42mn Source duration : 1h 42mn Bit rate mode : Variable Bit rate : 85 bps Delay relative to video : -42ms Stream size : 63.5 KiB (0%) Source stream size : 63.5 KiB (0%) Language : Spanish Encoded date : UTC 2013-06-06 17:19:30 Tagged date : UTC 2013-06-06 17:22:00 Text #4 ID : 8 Format : Timed text Muxing mode : sbtl Codec ID : tx3g Duration : 1h 42mn Source duration : 1h 42mn Bit rate mode : Variable Bit rate : 93 bps Delay relative to video : -42ms Stream size : 69.8 KiB (0%) Source stream size : 69.8 KiB (0%) Language : French Encoded date : UTC 2013-06-06 17:19:30 Tagged date : UTC 2013-06-06 17:22:00 Text #5 ID : 10 Format : Timed text Codec ID : tx3g Duration : 1h 42mn Bit rate mode : Variable Language : English Encoded date : UTC 2013-06-06 17:19:30 Tagged date : UTC 2013-06-06 17:22:00
Anything on the extraction of the French and spanish subs would be greatly appreciated.
+ Reply to Thread
Results 1 to 30 of 55
-
-
Have you tried mp4box? or a gui/frontend it for it like MyMp4boxgui.
-
I came across the same situation and your suggestion worked perfectly. Thanks.
I just want to make a comment. I tried using mkvmerge hoping that I would then be able to extract the subtitle file. For what ever reason the subtitles were not recognised and did not show up in the list of contents. Only the video and audio portions were recognised / visible. Then as per your suggestion I downloaded mp4boxgui and used it to demux the files. It did a perfect job and gave me an srt subtitle file. I am surprised that mkvmerge did not recognise the subtitles.
I have come across something similar in the past with some mkv files. The subtitles were visible in mkvextractgui but could simply not be extracted. What I then had to do was first convert the file to a lower bit rate mkv file using handbrake (as was the original intent). Then opened the newly created mkv file in mkvmegegui. Added the original source file to the list and unchecked the video and audio portions from the added original source file. When I merged the new compilation the subtitles were properly included and worked flawlessly. Strange in deed ! -
-
@hunnypuppy: since videoupdatertools is hosted over at codeplex, will there be source code?
-
-
Added a mirror to the Video updater tools. The subtitleextractor looks handy.
-
I suggest you run the file through mkvmerge. When the file is loaded you should see 3 streams - video, audio and sub-titles. Once the process is complete you should be able to extract the srt file using mkvextractgui.
Last edited by pmshah; 14th Mar 2015 at 07:33. Reason: spelling and grammar correction.
-
Last edited by djrecor; 14th Mar 2015 at 09:46.
-
I downloaded the latest version (0.6.0.6).
This is the error I got on another computer.
-
I installed that too, but i have no idea how to use it.. Sorry if my questions sound stupid, but three months ago I had no problems with this..
-
What happens? Are you getting the same error?
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Nothing. For a second there is "Proccesing" in the title of the window, and that's it.
And this is what log is saying:
*** Begin Demux Job 14.3.2015 18:07:47 ***
Begin: 14.3.2015 18:07:47, End: 14.3.2015 18:07:48, Difference: 00:00:00, STATUS: Complete
*** End Demux Job 14.3.2015 18:07:48 ***
No errors or anything anywhere. -
Try the following:
1. Download&Install Hybrid
2. Start Hybrid
3. load your file into Hybrid
4. set a output file (in example: h:\test.mp4) <- this is only necessary so Hybrid has an output folde
5. enable 'Main->Handling->Subtitle->All subtitles'
6. press 'Main->Handling->Subtitle->Extract Subtitle'
This should extract all the subtitles from your file using Mp4Box.
If that also fails, enable: Config->Internals->Create debug, file level 9
and again press 'Main->Handling->Subtitle->Extract Subtitle' this will at least create a HybridDebugOutput.txt file which should contain the used MP4Box call.
Try what happens if you call that call inside a Windows command prompt.users currently on my ignore list: deadrats, Stears555, marcorocchini -
Thanks. This worked for one movie, but not for the one I need subs from. All i get is: Couldn't extract... .srt
There must be some sort of extra protection for the subtitles or something. -
Probably, like I told you if you create a debug output file, you can see the MP4Box call which is used to extract the subtitles, which you could then call in a terminal to exactly see why MP4box doesn't extract the subtitles,...
users currently on my ignore list: deadrats, Stears555, marcorocchini -
-> what happens if you call:
Code:"C:\Program Files\Hybrid\MP4Box.exe" "E:\Exodus Gods and Kings.m4v" -srt 3 -out "C:\Users\Niko\Desktop\Exodus Gods and Kings_lang_en.srt"
users currently on my ignore list: deadrats, Stears555, marcorocchini -
Truncated file = file is incomplete
incomplete box mov + "tx3g" size invalid -> file either broken or truncated
-> either the file is broken one way or the other or it is encrypted.users currently on my ignore list: deadrats, Stears555, marcorocchini -
I am asking out of curiosity. When you play back the file can you turn the subtitles on and off ? If you can do they generally appear around the person who is speaking ? If the answer is yes you might want to try ClosedCaptionExtractor. It just might do the job. I have had to deal with a couple of BD rips with similar problems. At times m2Ts Muxer also has been helpful.
-
If you can reproduce the issue with a small file you could post it here so people can have a look at it.
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
m4v to MP4 ??
By The.King in forum Video ConversionReplies: 15Last Post: 5th May 2015, 12:48 -
Plain English Guide to MP4Box and Repacking MKV-MP4, MP4-MP4 (M4V).
By raregrit in forum Video ConversionReplies: 3Last Post: 8th Jul 2013, 12:52 -
Add Soft Subtitles and Chapters to m4v / mp4 (How to in Windows)
By mikec798 in forum SubtitleReplies: 5Last Post: 2nd Nov 2012, 11:49 -
M4V to MP4 Container help
By Cornholio77 in forum Video ConversionReplies: 5Last Post: 1st Jan 2012, 03:28 -
Converting MKV to MP4 (m4v) for iPod Touch with ASS subtitles [HELP]
By The_Jelly in forum Video ConversionReplies: 3Last Post: 14th Jan 2010, 00:17