3

我有 28,000 张图像需要转换成电影。我试过

mencoder mf://*.jpg -mf w=640:h=480:fps=30:type=jpg -ovc lavc -lavcopts vcodec=msmpeg4v2 -nosound -o ../output-msmpeg4v2.avi

但它似乎在 7500 帧时出现了问题。

这些文件被命名为 webcam_2007-04-16_070804.jpg webcam_2007-04-16_071004.jpg webcam_2007-04-16_071204.jpg webcam_2007-04-16_071404.jpg 直到 2008 年 3 月左右。

有没有另一种方法可以将文件名传递给mencoder,这样它就不会中途停止?

MEncoder 2:1.0~rc2-0ubuntu13 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (Family: 15, Model: 2, Stepping: 7)
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
success: format: 16  data: 0x0 - 0x0
MF file format detected.
[mf] search expr: *.jpg
[mf] number of files: 28617 (114468)
VIDEO:  [IJPG]  640x480  24bpp  30.000 fps    0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:16  fourcc:0x47504A49  size:640x480  fps:30.00  ftime:=0.0333
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmjpeg] vfm: ffmpeg (FFmpeg MJPEG decoder)
==========================================================================
VDec: vo config request - 640 x 480 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 3)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
videocodec: libavcodec (640x480 fourcc=3234504d [MP42])
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
Pos: 251.3s   7539f ( 0%) 47.56fps Trem:   0min   0mb  A-V:0.000 [1202:0]
Flushing video frames.
Writing index...
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.

Video stream: 1202.480 kbit/s  (150310 B/s)  size: 37772908 bytes  251.300 secs  7539     frames
4

5 回答 5

2

将图像列表推送到文件中,每行一个。然后使用mf://@filename

于 2008-09-16T18:51:43.513 回答
1

你最好去 Freenode IRC 上的 #mplayer 或 #ffmpeg 以获得这些程序的具体帮助。

于 2008-09-16T18:45:01.597 回答
1

您可以使用 LiVES 从一系列图像创建视频:http: //lives.sourceforge.net

只需将所有图像放在一个目录中,并确保它们按字母数字顺序排列。然后在 LiVES 中,只需转到文件/打开文件或目录,然后双击图像目录。

加载图像后,您可以编辑剪辑并将其保存为各种格式。

于 2008-09-17T14:12:10.167 回答
0

另一种选择是绕过mencoder并直接使用ffmpeg

于 2008-09-16T18:39:44.760 回答
0

有点奇怪的答案......但我认为 Blender 可以从图像序列中构建视频。只是一个想法。

于 2008-09-16T18:47:07.910 回答