- # -n to not overwrite any existing file.
- # -ar 44100 for 44.1 kHz audio output.
- # -fps_mode vfr to drop frames which cannot be
- # properly contained in the output file.
+ # "-n" to prevent overwriting any existing file.
+ # "-ar 44100" for 44.1 kHz audio output.
+ # "-fps_mode vfr" to drop frames which cannot be
+ # properly contained in the output file.
+ # "-codec:v copy" to copy the integrated image from source
+ # instead of converting it to png (default encoder).