MeteorRain
26th July 2005, 18:43
i encoded a 24min long video.
the original video is in x264 in avi, and i want to reencoded to x264 in mp4.
i use meGUI as my GUI, set up a CQ task and encode.
when encoding finished, the final work mp4 couldn't play. i can see (and only see) the 1st frame, and seems the length of the video is 0.0x sec.
i have encoded it for 3 times, using different quantizer, but all failed.
here is the avs:
directshowsource("傌偲傌偲偝傫 戞01榖乽偍偼傛乕偝乕傫乿 (D-SUN 640x480 x264 AAC).avi", audio=false)
here is the meGUI log:
Next job job9 is a video job. encoder commandline:
"H:\mp4\x264.exe" --qp 25 --ref 3 --bframes 16 --b-pyramid --weightb --analyse p8x8,b8x8,i4x4,p4x4,i8x8 --ipratio 1.0 --pbratio 1.0 --threads 2 --progress --no-psnr --output "I:\subgroup\petopeto\01.mp4" "I:\subgroup\petopeto\01.avs"
successfully set up video encoder and callbacks for job job9
----------------------------------------------------------------------------------------------------------
Log for job job9
This is a CQ job so there's no desired bitrate. Obtained video bitrate: 56853.3216 kbit/s
----------------------------------------------------------------------------------------------------------
and then i try to trim the video. i put trim(0,1000) in the avs and encode. the final work goes well:
Next job job9 is a video job. encoder commandline:
"H:\mp4\x264.exe" --qp 25 --ref 3 --bframes 16 --b-pyramid --weightb --analyse p8x8,b8x8,i4x4,p4x4,i8x8 --ipratio 1.0 --pbratio 1.0 --threads 2 --progress --no-psnr --output "I:\subgroup\petopeto\01.mp4" "I:\subgroup\petopeto\01.avs"
successfully set up video encoder and callbacks for job job9
----------------------------------------------------------------------------------------------------------
Log for job job9
This is a CQ job so there's no desired bitrate. Obtained video bitrate: 2622.476 kbit/s
----------------------------------------------------------------------------------------------------------
then i try to encoded it into xvid first, and use avisource() to load the video. but after i finished encoding x264, the final work is still stop working.
what can it be?
the original video is in x264 in avi, and i want to reencoded to x264 in mp4.
i use meGUI as my GUI, set up a CQ task and encode.
when encoding finished, the final work mp4 couldn't play. i can see (and only see) the 1st frame, and seems the length of the video is 0.0x sec.
i have encoded it for 3 times, using different quantizer, but all failed.
here is the avs:
directshowsource("傌偲傌偲偝傫 戞01榖乽偍偼傛乕偝乕傫乿 (D-SUN 640x480 x264 AAC).avi", audio=false)
here is the meGUI log:
Next job job9 is a video job. encoder commandline:
"H:\mp4\x264.exe" --qp 25 --ref 3 --bframes 16 --b-pyramid --weightb --analyse p8x8,b8x8,i4x4,p4x4,i8x8 --ipratio 1.0 --pbratio 1.0 --threads 2 --progress --no-psnr --output "I:\subgroup\petopeto\01.mp4" "I:\subgroup\petopeto\01.avs"
successfully set up video encoder and callbacks for job job9
----------------------------------------------------------------------------------------------------------
Log for job job9
This is a CQ job so there's no desired bitrate. Obtained video bitrate: 56853.3216 kbit/s
----------------------------------------------------------------------------------------------------------
and then i try to trim the video. i put trim(0,1000) in the avs and encode. the final work goes well:
Next job job9 is a video job. encoder commandline:
"H:\mp4\x264.exe" --qp 25 --ref 3 --bframes 16 --b-pyramid --weightb --analyse p8x8,b8x8,i4x4,p4x4,i8x8 --ipratio 1.0 --pbratio 1.0 --threads 2 --progress --no-psnr --output "I:\subgroup\petopeto\01.mp4" "I:\subgroup\petopeto\01.avs"
successfully set up video encoder and callbacks for job job9
----------------------------------------------------------------------------------------------------------
Log for job job9
This is a CQ job so there's no desired bitrate. Obtained video bitrate: 2622.476 kbit/s
----------------------------------------------------------------------------------------------------------
then i try to encoded it into xvid first, and use avisource() to load the video. but after i finished encoding x264, the final work is still stop working.
what can it be?