xiph / opus-tools

A set of tools to encode, inspect, and decode audio in the Opus format.
https://opus-codec.org/
Other
214 stars 78 forks source link

Add --track argument to add audio track number? #36

Closed moisespr123 closed 5 years ago

moisespr123 commented 5 years ago

Can opusenc have a --track argument? This would allow me to pass the track number information from Exact Audio Copy to the opusenc encoder.

moisespr123 commented 5 years ago

Update: Opened a PR with --tracknumber to accomplish this.