Log in

View Full Version : x264 with WMV-HD doesn't work


C3PO-X2
6th June 2006, 14:52
I try to convert an WMVPRO with 1280x544 @ 24fps and x264 to H264 ....

normaly i take MeGUI for this, with Sharktooth Build and HQ-Slowest Profile....

avisynth avs only with DIRECTSHOWSOURCE

But since update to 530 it doesn't work anymore, there's an error at the encoding process

There be an real error Message in MeGUI, or it delete the Queue itself....

after trying manual with commandoline with

Q:\MP4-Container>x264.exe --pass 1 --bitrate 4260 --stats "Q:\UNDERWORLD.stats"
--bframes 3 --b-pyramid --direct auto --filter -2,-1 --subme 1 --analyse none --
me dia --cqm "jvt" --progress --no-psnr --fps 24 --output NUL "Q:\UNDERWORLD.avs
"
avis [info]: 1280x544 @ 24.00 fps (192241 frames)
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2 3DNow!
encoded frames: 191857/192241 (99.8%), 12.74 fps, eta 0:00:30
Q:\MP4-Container>x264.exe --pass 2 --bitrate 4260 --stats "Q:\UNDERWORLD.stats"
--ref 10 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --w
eightb --direct auto --filter -2,-1 --subme 6 --trellis 2 --analyse all --8x8dc
t --me umh --cqm "jvt" --progress --no-psnr --fps 24 --output "Q:\UNDERWORLD.mp4
" "Q:\UNDERWORLD.avs"
avis [info]: 1280x544 @ 24.00 fps (192241 frames)
x264 [error]: ratecontrol_init: can't open stats file
x264_encoder_open failed

after delete the .temp extention on stats file:

Q:\MP4-Container>x264.exe --pass 2 --bitrate 4260 --stats "Q:\UNDERWORLD.stats"
--ref 10 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --w
eightb --direct auto --filter -2,-1 --subme 6 --trellis 2 --analyse all --8x8dc
t --me umh --cqm "jvt" --progress --no-psnr --fps 24 --output "Q:\UNDERWORLD.mp4
" "Q:\UNDERWORLD.avs"
avis [info]: 1280x544 @ 24.00 fps (192241 frames)
x264 [error]: 2nd pass has more frames than 1st pass (192241 vs 191969)
x264_encoder_open failed

doesn't work too....

this is with the x264.nl Build, but its same with Sharktooth and CelticDruid builds, and everytime at an other frame

ChronoCross
6th June 2006, 16:09
with DSS try specifying a framerate.

bond
6th June 2006, 18:57
delete the UNDERWORLD.stats and/or delete the whole --stats "Q:\UNDERWORLD.stats"

C3PO-X2
7th June 2006, 20:26
after 1st pass

Q:\MP4-Container>x264 --pass 1 --bitrate 4260 --bframes 3 --b-pyramid --filter -
2,-1 --subme 1 --analyse none --direct auto --me dia --progress --no-psnr --fps 24 --outp
ut NUL "Q:\UNDERWORLD.avs"

Q:\MP4-Container>x264.exe --pass 2 --bitrate 4260 --ref 10 --mixed-refs --no-fas
t-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --filter -2,-1 --subme
6 --trellis 2 --analyse all --8x8dct --direct auto --me umh --progress --no-psn
r --fps 24 --output "Q:\UNDERWORLD.mp4" "Q:\UNDERWORLD.avs"
avis [info]: 1280x544 @ 24.00 fps (192241 frames)
x264 [error]: ratecontrol_init: can't open stats file
x264_encoder_open failed

Q:\MP4-Container>

in MP4-Container folder is an x264_2pass.log.temp file with 0kb