nstanger / process_podcast

Python script for processing and assembling a podcast from various input sources
0 stars 0 forks source link

[CLOSED] process_podcast: spurious warnings about unequal audio/video duration #20

Closed nstanger closed 8 years ago

nstanger commented 8 years ago

Issue by nstanger Monday Aug 29, 2016 at 05:56 GMT Originally opened as https://github.com/Otago-InfoSci-Database/Tools/issues/20


If there’s no audio or no video streams, then the warning (in main(), about line 350) about unequal duration is irrelevant. Currently we don’t emit the warning if args.audio isn’t set, but what about other permutations? And what about a podcast that has no default streams specified, relying entirely on a configuration file?

nstanger commented 8 years ago

Comment by nstanger Monday Aug 29, 2016 at 20:45 GMT


Only give a warning if both the audio segment and video segment lists have at least one item in them.