-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
search for this command to ffmpeg convert it
So dunno if could be anyway to add it to the code of the downloader as an option for could get the stream at 60fps or convert it
this is the code I found for ffmpeg to 60:
Use the -r option:
ffmpeg -i input.mp4 -r 60 output.mp4
Or fps filter:
ffmpeg -i input.mp4 -vf fps=60 output.mp4
ffmpeg will duplicate frames to convert from 30 to 60 fps, but it will still look normal.
Metadata
Metadata
Assignees
Labels
No labels