making a 3600x3600 mpeg2 fails
Jean-Paul van de Plasse <jeanpaul <at> i-serve.nl>
2009-04-01 02:50:47 GMT
Hi list,
It is not conforming the mpeg2 specifications but I need to generate
3600x3600 from a bunch of jpegs.
All seems to go well but the end result is rather strange..
What I do is :
ffmpeg -i d_%05d.jpg -s 3600x3600 -t 30 -r 5000k -f mpeg2video d.m2v
FFmpeg version SVN-r18259, Copyright (c) 2000-2009 Fabrice Bellard, et
al.
configuration: --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/
man --incdir=/usr/include/ffmpeg --enable-libmp3lame --enable-
libvorbis --enable-libfaac --enable-libx264 --enable-shared --enable-
pthreads --enable-gpl
libavutil 50. 2. 0 / 50. 2. 0
libavcodec 52.22. 3 / 52.22. 3
libavformat 52.32. 0 / 52.32. 0
libavdevice 52. 1. 0 / 52. 1. 0
libswscale 0. 7. 1 / 0. 7. 1
built on Mar 31 2009 14:19:46, gcc: 4.1.2 20071124 (Red Hat 4.1.2-42)
Input #0, image2, from 'd_%05d.jpg':
Duration: 00:00:16.04, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj444p, 3600x3600 [PAR 72:72 DAR
1:1], 25 tbr, 25 tbn, 25 tbc
Output #0, mpeg2video, to 'd.m2v':
Stream #0.0: Video: mpeg2video, yuv420p, 3600x3600 [PAR 1:1 DAR
1:1], q=2-31, 200 kb/s, 90k tbn, 60 tbc
Stream mapping:
Stream #0.0 -> #0.0
(Continue reading)