ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
576 stars 33 forks source link

Framerate options? #95

Closed wantija closed 4 years ago

wantija commented 4 years ago

Is there any possibility to add an option to reduce the framerate of videos with this? It can greatly reduce filesize when going from 60fps to 30 or 24. Standalone .webm creators have this option so it would be very convenient if this were added.

ekisu commented 4 years ago

Does this build work?

wantija commented 4 years ago

Unfortunately it didn't work, Here's the log: https://pastebin.com/dV9ky3iR

ekisu commented 4 years ago

Weird, the error seems completely unrelated to the FPS option:

[vo/lavc] codec for video not found

Does it work with the older build (without the FPS option)?

wantija commented 4 years ago

Alright so I was using the latest mpv-build-git from the AUR, went back to mpv 0.32 and it works. Also tried it on Windows with an earlier git version and it works there, so it must've been an mpv or ffmpeg regression?

ekisu commented 4 years ago

Probably the build you used didn't enable the correct flags for using the encoding codecs, they kinda need to be enabled separately. Well, I'll merge and close this, then.