Jeroen Roeper <jeroen.roeper <at> xs4all.nl> writes: > Try copying audio and video from the source file with: > > ffmpeg -i tvshow.flv -vcodec copy -acodec copy tvshow.mp4 > > That should preserve source quality and just remux into an mp4 file. Works for me. Thank you.