Skip to content
Permalink
Browse files
Update Transcoder.py
  • Loading branch information
hollan84 committed Feb 23, 2019
1 parent 75ac81e commit b0e9b4c25e6ed675eb934b5302779d1c3490426f
Showing 1 changed file with 1 addition and 0 deletions.
@@ -46,6 +46,7 @@ try:
os.system("ffmpeg -version")
except:
print("ffmpeg not installed")
os.system("sudo apt-get install ffmpeg")
exit()

Transcode()

0 comments on commit b0e9b4c

Please sign in to comment.