salehin
2nd December 2008, 11:05
I'm using .bat file to encode. Here is one .bat file content:
x264.exe --pass 1 --bitrate 4849 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 6 --b-adapt 2 --b-pyramid --weightb --filter -3:-3 --subme 9 --trellis 1 --psy-rd 0.9:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output NUL "BBCHD_720p.avs"
x264.exe --pass 2 --bitrate 4849 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 6 --b-adapt 2 --b-pyramid --weightb --filter -3:-3 --subme 9 --trellis 1 --psy-rd 0.9:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output "BBCHD_720p.mkv" "BBCHD_720p.avs"
I was wondering if it's possible to save the entire encode log in a text file. Then I can see and fine tune x264 settings later
Cheers :)
x264.exe --pass 1 --bitrate 4849 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 6 --b-adapt 2 --b-pyramid --weightb --filter -3:-3 --subme 9 --trellis 1 --psy-rd 0.9:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output NUL "BBCHD_720p.avs"
x264.exe --pass 2 --bitrate 4849 --stats ".stats" --level 4.1 --ref 5 --mixed-refs --no-fast-pskip --bframes 6 --b-adapt 2 --b-pyramid --weightb --filter -3:-3 --subme 9 --trellis 1 --psy-rd 0.9:0 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --merange 32 --threads auto --thread-input --aq-strength 0.5 --progress --no-dct-decimate --output "BBCHD_720p.mkv" "BBCHD_720p.avs"
I was wondering if it's possible to save the entire encode log in a text file. Then I can see and fine tune x264 settings later
Cheers :)