Skip to content

ANY WAY TO ADD THIS 6Ofps #42

@JosephFM96

Description

@JosephFM96

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions