Git Product home page Git Product logo

Comments (4)

RoRu avatar RoRu commented on July 30, 2024

@andreyrikunov

profile=main|main10|mainstillpicture

This option doesn't seem to work for me. Also, there's no mention of it in ffmpeg documentation
(but it is used in examples in ffmpeg-all docs) and ffmpeg fails when I try to run it with -profile:v main

from video-packager.

andreyrikunov avatar andreyrikunov commented on July 30, 2024

These options are in x265 help:

$ x265 --help | grep main
x265 [info]: HEVC encoder version 2.9
x265 [info]: build info [Mac OS X][clang 10.0.0][64 bit] 8bit+10bit+12bit
-P/--profile <string>            Enforce an encode profile: main, main10, mainstillpicture

from video-packager.

andreyrikunov avatar andreyrikunov commented on July 30, 2024

ffmpeg fails when I try to run it with -profile:v

most probably your ffmpeg doesn't built with libx265 support

please run ffmpeg without parameters in look for --enable-libx265 in configuration options

from video-packager.

RoRu avatar RoRu commented on July 30, 2024

It actually does work as a x265 option, but not ffmpeg's like in your original post here:

ffmpeg -y -r 24 -i 'video_4k.mp4' -vsync 1 -pix_fmt yuv420p -c:v libx265 -tune zerolatency -profile:v main -x265-params 'input-res...

from video-packager.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.