FFmpeg output file format with no extension

Solution 1:

Use the -f parameter to tell ffmpeg which output-format to use. E.g

ffmpeg -i input.mpg ... -f mp4 output.mp4