lummax
71d23d0f92
examples/transcode-audio: fix on input with multiple streams
On input files with muliple streams the best audio streams gets transcoded. If this stream happens to have an `index > 0` the transcoding crashes as no associated output stream is available. This commit fixes this by using the first (and only) output stream.
Description
Languages
Rust
100%