[FFmpeg-user] generate video file from png stdinput
Jacobs
jacobhameiri at gmail.com
Wed Oct 31 07:26:20 CET 2012
this is a sample of one of the source images:
https://www.dropbox.com/s/nkuzpd9hcs5dwt8/image
I have a script that writes to /sdcard/tempfifo one frame per second.
These are some of the commands I tried.
a. ffmpeg -an -y -i /sdcard/tempfifo /sdcard/output.avi 2>
/sdcard/ffmpeg.log
http://pastebin.com/QDRq6aAG
b. ffmpeg -an -y -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 800x1280 -i
/sdcard/tempfifo /sdcard/output.avi 2> /sdcard/ffmpeg.log
http://pastebin.com/qQHpZ1ND
c. ffmpeg -an -y -vcodec rawvideo -f image2 -pix_fmt rgb32 -s 800x1280
-loop 1 -i /sdcard/tempfifo /sdcard/outpu.avi 2> /sdcard/ffmpeg.log
http://pastebin.com/Mt8gAnXL
d. ffmpeg -an -y -f image2 -pix_fmt rgb32 -s 800x1280 -loop 1 -i
/sdcard/tempfifo.png /sdcard/outpu.avi 2> /sdcard/ffmpeg.log
http://pastebin.com/hmeQZhw3
e. tail -f /sdcard/tempfifo | /data/local/ffmpeg -an -y -vcodec rawvideo -f
rawvideo -pix_fmt rgb32 -s 800x1280 -i - /sdcard/output.avi 2>
/sdcard/ffmpeg.log
http://pastebin.com/6mz7700J
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/generate-video-file-from-png-stdinput-tp4654562p4654588.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list