ps3hacker
25th September 2007, 07:47
Im trying to make a hddvd compatable avc stream. The source is Evo file and am using this graph File1.EVO->Haali Media Splitter->WMVideo Decoder DMO. The only problem I am having is if I use more than 1 reference frames, video becomes distorted consistantly every second or less. If I use only one, video is fine. I would of course like to use more than one reference frame.Here are my megui settings
--pass 1 --bitrate 14000 --stats "E:\Video Encoding\Movie1.stats" --level 4.1 --keyint 15 --min-keyint 4 --no-fast-pskip --bframes 3 --ref 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -1,-1 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 19000 --ratetol 2.0 --me umh --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output NUL "E:\Video Encoding\Movie1.avs"
--pass 2 --bitrate 14000 --stats "E:\Video Encoding\Movie1.stats" --level 4.1 --keyint 15 --min-keyint 4 --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -1,-1 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 19000 --ratetol 2.0 --me umh --threads auto --ref 3 --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "E:\Video Encoding\Movie1.264" "E:\Video Encoding\Movie1.avs"
--pass 1 --bitrate 14000 --stats "E:\Video Encoding\Movie1.stats" --level 4.1 --keyint 15 --min-keyint 4 --no-fast-pskip --bframes 3 --ref 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -1,-1 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 19000 --ratetol 2.0 --me umh --threads auto --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output NUL "E:\Video Encoding\Movie1.avs"
--pass 2 --bitrate 14000 --stats "E:\Video Encoding\Movie1.stats" --level 4.1 --keyint 15 --min-keyint 4 --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --filter -1,-1 --subme 7 --trellis 2 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 19000 --ratetol 2.0 --me umh --threads auto --ref 3 --thread-input --progress --no-dct-decimate --no-psnr --no-ssim --output "E:\Video Encoding\Movie1.264" "E:\Video Encoding\Movie1.avs"