AlfredoSequeida / fvid

fvid is a project that aims to encode any file as a video using 1-bit color images to survive compression algorithms for data retrieval.
MIT License
354 stars 43 forks source link

Youtube videos framerate fix #26

Closed dobrosketchkun closed 4 years ago

dobrosketchkun commented 4 years ago

The matter was discussed in https://github.com/AlfredoSequeida/fvid/issues/25

@Theelgirl something like this.

dobrosketchkun commented 4 years ago

The git is kind of weird, actual changes only in the last commit.

Theelx commented 4 years ago

What is the use of the temporary video file?

dobrosketchkun commented 4 years ago

Well, you downloaded somehow youtube _1080pvideo.mp4, its framerate is 60. You need to change it to default or the one you want with the -f flag and you need to store new video with this framerate somewhere, hence temporary video file.