/usr/bin/ffmpeg
Browse files- funciones/motion.py +1 -1
funciones/motion.py
CHANGED
@@ -10,7 +10,7 @@ async def motion(imagen):
|
|
10 |
|
11 |
print("Esto es imagen en monomotion: ", imagen)
|
12 |
|
13 |
-
ffmpeg_path = "/
|
14 |
|
15 |
ffmpeg_command = [
|
16 |
#'ffmpeg', '-y',
|
|
|
10 |
|
11 |
print("Esto es imagen en monomotion: ", imagen)
|
12 |
|
13 |
+
ffmpeg_path = "/usr/bin/ffmpeg"
|
14 |
|
15 |
ffmpeg_command = [
|
16 |
#'ffmpeg', '-y',
|