|
Home > Archive > Linux Debian support > March 2005 > merging vcd files
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Greeting,
Any suggestions on how to merge vcd files together?
Have a collection that I'd like to burn (with merged files) to a dvd.
Running Knoppix.
Thanks,
Art2U
| |
| Paul Johnson 2005-03-14, 2:45 am |
| Art2U wrote:
> Running Knoppix.
But this isn't a Knoppix group.
--
Paul Johnson
baloo@ursine.ca
http://ursine.ca/~baloo/
| |
|
| On Sun, 13 Mar 2005 21:47:44 -0800, Paul Johnson wrote:
> Art2U wrote:
>
>
> But this isn't a Knoppix group.
As far as I know there isn't a Knoppix newsgroup, but Knoppix IS an debian
distro. I take you don't know...
Art2U
| |
| Paul Johnson 2005-03-14, 7:45 am |
| Art2U wrote:
> On Sun, 13 Mar 2005 21:47:44 -0800, Paul Johnson wrote:
>
>
> As far as I know there isn't a Knoppix newsgroup, but Knoppix IS an debian
> distro. I take you don't know...
There are Knoppix mailing lists. And Knoppix is *NOT* a debian distro. If
Knoppix were a Debian distro, you'd be able to find information for it at
debian.org. Knoppix != Debian. Knoppix makes drastically different
assumptions to fit into it's niche than Debian does being a general-purpose
distro. No, I don't know how to merge VCD files in Knoppix.
--
Paul Johnson
baloo@ursine.ca
http://ursine.ca/~baloo/
| |
|
| On Mon, 14 Mar 2005 00:42:45 -0800, Paul Johnson wrote:
> Art2U wrote:
>
After much googling and many false leads I found out how to do it, you'll
mencoder.
to convert mpg to avi (divx):
mencoder -oac copy -ovc lavc -lavcopts vcodec=mpeg4 -o output.avi input.mpg
to join avi files:
cat input_1.avi input_2.avi | mencoder -noidx -ovc copy -oac copy -o
output.avi -
Art2U
| |
| Madhusudan Singh 2005-03-14, 5:45 pm |
| Art2U wrote:
> On Mon, 14 Mar 2005 00:42:45 -0800, Paul Johnson wrote:
>
> After much googling and many false leads I found out how to do it, you'll
> mencoder.
>
> to convert mpg to avi (divx):
> mencoder -oac copy -ovc lavc -lavcopts vcodec=mpeg4 -o output.avi
> input.mpg
>
> to join avi files:
> cat input_1.avi input_2.avi | mencoder -noidx -ovc copy -oac copy -o
> output.avi -
>
> Art2U
And as you found out, the choice of mencoder had nothing to do with which
distro you were using. Linux apps tend to be pretty universal across
distros.
And yes, since knoppix is a Debian derived distro, I think your question
here was relevant, but not useful. You should have crossposted to
comp.os.linux.misc (or some such group in the comp.os.linux.* hierarchy).
|
|
|
|
|