John Stebbins
John Stebbins
Can't reproduce. We should close this.
For a sample where the output of mediainfo looks correct, it prints: ``` Writing library : LAME3.100 ``` The only place in the lame code where I see it create...
The mingw port of the gtk gui rarely gets tested as far as I know. I did the port just for kicks and then pretty much set it aside. It's...
mkvtoolnix does some basic minimal parsing of bluray structures itself (portions of the clpi files I believe). HandBrake leverages libbluray to extract much more information.
I'm thinking the better thing would be to add a flag to hb_chapter_t to indicate that no chapter name was available in the source. That way we can distinguish a...
The cli options are admittedly a bit wonky in this area. The problem is that there are really 2 different "audio lists" that we are manipulating with the same cli...
It just occurred to me, we don't have to break existing behavior for this. The existing behavior works perfectly well for overriding preset settings when a track list is specified...
From what I can find, this error > ** (process:50180): WARNING **: 13:17:46.800: Error writing credentials to socket: Error sending message: Broken pipe indicates that the app is attempting to...
If the source is PAL, there's nothing to do here. Detelecine and PAL are simply incompatible.
To be more specific about the PAL issue. Telecine is a specific pattern of interleaved frames that results in a more pleasing motion smoothness when converting 24fps film to 30fps....