Changing audio codec using ffmpeg

I like to download 1080p video from http://www.lds.org/ but the audio codec they use does not work on the Samsung LN46C530F1FXZA TV I have.  Streaming is not supported natively on that model so I download the video with my PC, and then convert the audio and copy it to my USB flash drive in one step using the following ffmpeg command.

ffmpeg -threads 2 -i /home/USER/Downloads/Example-1080p-eng.mp4 -vcodec copy -acodec libmp3lame -ab 160kb -ac 2 -ar 44100 /media/FlashDisk/Example-1080p-eng.mp4


No comments: