Video encoding: Custom profiles -- command line
Has anyone had any luck with the command line options? Is there a guide what formatting should we use? Maybe an example?
-
Hi gkiss1977,
There are many predefined options.You can find more details about the formats online on google.You cand find our audials manual here: https://support.audials.com/hc/en-us?flash_digest=5df4bdad3440d76f8bf185054ce67a415570d70d -
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
-
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.
Please sign in to leave a comment.

Comments
4 comments