Video encoding: Custom profiles -- command line

Comments

4 comments

  • Avatar
    Permanently deleted user

    Hi gkiss1977

     
    There are many predefined options.You can find more details about the formats online on google. 
    0
    Comment actions Permalink
  • Avatar
    gkiss1977

    Thank you for your reply. I was asking here because I could not find any mention in how to use the command line option anywhere.

    1
    Comment actions Permalink
  • Avatar
    bingbingaling

    Is the command line options the same as ffmpeg? Can you give an example of code that is accepted in command line options? I was unable to find any information related to command line options in the link provided by @...  https://support.audials.com/hc/en-us?flash_digest=5df4bdad3440d76f8bf185054ce67a415570d70d

    0
    Comment actions Permalink
  • Avatar
    ForSerious

    Yes it's the same ffmpeg parameters. I just successfully put some parameters in and it worked. You have to define parameters for -c:v and -c:a to get it to complete.

    The string I put in that works is `-c:a flac -ar 48000 -ac 2 -c:v hevc_nvenc -pix_fmt yuv420p -preset slow -threads 0 -rc constqp -qp 14`

    I figured out what parameters Audials uses by opening the EncodingBackend.txt log file. Then I checked that log again to see if my command was changing the encoders used. When I put in just the audio encoder, it failed because I had not specified a video encoder.

    0
    Comment actions Permalink

Please sign in to leave a comment.