inatuwe
inatuwe
Hi @jiaaro Maybe I'm wrong, but I think this Pull Request has to be completed by overriding the travis-ci policy, because it actually replaces it...?
Hi @abitrolly, The reason, why this pull request cannot be completed is, that the job "continuous-integration/travis-ci" has not yet succeeded. But the pull request is about removing that job, because...
@jiaaro, would it be possible for you to bypass the travis-ci policy on this pull request? I think, it's the only way to merge it...
I had the same idea of trimming start and end positions with: ``` AudioSegment.from_file( file = "video.mp4", start_seconds = 7000, duration = 100, ) ``` But this took surprisingly long!...
I have now made another modification to audio_segment.py: I added a pull request https://github.com/jiaaro/pydub/pull/734, which in case the AudioSegment is bigger than 4 GB, exports into separate temporary WAV files...
I wasn't sure, if an approval from my side would count as "real" approval... :-), but it says by reviewers with write access... so obviously, I don't have that... so...
I was wrong, it just became active! Thanks @jiaaro! Now only the "continuous-integration/travis-ci" is outstanding. Is this getting triggered automatically?