owickstrom / komposition

The video editor built for screencasters
https://owickstrom.github.io/komposition/
Mozilla Public License 2.0
428 stars 22 forks source link

Add ability to edit audio durations #80

Closed Cmdv closed 4 years ago

Cmdv commented 5 years ago

When Audio clip is selected add a Start/End to the sidebar menu to be able to edit the start and end of an audio clip much like you currently can with video.

screenshot 2019-01-19 at 14 26 57
owickstrom commented 5 years ago

This one is tricky. Current classification uses SOX, which doesn't give the classified timestamps of each "sentence", but merely outputs a lot of audio files for each of them. I've been contemplating writing a custom classifier for audio but I've not had the time.

Cmdv commented 5 years ago

Yeah after digging in the code I spotted that, seems like quite the task!

owickstrom commented 5 years ago

Indeed. :( Could possibly use Sox as a library and retrieve the timestamps somehow, but haven't looked into that.

Den ons 23 jan. 2019 14:28 skrev Vincent Orr notifications@github.com:

Yeah after digging in the code I spotted that, seems like quite the task!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/owickstrom/komposition/issues/80#issuecomment-456821042, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZYCIDsNBoA16Kk0IgSaxABFoet2qSFks5vGHF6gaJpZM4aJKj0 .

owickstrom commented 4 years ago

Closing this for now. Thanks!

Cmdv commented 4 years ago

no worries need to revisit this project, it was fun to work on last time 😃

owickstrom commented 4 years ago

Me, too. I've been quite inactive the past 6 months.