Yarick Yermak
Yarick Yermak
Fix of issue #191. I saw other pull request and considerations about fixing out_time_ms, according to current code base we could just ignore it, as it just duplicates out_time_us. `av_bprintf(&buf_script, ...
I package my JRE with JavaFX using following command: `%JAVA_HOME%\bin\jlink.exe --module-path %JAVA_HOME%\jmods;%JAVAFX_MODS% --add-modules java.base,java.sql,javafx.controls,javafx.fxml,javafx.media,javafx.base,javafx.swing,javafx.graphics --output target\fx-jre` It works on any version of OpenJDK - 14, 14.0.1, 14.0.2 with JavaFX 14...
Add feature to split track into multiple subtracks or split track after specific interval
When select output split by chapter, programs creates filenames without leading zeros, e.g. Chapter 100 and Chapter 61, which may result wrong sorting on some mp3-players. Discovered during testing of...
Please note MacOS version is no longer supported, due to signature issues and security policies I can't workaround. If you are developer - you still can download sources and run...
In chapters mode playback works well for mp3 files in simple scenario. However, when chapters are imported from m4b book all tracks in chapters still refers to original file and...
pkg/v0.3.1 pkg-config --modversion gtk4 4.16.12 Code to reproduce below, fails on buffer.Text(...), works well in debug mode, suspect something with AMD specific code, looking into output. ```package main import (...
### Discussed in https://github.com/yermak/AudioBookConverter/discussions/659 Originally posted by **Meldrod** April 29, 2025 Hello, I noticed that instead of being able to add a commentary I would rather enter different metadata. For...