Advertisement
Guest User

ffmpeg

a guest
Apr 28th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.69 KB | None | 0 0
  1. cat /home/ec2-user/FILES/*.jpg* | /home/ec2-user/ffmpeg/ffmpeg -f image2pipe -i /dev/stdin /home/ec2-user/OUT.MP4
  2.  
  3. ffmpeg version N-45884-g92a0a6bea-static https://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2018 the FFmpeg developers
  4.   built with gcc 6.3.0 (Debian 6.3.0-18+deb9u1) 20170516
  5.   configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sn
  6. dio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libaom --enable-libfribidi --enable-libass --ena
  7. ble-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l
  8. ibrubberband --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-
  9. amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg
  10.   libavutil      56. 17.100 / 56. 17.100
  11.   libavcodec     58. 19.100 / 58. 19.100
  12.   libavformat    58. 13.100 / 58. 13.100
  13.   libavdevice    58.  4.100 / 58.  4.100
  14.   libavfilter     7. 20.100 /  7. 20.100
  15.   libswscale      5.  2.100 /  5.  2.100
  16.   libswresample   3.  2.100 /  3.  2.100
  17.   libpostproc    55.  2.100 / 55.  2.100
  18. [image2pipe @ 0x4f45bc0] Could not find codec parameters for stream 0 (Video: none, none): unknown codec
  19. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  20. Input #0, image2pipe, from '/dev/stdin':
  21.   Duration: N/A, bitrate: N/A
  22.     Stream #0:0: Video: none, none, 25 tbr, 25 tbn, 25 tbc
  23. Output #0, mp4, to '/home/ec2-user/OUT.MP4':
  24. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement