If I import a file for use with ffmpeg but donβt specify anything about the codecs of any of the streams, will ffmpeg do anything?
ffmpeg will recode each input stream using the default codes. The encoders used will depend on how you configure ffmpeg. For example, if available libx264 will be the default encoder for mp4 output, but if not, then mpeg4 will be used. By default, ffmpeg will only encode one stream of each type and will ignore the rest (see stream selection ).
Of your two teams, the first will use
LordNeckbeard
source share