faroit / stempeg

Python I/O for STEM audio files
https://faroit.github.io/stempeg
MIT License
96 stars 13 forks source link

Support seeking #10

Closed faroit closed 5 years ago

faroit commented 5 years ago

ffmpeg supports seeking using time instance in seconds

e.g. -ss 10.0 -i input.mp4 -to 15.0 seeks to second 10 and outputs till second 15 e.g. -ss 10.0 -i input.mp4 -t 5.0 seeks to second 10 and outputs an excerpt of 5 second duration

faroit commented 5 years ago

will be addressed in #11

faroit commented 5 years ago

addressed in #11