2023-08-29, 05:38 AM
(This post was last modified: 2023-08-29, 05:53 AM by bitmap. Edited 1 time in total.)
Well...progress? With -cq instead of -global_quality I got unrecognized option. With -crf instead of -cq I got a core dump. :-( EDIT: I'm an idiot, it's -qp, not -cq. And that resulted in a seg fault as well, so I guess I'm on to trying a jellyfin-ffmpeg solution? Not all bad, just don't know if it has all the tools I need (e.g., VMAF) by default. And compiling things on my own is always scary.
Oh yeah...the -vf was in my code I think. It's a video filter, so that has to be present. The first example should work because in reality it's the exact same as the second, it just cuts out the "names" of each value.
(2023-08-29, 05:31 AM)TheDreadPirate Wrote:(2023-08-29, 05:23 AM)bitmap Wrote: When the documentation just confuses you more...
https://ffmpeg.org/ffmpeg-filters.html#crop
Yeah. The first example is the one you suggested and I've been using. Turns out you need to use example two....but also something else they mention in other examples but not the crop example. Gotta add -vf.
Code:-vf crop=w=1920:h=816:x=:0y=148
Oh yeah...the -vf was in my code I think. It's a video filter, so that has to be present. The first example should work because in reality it's the exact same as the second, it just cuts out the "names" of each value.
Jellyfin 10.10.0 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage