tola5
16th December 2015, 20:50
Hi got a lot video files I like to set to encode to X265 on my Windows pc I use Hybrid whit
x265 --preset ultrafast --pmode --pme --input - --input-res 1920x1080 --fps 24000/1001 --no-high-tier --limit-modes --no-open-gop --crf 22.000 --qpfile GENERATED_QP_FILE --range full --colormatrix bt709 --output OUTPUTFILE
for one of my blu-ray as a example
are there som there can help me make it so I can use that with ffmpeg for all files in a folder I have google and try what
I could find but it dont work for me it are
probably a small thing ?
for %%F in (*.*) do ( ffmpeg -i "%%F" -c:v libx265 -preset ultrafast -x265-params crf=22 -c:a aac "Gear/%%F" )
hope som will help me so it can encode all files in a folder and the settings like I use in hybrid just no upscaling or other thing in the new codec and
quality hope you can read my tekst I are not the best to
write
x265 --preset ultrafast --pmode --pme --input - --input-res 1920x1080 --fps 24000/1001 --no-high-tier --limit-modes --no-open-gop --crf 22.000 --qpfile GENERATED_QP_FILE --range full --colormatrix bt709 --output OUTPUTFILE
for one of my blu-ray as a example
are there som there can help me make it so I can use that with ffmpeg for all files in a folder I have google and try what
I could find but it dont work for me it are
probably a small thing ?
for %%F in (*.*) do ( ffmpeg -i "%%F" -c:v libx265 -preset ultrafast -x265-params crf=22 -c:a aac "Gear/%%F" )
hope som will help me so it can encode all files in a folder and the settings like I use in hybrid just no upscaling or other thing in the new codec and
quality hope you can read my tekst I are not the best to
write