I have an X.MTS video file and I want to extract images from. I tried to extract with FFmpeg but quality of extracted images is not good.
ffmpeg -i X.MTS images/%05d.png
Then I tried to extract images (take screenshot) from that file with VLC and Totem (Ubuntu’s default) video players.
Results are shown below. As you see screenshot of Totem is better than VLC screenshot. Is it possible to extract images from the video using FFmpeg with good quality?

