Azsde

Results 17 issues of Azsde

For some reason, encoding some x264 files into x265 files results in 20% larger files Would be great to add a warning specifying all biggers files

enhancement
help wanted

I have some files that I don't want to encode in h265, would it be possible to add some kind of filter on an empty file to skip encoding the...

enhancement
help wanted

Hello, I would like to be able to set the ratio of my torrents but I can't find a way to do so ? Is it possible ?

Hello, I have an issue with the current master build, the stream freeze often for 10-15 seconds, and will then resume, skipping over the 15 seconds time frame. This is...

Hello, I have an MKV with a total of 8 tracks, I'm trying to remove 2 of them: mkv = MKVFile('/path/to/file.mkv') mkv.remove_track(5) mkv.remove_track(7) mkv.mux('/path/to/output.mkv') The produced file has the track...

This PR fixes the successive removal of tracks by their id.

Hello, I have been using this software for a while now and I got a new camera which has better image quality and has autofocus as well. However, it seems...

On a fresh install of Rasbian Bookworm Lite, I have done: - `sudo apt update` - `sudo apt upgrade` - `curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-qt/setup.deb.sh' | distro=raspbian sudo -E bash` - `sudo...

Prevent "errno 24 too many open files" from hapenning when opening / closing files over and over.

Hello, I am trying to record a video at the highest framerate supported by my camera V3 which is supposed to be capable of doing 1080p@50FPS according to the documentation....