x265 10Bit compile debian

  • Hi,

    weiß jemand wie ich x265 unter debian dazu bringe, das er mir 10Bit encodes macht?
    habe mir bisher nur eine 8bpp vers. bauen können.

    Code
    ffmpeg# ffmpeg -h encoder=libx265ffmpeg version git-2015-04-22-86d00ed Copyright (c) 2000-2015 the FFmpeg developers  built with gcc 4.9.2 (Debian 4.9.2-10)  configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-librtmp --enable-libxvid --enable-libass --enable-libx265 --enable-libvpx  libavutil      54. 23.101 / 54. 23.101  libavcodec     56. 35.101 / 56. 35.101  libavformat    56. 30.100 / 56. 30.100  libavdevice    56.  4.100 / 56.  4.100  libavfilter     5. 14.100 /  5. 14.100  libswscale      3.  1.101 /  3.  1.101  libswresample   1.  1.100 /  1.  1.100  libpostproc    53.  3.100 / 53.  3.100Encoder libx265 [libx265 H.265 / HEVC]:    Threading capabilities: no    Supported pixel formats: yuv420p yuv422p yuv444plibx265 AVOptions:  -crf               <float>      E..V.... set the x265 crf (from -1 to FLT_MAX) (default -1)  -preset            <string>     E..V.... set the x265 preset  -tune              <string>     E..V.... set the x265 tune parameter  -x265-params       <string>     E..V.... set the x265 configuration using a :-separated list of key=value parameters/ffmpeg# ffmpeg -codecs | grep -i hevcffmpeg version git-2015-04-22-86d00ed Copyright (c) 2000-2015 the FFmpeg developers  built with gcc 4.9.2 (Debian 4.9.2-10)  configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-librtmp --enable-libxvid --enable-libass --enable-libx265 --enable-libvpx  libavutil      54. 23.101 / 54. 23.101  libavcodec     56. 35.101 / 56. 35.101  libavformat    56. 30.100 / 56. 30.100  libavdevice    56.  4.100 / 56.  4.100  libavfilter     5. 14.100 /  5. 14.100  libswscale      3.  1.101 /  3.  1.101  libswresample   1.  1.100 /  1.  1.100  libpostproc    53.  3.100 / 53.  3.100 DEV.L. hevc                 H.265 / HEVC (High Efficiency Video Coding) (encoders: libx265 )


  • x265 [info]: build info [Linux][GCC 4.9.2][64 bit] 8bpp

    Hast du denn x265 mit gesetzten HIGH_BIT_DEPTH kompiliert?
    Stellt man vor dem Kompilieren ein. z.B. wie unten oder in den GUI (ccmake ../../source)

    Code
    hg clone https://bitbucket.org/multicoreware/x265 x265
    cd x265/build/linux/
    cmake -G "Unix Makefiles" -D HIGH_BIT_DEPTH:BOOL=ON  ../../source
    make -j4

    P.S. gab es da nicht mal die Meldung, dass sich das irgendwie ändern soll. Also beides in eine Exe.

  • Hast du denn x265 mit gesetzten HIGH_BIT_DEPTH kompiliert?
    Stellt man vor dem Kompilieren ein. z.B. wie unten oder in den GUI (ccmake ../../source)

    Code
    hg clone https://bitbucket.org/multicoreware/x265 x265cd x265/build/linux/cmake -G "Unix Makefiles" -D HIGH_BIT_DEPTH:BOOL=ON  ../../sourcemake -j4

    P.S. gab es da nicht mal die Meldung, dass sich das irgendwie ändern soll. Also beides in eine Exe.

    Thx, geht jetzt.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!