Christopher Snowhill

Results 237 comments of Christopher Snowhill

It can't use stdin without completely buffering the file first, and it can't use URLs because it doesn't import a network access library. Maybe convince FFMPEG to adopt my library...

Update: I may do gradually buffering stdin support, just to make this work. It would need a realloc buffer that grows as the file is read, and supports seeking backwards,...

Also `Alt+Print` to capture the current window. And please let it not have the bug that `xfce4-screenshotter` has working under Budgie, where it somehow thinks the TeamViewer always-on-top status window...

FFMPEG's decoder actually does read 24 bit TAK files as S32P, by shifting the sample data up by 8 bits. So technically, the only "correct" way to deal with this,...

There is another tag format for RIFF files as well, the "id3 " (69643320) chunk, which contains an ID3v2 tag. Several editors also support this format and also store RIFF...

If nobody else looks into this one, I may give it a shot. I don't know how much work the RIFF LIST->INFO chunk will be, but I know the "id3...

Nero tracks use chapters to declare delay and padding, while iTunes uses a special comment atom.

What's the status of this one? Just FYI, there's another way of indicating gapless encoding information: `elst` boxes, containing a single edit that indicates the valid range of samples and...

You may also wish to consider that fdk aac also supports adts and adif stream formats, which do not require the out of band setup block, but do require passing...

Oh, crud. If you look at that, please look at the previous commit, I need to eliminate the latest one. It should still be enough to get a basic idea...