sya

split youtube audio tracks, with an optional pyqt gui
git clone git://src.gearsix.net/sya
Log | Files | Refs | Atom | README

commit c60bf9bfdf2539ee2427ba206106fe3281d1e8f5
parent b00a804c0abe6768070f4345c91ee8528b97be3a
Author: gearsix <gearsix@tuta.io>
Date:   Sat, 31 Jul 2021 19:59:27 +0100

TODO seemed redunant now without GUI to worry about

Diffstat:
DTODO | 22----------------------
1 file changed, 0 insertions(+), 22 deletions(-)

diff --git a/TODO b/TODO @@ -1,22 +0,0 @@ -# TODO - -## Legend - -[ ] = Not started -[x] = Won't do -[~] = Doing -[*] = Done -- ... = Note about the above item - -## List - -[*] detect timestamp anywhere in line (not just at start) -[x] detect tracks from missing timestamps - - Could be done using: _ffmpeg -i audio.mp3 -af silencedetect=d=0.5 -f null -_ - but finding the right parameters for the silencedetect filter (see _man ffmpeg-filters) - seems impossible (or very finicky) to get right for every input - - Will possibly be added as an experimental feature later on -[ ] user install - - installs ffmpeg/youtube-dl if not found ? - - just use corresponding python libaries -[ ] = GUI using pyqt