Thread: DGAVCDec 1.0.9
View Single Post
Old 29th April 2007, 19:00   #266  |  Link
lucassp
Registered User
 
Join Date: Jan 2007
Location: Romania, Timisoara
Posts: 223
Quote:
Originally Posted by neuron2 View Post
Please give me the x264 command line that fails with the linked stream. Thank you.

Another question: Your log says it encoded 236 frames, and that is how many there are when I play the script in Avisynth. So in what way did encoding fail? Is it just the PPS messages that bother you?
Code:
--pass 1 --bitrate 9000 --stats "D:\Codecs\test.stats" --bframes 3 --b-pyramid --subme 1 --analyse none --me dia --threads 2 --thread-input --progress --no-psnr --no-ssim --output NUL "D:\Codecs\test.avs"
Code:
 --pass 2 --bitrate 9000 --stats ".stats" --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --subme 6 --trellis 2 --analyse all  --8x8dct --threads auto --thread-input --progress --no-psnr --no-ssim --output "D:\Codecs\test.mp4" "D:\Codecs\test.avs"
The first pass gives me the PPS messages and the second pass doesn't even start. The log that I posted on the 26th April is the log from the first pass.
lucassp is offline