ffmpeg-commands.sh ffmpeg -i { some file} -vcodec copy -bsf h264_mp4toannexb -an -f { rawvideo|h264|whatever} out.h264 # To extract the sound from a video and save it as MP3: ffmpeg -i <video.mp