Chris Griffith

Results 265 comments of Chris Griffith

The reason why that doesn't exist yet is there is no programmatic way to know what containers support what formats (audio, video, subtitles and covers) with FFmpeg. I [talked to...

Yeah a big problem is not only what the converter (in this case FFmpeg) supports, but also what other devices support. MP4 has a rather limited scope of actual "allowed"...

Yes, make sure to change the name / container last as there are a few different things that will re-generate it automatically (like changing encoders.) You should get a warning...

I need to add them to settings page, but there are: * output_directory * source_directory That can be set in the config file (can open via the settings page) For...

Thanks for the heads up. I already paid their certificate extortion to try and avoid it the extra popups, but seems that anything packaged with PyInstaller becomes "poisoned" as soon...

For now planning to focus on the existing codes that support it, for example rigaya's hardware encoders have a `--lossless` option, as well as `x265`

So the only reason things shouldn't be removed from the queue is if it is currently encoding items (as the queue becomes "soft locked" during that phase. Need a better...

That's good to hear. Yeah I need to visualize that better (and just remove that button when encoding). That also gives me the idea to add an "auto-remove complete" option...

It's definitely not a "never going to be allowed!" case. Just due to the huge internal queue rewrite for 4.9 I couldn't bring all features back / reliably test everything...

The two main issues with this is: 1. There is no simple filter for it with FFmpeg. Most of the ways to tackle it I see with a fast search...