François Laignel
François Laignel
The `AudioBuffer` / `WaveformBuffer` design is now pretty close to the point where it would no longer be necessary to keep up to 30s of samples in `AudioBuffer`. When a...
Non-interleaved audio buffer will be supported throughout GStreamer from version 1.16. This is also an opportunity to handle these layouts efficiently in `WaveformImage` (iterate continuously instead of jumping to each...
Persist settings for current project: - Selected streams. - Streams to export. - TOC.
The in-application generated messages (including CLI help messages) are properly translated, but the glade defined lables are not. Reverting to a version when I think it was functional doesn't help.
The following cargo subcommands can generate distro packages: - [deb](https://github.com/mmstick/cargo-deb). - [pkgbuild](https://github.com/kstep/cargo-pkgbuild). - [rpm](https://github.com/iqlusion-io/crates/tree/master/cargo-rpm).
Allow stepping by frame and by key frame back and forth in paused mode.
Matroska allows defining hierarchical tocs. This would make https://github.com/fengalin/media-toc/issues/59 possible.
Edit tags for: - Media. - TOC. - Streams (language).
Optionally display subtitles as an overlay on the video widget. The user should be able to select the subtitles to display from the subtitle streams list. Clicking on the currently...