Y
Hacker News
new
|
ask
|
show
|
jobs
by
mbilker
1591 days ago
ffmpeg can copy streams without transcoding. For example: ffmpeg -i input.m4a -c:a copy input.mp4
1 comments
deadf00d
1591 days ago
In this case both mp4 and m4a (which are the same thing) use AAC. So no transcoding, but mp3 is not. So in the case of mp4 > mp3 it need a complete re-encoding of the audio.
link