I want to set up custom parameters in Advanced Custom Output FFMPEG, but I can't seem to grasp how to write the parameters I need for the x264 encoder (libx264)
I am mainly trying to set up some custom parameters like metadata and the video encoder specifics:
The "" are examples.
But I fail every time, no matter what parameters I try.
Also, how do I check if my parameters were loaded correctly and weren't ignored?
Here is the log file, I have tried so many different kinds of syntax:
I am mainly trying to set up some custom parameters like metadata and the video encoder specifics:
The "" are examples.
Code:
ffmpeg i input.avc crf=16 preset=superfast g=120 metadata_media_type="10" metadata_show="20" metadata_season_number="20" metadata_title="Audio Tracks" metadata_episode_id="1. ALL Channel; 2. Desktop; 3. Mono Mic; 4. Media" metadata_episode_sort="20" metadata:s:a:0 language=eng c:v=libx264 c:a=pcm_s24le output.mkv
Also, how do I check if my parameters were loaded correctly and weren't ignored?
Here is the log file, I have tried so many different kinds of syntax: