Japhsoncross
1st August 2005, 06:00
i use this parameter to save hdd space. the output file is gonna be about 2G, and i got only 3.3G free space on d:, so i made this script:
x264 --keyint 240 --min-keyint 1 --ref 8 --bframes 3 --b-pyramid -f -3 --ipratio 1.1 --pbratio 1.1 --me dia --subme 1 --analyse all --8x8dct --weightb --bitrate 1600 --pass 1 --stats "test.log" --output :NUL "1.avs" --progress
x264 --keyint 240 --min-keyint 1 --ref 8 --bframes 3 --b-pyramid -f -3 --ipratio 1.1 --pbratio 1.1 --me umh --merange 16 --subme 6 --analyse all --8x8dct --weightb --bitrate 1600 --pass 2 --stats "test.log" --output "x264 new ballanced2-3.mp4" "1.avs" --progress
the next day when i turn on my mornitor, windows tells me d: is running out of space, pass2 file got only 1.3G large. i saw a file called "d:\working_path:NUL:$DATA" and it's about 2G large, i think it must be the 1st pass file, but i can't delete it. How can i found my Hdd space back?
x264 --keyint 240 --min-keyint 1 --ref 8 --bframes 3 --b-pyramid -f -3 --ipratio 1.1 --pbratio 1.1 --me dia --subme 1 --analyse all --8x8dct --weightb --bitrate 1600 --pass 1 --stats "test.log" --output :NUL "1.avs" --progress
x264 --keyint 240 --min-keyint 1 --ref 8 --bframes 3 --b-pyramid -f -3 --ipratio 1.1 --pbratio 1.1 --me umh --merange 16 --subme 6 --analyse all --8x8dct --weightb --bitrate 1600 --pass 2 --stats "test.log" --output "x264 new ballanced2-3.mp4" "1.avs" --progress
the next day when i turn on my mornitor, windows tells me d: is running out of space, pass2 file got only 1.3G large. i saw a file called "d:\working_path:NUL:$DATA" and it's about 2G large, i think it must be the 1st pass file, but i can't delete it. How can i found my Hdd space back?