codec missing....

John Pilkington J.Pilk at tesco.net
Sun Feb 21 20:41:05 UTC 2016


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





More information about the users mailing list