Explorar el Código

examples: fix outdated ffmpeg_stack warnings

Renée Kooi hace 6 años
padre
commit
93359b09a4
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      examples/transloadit-textarea/template.json

+ 3 - 2
examples/transloadit-textarea/template.json

@@ -51,7 +51,8 @@
       "use": [
       "use": [
         "audios"
         "audios"
       ],
       ],
-      "robot": "/audio/artwork"
+      "robot": "/audio/artwork",
+      "ffmpeg_stack": "v3.3.3"
     },
     },
     "resized_thumbnails": {
     "resized_thumbnails": {
       "use": [
       "use": [
@@ -70,7 +71,7 @@
         "videos"
         "videos"
       ],
       ],
       "robot": "/video/thumbs",
       "robot": "/video/thumbs",
-      "ffmpeg_stack": "v2.2.3",
+      "ffmpeg_stack": "v3.3.3",
       "count": 1,
       "count": 1,
       "offsets": [
       "offsets": [
         "50%"
         "50%"