nstanger / process_podcast

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

[CLOSED] process_podcast: complex filter fails if no audio or video stream #19

Closed nstanger closed 8 years ago

nstanger commented 8 years ago

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


So if your podcast has no video stream, the ffmpeg command will fail because the complex filter still includes video components when it shouldn’t (same if there’s no video stream).

In shell_command.py.