PDA

View Full Version : MP4Box Help Needed


fight2win
4th February 2006, 16:02
hi,
while trying to mux avc mp4 video and aac mp4 audio in a single mp4 file, i am getting error in mp4box, i am using latest mp4box, here is the type of commandline i am using, can anyone help:


%mp4box% -add %Videofolder%\Film.mp4:lang=deuar=64:45:name="Hauptfilm" -add %Videofolder%\Deutsch.mp4:lang=deu:name="Deutsch 5.1" -add %Videofolder%\Sub1.srt:lang=deu:name="Forced Deutsch" -add %Videofolder%\Sub2.srt:lang=deu:name="Deutsch" -chap %Videofolder%\Daten\Chapter.txt %Videofolder%\%Videotitle%.mp4

kotrtim
4th February 2006, 16:57
MP4Box.exe -add "video.mp4:lang=eng:name=track 3:par=10:11" -add "video.mp4:lang=eng:name=track 1" "audio.mp4" -chap "chapter.txt"

a sample command line

%mp4box% -add %Videofolder%\Film.mp4:lang=deuar=64:45:name="Hauptfilm" -add

is there anything wrong here, deuar=64:45??? I think you forgot to type in par

fight2win
5th February 2006, 16:18
this worked earlier!