I'd like to know if there is a way to put a label on a subtitle or an audio track. So that, in VLC, instead of "track 1", "track 2" and so on, I have an indication of the content of each track.
I'm not interested in embedded subtitles, since they are obviously not yet supported by VLC. I'm talking about subtitles which are in an external .srt file.
I know I open once an mp4 file with VLC, and in the video>subtitle track menu, there was written "track 1 [english]" instead of just "track 1". Of course I'm unable to find it again...
Does any body know how to "labelize" this audio and subtitles tracks?
+ Reply to Thread
Results 1 to 3 of 3
-
-
Code:
./MP4Box -add video.mp4#video -add video.mp4#trackID=2:lang=eng video-new.mp4
Don't forget to run ./MP4Box -info video.mp4 to know which track got which ID. The ID have NOTHING to do with the order of the tracks.
track # 3 can have ID 34, even if there is only 5 tracks altogether.
I'm still searching how to modify the language without having to reimport the tracks. If somebody has an idea... -
ok:
Code:./MP4Box -info video.mp4
Code:./MP4Box -lang trackID=eng video.mp4
It's faster than the other method, even if the whole file has to be rewritten also. I couldn't manage to find a way to change/set many tracks' languages at the same time...
Similar Threads
-
multiAVCHD misses multiple audio or subtitles tracks
By Japo in forum Authoring (Blu-ray)Replies: 2Last Post: 24th Jun 2011, 18:26 -
Merging/Converting Multiple M2TS files to MKV With Multiple Audio Tracks
By Nicholas S. Folsom in forum Video ConversionReplies: 1Last Post: 13th May 2011, 18:34 -
Converting .ogm to mpeg-4 with subtitles and multiple audio tracks
By Weasel3689 in forum ffmpegX general discussionReplies: 1Last Post: 23rd May 2009, 11:34 -
mkv - deleting multiple audio tracks & subtitles - then convert to avi
By fme008 in forum Video ConversionReplies: 2Last Post: 24th Mar 2009, 06:12 -
how do I join multiple avi files with multiple audio tracks?
By helloguys in forum EditingReplies: 1Last Post: 26th Dec 2007, 02:28