Skip to content

Instantly share code, notes, and snippets.

@dk0r
Created October 8, 2013 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dk0r/6893699 to your computer and use it in GitHub Desktop.
Save dk0r/6893699 to your computer and use it in GitHub Desktop.
[dk0r@i7-3700 pngs]$ ls
psi003.csv.png psi008.csv.png psi013.csv.png psi018.csv.png psi023.csv.png
psi004.csv.png psi009.csv.png psi014.csv.png psi019.csv.png psi024.csv.png
psi000.csv.png psi005.csv.png psi010.csv.png psi015.csv.png psi020.csv.png
psi025.csv.png psi001.csv.png psi006.csv.png psi011.csv.png psi016.csv.png
psi021.csv.png psi002.csv.png psi007.csv.png psi012.csv.png psi017.csv.png
psi022.csv.png
[dk0r@i7-3700 pngs]$ ffmpeg -r 20 -f image2 -i psi%d.csv.png -y -s 1920x1080 -aspect 16:9 psi_movie.mp4
ffmpeg version 2.0.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Aug 11 2013 14:52:28 with gcc 4.8.1 (GCC) 20130725 (prerelease)
configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-dxva2 --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-pic --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 12.100 / 55. 12.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 79.101 / 3. 79.101
libavresample 1. 1. 0 / 1. 1. 0
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
[image2 @ 0x19019e0] Could find no file with with path 'psi%d.csv.png' and index in the range 0-4
psi%d.csv.png: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment