Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • +1 on -pix_fmt. Easy to forget some people insist on using WMP :-) Commented Jul 14, 2014 at 14:37
  • why would you want the output format to be 10 fps while the input is only 1? Wouldn't it create 90% redundant frames that are exactly the same? Commented Jul 8, 2019 at 12:30
  • @Herbert it creates redundant frames so that you can get the frame rate up to 10, which is done just so VLC doesn't complain, and it visually doesn't change the video. The encoder is smart enough to see that the frames are all identical so you don't end up with a much larger file Commented Oct 16, 2019 at 18:14
  • @chiliNUT clear, the keyframe thing, which not all formats, but most sane formats will do. Thanks! Commented Oct 18, 2019 at 9:36