Morgan Aldridge
Morgan Aldridge
This is the best documentation of the `x264` options that I have been able to find: http://www.chaneru.com/Roku/HLS/X264_Settings.htm For the aforementioned options that would be added by using the `zerolatency` tune:...
I've added the `-tune zerolatency`. I also added `-framerate`, but found that I couldn't remove use of the `-r` framerate option or the output file would revert 29.95fps even though...
I have done a couple live test streams and it seems to be working, though I'm having a bit of difficulty confirming that AAC audio is actually trying to stick...
I was reading up further on the difference between using ffmpeg's `-framerate` option and the `-r` option (which differs in based on whether it's used in input or output; including...
I've significantly reworked my stream configuration to remove capturing with `x11grab` at a higher resolution and scaling down in `ffmpeg` while encoding. Now I'm able to reliably capture & encode...
I still haven't actually looked into the scripts I linked to in this issue's description, but I have since written my own [`ffssb2mlvwmrc`](https://github.com/morgant/ffssb2mlvwmrc/) script that builds styles & menus for...
I have addressed all the "dead assignments" identified in `borders.c`, `menus.c`, and `event.c` with the exception of `baseHeight` & `baseWidth` in `event.c`'s `ConstrainSize()` as they _do_ appear to be used....
I'm also skipping the "dead nested assignments" identified in `event.c` for similar reasons.
I have fixed a memory leak in `misc.c`'s `ReadIcon()` due to a new `Icon` being allocated before checking to see if the icon file at the path actually exists.
I have fixed a `NULL` value being passed to `strcmp()` in `menus.c`'s `ChangeMenuLabel()`.