Anime Tosho

Results 9 issues of Anime Tosho

The documentation for mangle=false mentions: > This will cause the output to error as an "Invalid Binary" unless a userland patch alters the contents of lib/_third_party_main.js in the nodejs source...

feature
v5

I have a script which automatically uploads to ACD via the stream option. Before it does so, it always checks whether the file already exists, before uploading. When the upload...

CLI

## Overview Unless otherwise told, it seems like `VideoFrame.to_rgb` (and conversely `to_image`) assumes the source colorspace to be 601, regardless of what it actually is. If given a source that,...

bug
stale

It looks like vnstat-php is trying to [auto-detect the script's location](https://github.com/bjd/vnstat-php-frontend/blob/master/vnstat.php#L30) and force all links to be under this root. This doesn't work if the location cannot be auto-detected (e.g....

## Overview `video.display_aspect_ratio` and `video.sample_aspect_ratio` don't always return the correct values. ## Reproduction Using the following script: ```python import av import sys container = av.open(sys.argv[1]) video = next(s for s...

enhancement

### What is the issue? It seems like there's a hard coded limit of [30 log messages](https://github.com/transmission/transmission/blob/86498a71e5074affdb1eedd48074ce8eee8d8089/libtransmission/log.cc#L246) before logging gets suppressed. It may be useful if there's an option to...

good first issue
type:feat

node-gzbz2 compiles on Node up to version 0.10.x, but the V8 API was significantly changed in 0.12.x and it won't compile on later versions of Node. I've made some changes...

fpnge is pretty fast, so I was wondering what, in theory, could be done to improve compression slightly without sacrificing too much speed. I was hoping you might have some...

This is an incomplete PR which adds three parameters to `VideoSource`, enabling the ability for users to pass in custom options to libavformat and libavcodec. The new parameters are: *...