Advertisement
Guest User

Untitled

a guest
Jun 10th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. /share$ ffmpeg -y -i TreeRiverSnow-5min.mp4 -vf "drawtext=fontcolor=white:fontsize=40:fontfile='/home/steven/.local/share/fonts/TypewriterScribbled.ttf':textfile='Tickertxt.txt':reload=1:y=h-line_h-52:x=w-(mod(4*n\,w+tw)-tw/40),drawbox=y=ih-88:boxcolor=black@0.4:width=iw:height=48:t=fill" -codec:v libx264 scrolling.mp4
  2.  
  3.  
  4. ffmpeg version 3.4.2-2 Copyright (c) 2000-2018 the FFmpeg developers
  5. built with gcc 7 (Ubuntu 7.3.0-16ubuntu2)
  6. configuration: --prefix=/usr --extra-version=2 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  7. libavutil 55. 78.100 / 55. 78.100
  8. libavcodec 57.107.100 / 57.107.100
  9. libavformat 57. 83.100 / 57. 83.100
  10. libavdevice 57. 10.100 / 57. 10.100
  11. libavfilter 6.107.100 / 6.107.100
  12. libavresample 3. 7. 0 / 3. 7. 0
  13. libswscale 4. 8.100 / 4. 8.100
  14. libswresample 2. 9.100 / 2. 9.100
  15. libpostproc 54. 7.100 / 54. 7.100
  16. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'TreeRiverSnow-5min.mp4':
  17. Metadata:
  18. major_brand : isom
  19. minor_version : 512
  20. compatible_brands: isomiso2avc1mp41
  21. encoder : Lavf57.83.100
  22. Duration: 00:00:55.52, start: 4.544000, bitrate: 4048 kb/s
  23. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1920x1080 [SAR 1:1 DAR 16:9], 4047 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc (default)
  24. Metadata:
  25. handler_name : VideoHandler
  26. Stream mapping:
  27. Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  28. Press [q] to stop, [?] for help
  29. [Parsed_drawbox_1 @ 0x55e7e8dd61a0] Option 'boxcolor' not found
  30. [AVFilterGraph @ 0x55e7e8ed4100] Error initializing filter 'drawbox' with args 'y=ih-88:boxcolor=black@0.4:width=iw:height=48:t=fill'
  31. Error reinitializing filters!
  32. Failed to inject frame into filter network: Option not found
  33. Error while processing the decoded data for stream #0:0
  34. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement