miketuckman / TabloExtract

Python script to extract files from TabloTV
13 stars 10 forks source link

Break the ffmpeg command line out to a list before submitting to subprocess #4

Open luken opened 8 years ago

luken commented 8 years ago

Tested under OSX 10.11.2 using native python 2.7 and ffmpeg from homebrew. Haven't hit the error after breaking out the command line to a list.

Fixes #1