Sgt.CrappyPants
25th January 2006, 08:26
I am encountering some problem when muxing the video and audio.
I use this command line to compress the video and audio
-----------------
x264 --crf 22 --filter -2,-1 --trellis 1 --threads 2 --ref 3 --mixed-refs --bframes 3 --b-pyramid --subme 6 --b-rdo --weightb --analyse all --8x8dct --progress --output v.mp4 1.avs
aacenc32 -profile HE -vbr normal a.wav
mp4box -fps 23.976 -add v.mp4 -add a.mp4 -new vid.mp4
------------------
1.avs
DirectShowSource( "v.avi" ) #this is an xvid
------------------
The thing is that the video and audio come out fine when played separately.
But when I try to mux them, it takes eternity for mp4box to import the video files. I started muxing and left it running only to get an ouput after 13 hrs. And the output when played back crashes the MPlayerc.
I am using x264 core:44 svn-408 and mp4box gpac version 0.4.1-DEV
I have encountered this problem with several of my encodes, tried searching the forums only to get no results.
also, x264 outputs this before starting the encode
-------------
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
-------------
Whats the possible remedy of this problem. Help anyone!!!
I use this command line to compress the video and audio
-----------------
x264 --crf 22 --filter -2,-1 --trellis 1 --threads 2 --ref 3 --mixed-refs --bframes 3 --b-pyramid --subme 6 --b-rdo --weightb --analyse all --8x8dct --progress --output v.mp4 1.avs
aacenc32 -profile HE -vbr normal a.wav
mp4box -fps 23.976 -add v.mp4 -add a.mp4 -new vid.mp4
------------------
1.avs
DirectShowSource( "v.avi" ) #this is an xvid
------------------
The thing is that the video and audio come out fine when played separately.
But when I try to mux them, it takes eternity for mp4box to import the video files. I started muxing and left it running only to get an ouput after 13 hrs. And the output when played back crashes the MPlayerc.
I am using x264 core:44 svn-408 and mp4box gpac version 0.4.1-DEV
I have encountered this problem with several of my encodes, tried searching the forums only to get no results.
also, x264 outputs this before starting the encode
-------------
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
Index Type(1) chunks(111063)
Index Type(2) chunks(111054)
-------------
Whats the possible remedy of this problem. Help anyone!!!