On 21/02/16 19:49, François Patte wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bonsoir, I try to convert a .flac audio file into an mp3 audio file, using the command: ffmpeg -i Input.flac -ab 320k -map_metadata 0 -id3v2_version 3 Output.mp 3 This fail with this message: Encoder (codec none) not found for output stream #0:0 What is missing? Fedora 21 Thank you
What do you get without the fancy stuff? ffmpeg -i Input.flac Output.mp3 These should tell you what streams are present. ffmpeg -i Input.flac and, if you get Output.mp3 ffmpeg -i Output.mp3 John P -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org