Ich habe 277 800x600 PNG-Dateien mit Dateinamen im Format Island_sizes-CSH (II) - ###. PNG, wobei ### eine Zahl ist, die mit 084 beginnt und bei 360 endet.
Ich mache
ffmpeg -i island_sizes-CSH\(II\)-*.png output.mpg -y
aber es funktioniert nicht:
ffmpeg -f image2 -i Inselgrößen-CSH \ (II \) - *. png video.mpg -y
ffmpeg Version 1.2.1 Copyright (c) 2000-2013 der FFmpeg-Entwickler
gebaut am 10. Mai 2013 um 15:14:14 Uhr mit gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4)
Konfiguration: --prefix = / usr --libdir = / usr / lib64 --shlibdir = / usr / lib64 --mandir = / usr / share / man --enable-shared --enable-runtime-cpudetect --enable- gpl --enable-version3 --enable-postproc --enable-avfilter --enable-pthreads --enable-x11grab --enable-vdpau --disable-avisynth --enable-frei0r --enable-libopencv --enable- libdc1394 --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --extra-cflags = '- O2 -g -pipe -Wall -Wp, -D_FORTIFY_SOURCE = 2 -fexceptions - fstack-protector --param = ssp-buffer-size = 4 -m64 -mtune = generic -fPIC '--disable-stripping
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Geben Sie # 0, Bild2, von 'island_sizes-CSH (II) -084.png' ein:
Dauer: 00: 00: 00.04, Start: 0.000000, Bitrate: N / A.
Stream # 0: 0: Video: png, rgba, 800 x 600 [SAR 3937: 3937 DAR 4: 3], 25 tbr, 25 tbn, 25 tbc
[png @ 0x1468c20] ff_frame_thread_encoder_init fehlgeschlagen
Ausgabe # 0, Bild2, an 'island_sizes-CSH (II) -085.png':
Stream # 0: 0: Video: png, rgba, 800 × 600 [SAR 1: 1 DAR 4: 3], q = 2-31, 200 kb / s, 90 k tbn, 25 tbc
Ausgabe Nr. 1, Bild 2, an 'island_sizes-CSH (II) -086.png':
Stream Nr. 1: 0: Video: png, rgba, 800 × 600 [SAR 1: 1 DAR 4: 3], q = 2-31, 200 kb / s, 90 k tbn, 25 tbc
...
Ausgabe Nr. 274, Bild 2, an 'island_sizes-CSH (II) -359.png':
Stream Nr. 274: 0: Video: keine, rgba, 800 x 600 [SAR 1: 1 DAR 4: 3], q = 2-31, 200 kb / s, 90 ktbn, 25 tbc
Ausgabe Nr. 275, Bild 2, an 'island_sizes-CSH (II) -360.png':
Stream Nr. 275: 0: Video: keine, rgba, 800 x 600 [SAR 1: 1 DAR 4: 3], q = 2-31, 200 kb / s, 90 k tbn, 25 tbc
Ausgabe # 276, mpeg, an 'video.mpg':
Stream Nr. 276: 0: Video: keine, yuv420p, 800 x 600 [SAR 1: 1 DAR 4: 3], q = 2-31, 200 kb / s, 90 k tbn, 25 tbc
Stream-Mapping:
Stream # 0: 0 -> # 0: 0 (png -> png)
Stream # 0: 0 -> # 1: 0 (png -> png)
...
Stream # 0: 0 -> # 274: 0 (png -> png)
Stream # 0: 0 -> # 275: 0 (png -> png)
Stream # 0: 0 -> # 276: 0 (png -> mpeg1video)
Fehler beim Öffnen des Encoders für den Ausgabestream Nr. 218: 0 - möglicherweise falsche Parameter wie Bitrate, Rate, Breite oder Höhe
ffmpeg- mencoderhat leider eine völlig andere Syntax.
man mencoder:mencoder "mf://*.jpg" -mf fps=25 -o output.avi -ovc lavc -lavcopts vcodec=mpeg4, ähnlich für ffmpeg