glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Video creation how-to


From: Kai Antweiler
Subject: Re: [glob2-devel] Video creation how-to
Date: Mon, 08 Jan 2007 11:55:27 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.20 (linux)

> Stéphane Magnenat wrote:
>> I've written a video creation how-to as suggested by Kai:
>> http://globulation2.org/wiki/Video_Creation_Howto
>
> thanx for the how-to but i am struggling without success.
>
> greetings, lw
>
> address@hidden:~/.glob2/videos/v1_small$ ffmpeg -i 1000%03d.png ../test2.mpeg
> FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2004 Fabrice Bellard
>  configuration:  --enable-gpl --enable-pp --enable-pthreads --enable-vorbis 
> --enable-libogg --enable-a52 --enable-dts --enable-libgsm --enable-dc1394 
> --disable-debug --enable-shared --prefix=/usr
>  libavutil version: 0d.49.0.0
>  libavcodec version: 0d.51.11.0
>  libavformat version: 0d.50.5.0
>  built on Sep 25 2006 15:25:04, gcc: 4.1.2 20060901 (prerelease) (Debian 
> 4.1.1-13)
> Input #0, image2, from '1000%03d.png':
>  Duration: 00:00:39.9, start: 0.000000, bitrate: N/A
>  Stream #0.0: Video: png, 1024x768, 25.00 fps(r)
> File '../test2.mpeg' already exists. Overwrite ? [y/N] y
> Output #0, mpeg, to '../test2.mpeg':
>  Stream #0.0: Video: mpeg1video, yuv420p, 1024x768, q=2-31, 200 kb/s, 25.00 
> fps(c)
> Stream mapping:
>  Stream #0.0 -> #0.0
> Press [q] to stop encoding
> Error while decoding stream #0.0
> Error while decoding stream #0.0
> Error while decoding stream #0.0
> ...
> Error while decoding stream #0.0
> Error while decoding stream #0.0
> frame=    0 q=0.0 Lsize=       0kB time=10000000000.0 bitrate=   0.0kbits/s
> video:0kB audio:0kB global headers:0kB muxing overhead nan%
>
>
>
>                    Output is a 0B Videofile
>
>
>
> address@hidden:~/.glob2/videos/v1_small$ ffmpeg2theora 1000%03d.png -o 
> ../test2.ogg
> Input #0, image2, from '1000%03d.png':
>  Duration: 00:00:39.9, start: 0.000000, bitrate: N/A
>  Stream #0.0: Video: png, yuv420p, 1024x768, 25.00 fps(r)
>  Resize: 1024x768
>      0:00:00.00 audio: 0kbps video: 0kbps
> address@hidden:~/.glob2/videos/v1_small$ ls -l ../test2.ogg
> -rw-r--r-- 1 leo leo 2879 2007-01-07 23:57 ../test2.ogg
>
>
>
>
> _______________________________________________
> glob2-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/glob2-devel
>


Are the png-files ok?
Can you see them with a picture-viewer.

You can also create videos with mjpegtools: "http://mjpeg.sourceforge.net/";
# png2yuv -f 25 -Ip -L0 -j VIDEOSHOT_NAME.%010d.png | mpeg2enc -f3 -b 2500 -q 1 
-o out.m2v

Play around with the options if you succeed.
Especially the "-b n" option (bitrate).

This also looks promissing:
http://recordmydesktop.sourceforge.net/
-- 
Kai Antweiler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]