Sam Hutchins-Fry
Sam Hutchins-Fry
Hi! I've just discovered this project, very cool! I currently transcode using ffmpeg, and I frequently want to burn a subtitle track _and_ copy a second subtitle track. For example:...
We're using a CodeArea to show the source code for pages to users. Some websites go a bit mad with minification and have huge chunks of code on one line,...
### Description I have a snapshot of `validator.js` from `2021/09/14` which correctly identifies a missing `head` tag, but the current `validator_wasm.js` version doesn't report the missing head tag, only the...
We're getting the following stack trace on macOS running on Apple Silicon: ``` java.lang.RuntimeException: Failed to initialize BridJ (java.lang.UnsatisfiedLinkError: Can't load library: /var/folders/md/k981cwwj58n0sv3v2y529xtc0000gn/T/BridJExtractedLibraries4773592580203442708/libbridj.dylib) at org.bridj.Platform.initLibrary(Platform.java:444) at org.bridj.Platform.(Platform.java:228) at org.bridj.Pointer.(Pointer.java:208) at...
**Description of Change:** Currently HandBrake filters out duplicate titles when opening a Blu Ray, which has a couple of issues for more advanced usage: 1. The order that libbluray discovers...
Most modern Gnome applications use a header bar which integrates the toolbar into the window's titlebar. HandBrake still uses the classic menubar, and I was curious about what a more...
**Description of Change:** `hb_scan` is basically a wrapper around `hb_scan_list`, wrapping the path passed to it in a single-item list. There's a TODO left in there about removing it when...
**Description of Change:** My lack of C and glib/gtk experience may very well be showing in full force here... macOS and Windows can send the encoded file to an external...