Forum Replies Created

  • Chris Oram

    December 22, 2016 at 2:43 pm in reply to: Encoding 4:4:4 in h264/h265

    the x264 profile command for this in ffmpeg is fairly straight forward to implement off of CLI – it is;

    -profile:v high444

    You will of course need to set your bit rates max/min and presets as desired but this profile setting will output a h.264 at 4:4:4.

    -Chris Oram

    https://antiversal.com
    Technology, Design and Development for Moving Image Creators

  • Chris Oram

    November 29, 2016 at 10:48 am in reply to: command line audio stream selection?

    Hi Peter,

    MXF files are great because of the wealth of information that they can pack in to the metadata to describe the essence it carries however as a result there are a myriad of different ways of carrying audio in MXF files which will impact what is the appropriate mapping for you to output to extract the files you need.

    I would recommend that you post the information you get from the source file by just running the -i command and pasting the results here for us to take a full look at.

    The -map option is usually enough to allocate the mapping of your output into files, streams and channels (in that order).
    e.g. 0:1:0:0:1:0
    :::::

    tip – A regular gotcha for anybody dealing with numbers in this output is to remember that the first item whether it is a file, stream or channel will start from ‘0’

    -Chris Oram

    https://antiversal.com
    Technology, Design and Development for Moving Image Creators

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy