How can I make the output format of a video the same as the input format for general case?
avconv -i source -vcodec copy -acodec copy -movflags empty_moov -f ??? output
I would not like to use -f with a specific value and how to prevent avconv from whatever extension to deduce format.