Changes between Version 3 and Version 4 of ChangingFrameRate
- Timestamp:
- Feb 4, 2021, 5:35:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangingFrameRate
v3 v4 43 43 44 44 {{{ 45 ffmpeg -i <input> -filter:v fps= fps=30 <output>45 ffmpeg -i <input> -filter:v fps=30 <output> 46 46 }}} 47 47
