VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Dec 2013
    Location
    Danmark
    Search PM
    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
    Quote Quote  
  2. http://ss64.com/nt/for.html

    I miss container format - only some containers are usable with h.265...

    This works for me:
    Code:
    @for %%a in ("*.wav") do "ffmpeg.exe" -i "%%a" -vn -c:a flac -compression_level 12 -y "%%~na.flac"
    Quote Quote  
  3. Member
    Join Date
    Dec 2013
    Location
    Danmark
    Search PM
    Ok so 2 X * dont work for all files but the fil are som mkv and mp4
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!