Rato

Results 15 issues of Rato

VideoTrack should have bit_depth property as AudioTrack does: The field is quite important to differentiate 8 bit videos from 10 bit videos https://github.com/Diaoul/enzyme/blob/master/enzyme/mkv.py#L249 _Edited with correct information_

I found out that it's really easy to forget the call count verification: ``` verify(myMock.getFoo()); ``` That will always pass and the developer will hardly notice that something is missing,...

``` +-------------------------------------------------------+ + GuessIt 2.0.5 + +-------------------------------------------------------+ | Please report any bug or feature request at | | https://github.com/guessit-io/guessit/issues. | +-------------------------------------------------------+ ``` Some file/release names contains the volume information and...

Feature Request

I'm using latest create-react-app: ```config-overrides.js const rewireTypescript = require('react-app-rewire-typescript') module.exports = function override(config, env) { config = rewireTypescript(config, env) return config } ``` ```output C:\projects\my-app>npm start > [email protected] start C:\projects\my-app...

Use commons-configuration2 instead of deprecated commons-configuration

This is a proposal implementation for the region support in [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag). > subtags occur in the following order: > 1. A single primary language subtag based on a...

Is there any plan for babelfish to support IETF regions? https://en.wikipedia.org/wiki/IETF_language_tag > An optional region subtag based on a two-letter country code from [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) (usually written in upper...

I used data from https://github.com/mledoze/countries/blob/master/countries.json Now the PR is completed for review and comments.

This is also a draft how we can convert a language using country demonym. Consider only the 2nd commit as the 1st is from the country PR.

I'm looking for a way to better identify languages in media tracks (mainly audio and subtitle tracks). Usually default tags from media tracks are not precise. Very rarely you get...