আমার কিছু চিত্র আছে এবং আমি ffmpeg সহ একটি অ্যানিমেটেড জিএফ তৈরি করতে চাই। ছবিগুলির নাম রয়েছে:
837_1.png
838_1.png
...
আমি ffmpeg -i কমান্ড লাইন বিকল্পটি আনসারস্ট্যান্ড করার চেষ্টা করছি তবে আমি কিছু সমস্যার মুখোমুখি হচ্ছি।
আমি যদি কিছু নির্দিষ্ট না করি তবে এটি আমাকে ফাইলগুলি প্রতিস্থাপন করতে বলে:
ffmpeg -i * -vcodec libx264 out.mp4
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 26 2013 20:18:03 with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
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
Input #0, image2, from '358_1.png':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, rgb24, 550x550, 25 tbr, 25 tbn, 25 tbc
File '359_1.png' already exists. Overwrite ? [y/N]
এবং যদি আমি ইন্টারনেটে সর্বাধিক ব্যবহৃত বিন্যাস (% d) ব্যবহার করার চেষ্টা করি .. ffmpeg ফাইলগুলি খুঁজে পায় না:
fmpeg -i '%3d_1.png' -vcodec libx264 out.mp4
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 26 2013 20:18:03 with Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=cc --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
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
[image2 @ 0x7f963a006600] Could find no file with with path '%3d_1.png' and index in the range 0-4
%3d_1.png: No such file or directory
সুতরাং .. এখানে প্রশ্ন, ffmpg সহ -i কমান্ড লাইন বিকল্পটি কীভাবে ব্যবহার করবেন?
স্পষ্টতার জন্য, আমি ম্যাক ওএসএক্স 10.8, এফএফএমপিগ সংস্করণ 1.2.1, জেডএস 4.3.11 এ আছি