Hi,
Forgive me for the dumb question :
I'm trying to convert FLAC files to AAC whith this command :
ffmpeg -i input.flac -c:a aac -b:a 192k output.m4a
I receive this error
[ipod @ 0x61c9ddb34f80] Could not find tag for codec h264 in stream
#0, codec not currently supported in container
[out#0/ipod @ 0x61c9ddb33c40] Could not write header (incorrect codec
parameters ?): Invalid argument
Error while filtering: Invalid argument
[out#0/ipod @ 0x61c9ddb33c40] Nothing was written into output file,
because at least one of its streams received no packets.
Conversion works perfectly with Audacity, which uses Ffmpeg in the
backgound
What does it mean ?
Thanks,
Regards,
Xavier
Audacity uses the libfdk_aac encoder (if available) which is more
capable than the default aac encoder. you could try using it too.
_______________________________________________
ffmpeg-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]