VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jan 2014
    Location
    singapore
    Search Comp PM
    i visit the official site : https://ffmpeg.zeranoe.com/builds/

    downloaded the 64 bit static build, then checking : ffmpeg -h encoder=libx265
    but the supported format is 8 bit only

    may i know where to find the ffmpeg with libx265 and 10 bit ?
    Quote Quote  
  2. If making of avisynth script is a no problem, then you can always unleash a full power of possible settings (using Bepipe, NeroAacEnc, avs4x26x, Mp4box) :

    Code:
    BePipe.exe --script "Import(^input.avs^)" 2>nul | neroAacEnc.exe -lc -cbr 256000 -if - -of  output.m4a
    avs4x26x.exe -L x265_10bit.exe --crf 22 --vbv-bufsize 20000 --vbv-maxrate 20000  --output output.hevc   input.avs
    MP4box.exe -add  output.hevc:fps=%fps%  -add output.m4a  -new output hevc.mp4
    or use ffmpeg just to load file instead of using avisynth script or making audio and pipe it for the rest
    Quote Quote  
  3. You probably have to compile it yourself. The commonly available distributed builds typically won't include it

    You can specify 8,10 and 12 bit ffmpeg libx265 with this autobuild
    https://github.com/jb-alvarado/media-autobuild_suite

    (But IMO, it's better to pipe to x265.exe, because the ffmpeg libx265 version is missing a few options)
    Last edited by poisondeathray; 26th Jun 2016 at 15:12.
    Quote Quote  



Similar Threads

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