Custom Output FFmpeg - Audio Track Titles

RecordButton

New Member
Using Custom Output (FFmpeg), what ffmpeg options would you use to give audio tracks names in the video/audio encoder settings box's?

Something like -metadata:s:a:0 title="One" -metadata:s:a:1 title="Two" -metadata:s:a:2 title="Three"?

Any thoughts?
 

koala

Active Member
You cannot set metadata info this way. OBS doesn't support these options, as far as I know.

However, you can set audio track names in the OBS GUI directly.
Go to Settings->Output and enable advanced output. Go to the Audio tab that becomes available in advanced output mode. The "Name" fields for each track are what you should fill for audio track names in the resulting video file. May be this will work for ffmpeg output mode as well.
 

abenmohamed

New Member
I'm also facing the same issue, when using custom output with FFmpeg in OBS, the program indeed defaults to labeling audio tracks as 'Track 1,' 'Track 2,' and so on. Is there any workaround how to set the names from the obs ?
 
Top