pyav get duration in seconds of aac audio file #984
Unanswered
wanghaisheng
asked this question in
1. Help
Replies: 1 comment
-
https://pyav.org/docs/develop/api/stream.html#av.stream.Stream.duration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AudioSegment.from_mp3(ttsfile).duration_seconds
for pydub we can use something like this
how to achieve pyav
Beta Was this translation helpful? Give feedback.
All reactions