Le 2017-11-30 12:50, Kieran O Leary a écrit :
I dunno, but according to the spec:
https://tools.ietf.org/html/rfc7845#section-9 - using the OGG
container with the .opus extension seems to be the way to go.
So this command line that you used is probably for the best :
ffmpeg -i test.mp3 -acodec libopus -b:a 64000 -vbr on test.opus
For reference, from my own tests, using ".ogg" as a file ext is better,
as the mediascanner (the android process cataloging media files) doesn't
pick up ".opus" files.
However, YMMV, as I found at least one audio player that saw the
".opus", but not the ".ogg"...
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".