FastFlix
FastFlix copied to clipboard
FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!
i would like to ask if there is a way to change the screen ratio during conversion , for example from 2.40:1 to 1.78 (16:9) Thank you in advance !!!
I think the Width / Height / Aspect Ratio is confusing since you can only select Width, and Height will be automatically calculated to fit the ratio (or manually entered)....
The Whole UI needs test, but I think most important is to make sure with whatever input is supplied to the command builders `fastflix/encoders//command_builder.py` and the general functions in `fastflix/encoders/common/helpers.py`...
in x265 these settings are stored in "Encoder Settings" metadata ``` Encoding settings : cpuid=1111039 / frame-threads=4 / numa-pools=16 / wpp / no-pmode / no-pme / no-psnr / no-ssim /...
I just found this interesting framework that aims to: _Spliting video by scenes for parallel encoding because AV1 encoders are currently not good at multithreading, encoding is limited to single...
I would like to see a "Foreign Audio Scan" feature implemented similar to the one that exists in Handbrake. The use case is as follows: **First Subtitle Track** - Foreign...
Extension of https://github.com/cdgriffith/FastFlix/issues/75
I encode on a headless machine and sometimes need to switch computers I'm using to access FastFlix (or need to turn off a laptop) . For this reason I use...
Please update settings and other UI items referencing hdr10plus_parser to hdr10plus_tool. Also, https://github.com/cdgriffith/FastFlix/wiki/HDR10-Plus-Metadata-Extraction. You can verify the name change at https://github.com/quietvoid/hdr10plus_tool. Love fastflix. Thank you.
I am trying to use this app on kde wayland. I have a 1080p that I use with 150% scaling (small laptop needs that to be able to use it)....