balr0g

Results 17 comments of balr0g

This can be used but isn't terribly configurable; Requests recommends doing retries yourself. I'm not sure what's the best way to go about doing this. See https://github.com/kennethreitz/requests/pull/1219#issuecomment-14335685.

Maybe this would be better as part of the rewrite branch?

You can post the samples on Dropbox or another site and link them here. Samples should be 48khz, preferably FLAC but WAV works too. I think samples should be in...

@mbt25: Is the sample you posted encrypted? I'm seeing a key id of 0x81 (should be 0x80 for unencrypted), and worse, if I disable the detection all I get is...

All right; you did forget to resample it to 48KHz though. At some point I should implement PortAudio support as well as on-the-fly resampling....

DSD cannot generate wavs or flacs of this sort. I generally use audacity for processing. If you're using audacity, be sure the project rate is set correctly after resampling the...

@dreinhold: I'm using OS X here; can you convert it into a wav file if possible? @mbt25: I'm getting a highly unintelligible decode even when automuting is fully disabled.

Maybe having a compatibility list would be a good idea? I'll likely be working with DVDs that come from odd sources ("homemade" or low-budget DVDs on Internet Archive among others)...

Single-pass encoding at constant bitrate gives a lower quality; single-pass encoding using CRF (constant rate factor) provides as good as or better quality compared to two-pass constant bitrate. The downside...