thank you for this great tool and the great support in this forum, I´ve been silently reading through it for a while.
But now I stumbled over a question I´m sorry I didn´t succeed to solve on my own:
when creating a mp4 file with h.264 encoder, how can I use a custom x264 option parameter to set metadata for audio language to german? Not using any parameter causes the audio language being set to "undefined", as a receiver of an endcoded file told me as feedback.
I tried:
Code: Select all
metadata:s:a:0 language=deu
"Encoding: Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height."
What is correct command for my project?
Thank you and best regards,
Ferdinand