Add framerate resample
This commit is contained in:
parent
327992918d
commit
374399ad88
@ -9,6 +9,7 @@
|
||||
- [Concatenate Compatible Files](#concatenate-compatible-files)
|
||||
- [Add Metadata to File](#add-metadata-to-file)
|
||||
- [Create Slow-mo](#create-slow-mo)
|
||||
- [Resample 120 FPS to 60 FPS](#resample-120-fps-to-60-fps)
|
||||
- [Transcode Profiles](#transcode-profiles)
|
||||
- [Original \[40.3 Mb/s\]](#original-403-mbs)
|
||||
- [Mediainfo](#mediainfo)
|
||||
@ -106,6 +107,10 @@ If you need audio, or just more information, see the [ffmpeg docs](https://trac.
|
||||
|
||||
For documentation on interpolation settings, see [minterpolate docs](http://ffmpeg.org/ffmpeg-filters.html#minterpolate)
|
||||
|
||||
# Resample 120 FPS to 60 FPS
|
||||
This works, but runs at <1.0x transcode speed.
|
||||
`ffmpeg -i "$input" -filter:v fps=60 "$output"`
|
||||
|
||||
# Transcode Profiles
|
||||
## Original [40.3 Mb/s]
|
||||
The pre-transcode data for the sample video. It was recorded using OBS with the following encoder settings at 1440p60:
|
||||
|
Loading…
Reference in New Issue
Block a user