You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to smartAV
Hi, I want to integrate several video files into one file, Can FFMpeg support this feature? If so, what's the command? otherwise which tool has this feature? Thanks a lot.
xuchess
unread,
Nov 6, 2006, 3:22:26 AM11/6/06
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to smartAV
there are some articles say this: ffmpeg -i /tmp/test%d.Y /tmp/out.mpg ffmpeg -i /tmp/a.wav -s 640x480 -i /tmp/a.yuv /tmp/a.mpg you may test it.