ekisu / mpv-webm

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

Cropping doesnt work #24

Closed TheSpartyn closed 6 years ago

TheSpartyn commented 6 years ago

Pretty much title. I press C, put in the two boundaries with 1 and 2 and then enter to confirm, start encode and when it's done the webm isn't cropped. If I preview the webm before encoding it shows it as cropped, but when encoded it's back to full size.

ekisu commented 6 years ago

Post logs please.

TheSpartyn commented 6 years ago

Sorry for not posting them from the start, heres the logs after I tried to crop a 5 second webm, no changes to encoding, preview showed it cropped too. Log was too big for pastebin btw

log.txt

ekisu commented 6 years ago

There's nothing that seems wrong in that log. Could you try the following command, and post results?

mpv --log-file=encoding-log.txt D:\Folder\Pictures\webm\weeb\extella.webm --start=0:00:11.515 --end=0:00:17.521 --ovc=libvpx --oac=libvorbis --loop-file=no --vid=1 --aid=1 --sid=no --sub-auto=exact --vf-add=lavfi-colormatrix=bt709:bt601 --vf-add=lavfi-crop=577:363:298:110 --ovcopts-add=threads=4 --ovcopts-add=b=3330k --ovcopts-add=crf=10 -o=D:/Folder/Pictures/webm/extella-[00.11.515-00.17.521]-audio.webm

TheSpartyn commented 6 years ago

Okay real sorry for wasting your time dude turns out I had an outdated version of mpv, after updating everything works fine. Thanks for the help and thanks for making this webm maker.

ekisu commented 6 years ago

Alright, I'm closing this issue then. Feel free to reopen if needed.