Jeremy Lee Shields

Results 20 comments of Jeremy Lee Shields

A few examples of scaling: input 3800x3000 in box of size 2560x1440 scaled to 1824x1440 input 1920x1080 in box of size 2560x1440 scaled to 1920x1080 input 1080x1920 in box of...

Yes, and both 1. keep the aspect resolution 2. make the new resolution mod 2, I guess you don't have to do it via cropping but I think it's cleaner.

So uhhh, as it turns out ffmpeg's scale can already do this. scale=w=2560:h=1440:force_original_aspect_ratio=decrease:force_divisible_by=2 ``` force_original_aspect_ratio Enable decreasing or increasing output video width or height if necessary to keep the original...

![IMG_20191023_085820](https://user-images.githubusercontent.com/20532320/153488757-412879cd-849d-4bc2-9baf-fb258c25d411.jpg)

This means 2 things, first you would have to run the filters at scene detection, second is that you would need a way to somehow get the chunking right. Since...

In order to do this, you would need your filter to run some sort of "simulation mode" where it returns a map of "old frames" to "new frames" and to...

Allow us to specify the encoder we use in ffmpeg, this way we can not only have more choice but also remove dependencies.

@traverseda You would be limited to the segment chunk method as I can't imagine piping y4m on the network.

To fix a terminal in such a state you must use the reset command.

Changing the framerate from vapoursynth does in fact work. Tested with ```python import vapoursynth as vs import mvsfunc import lasfunc src_file = r"H:\test\av1an_fps\testclip_117.mp4" lwi_file = r"H:\test\av1an_fps\testclip_117.lwi" k_r = lasfunc.util.fmtc_kernel_kwargs("robidoux") k_d...