Mailing List Archive


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

Re: [tlug] Video Clips



Josh Glover wrote:

Now, do something like this:

vol="WINNIE_THE_FOO"; \
for i in `seq 1 4`; do \
 mplayer dvd://$i -dumpstream -dumpfile /scratch/ripdvd/${vol}-$i.vob && \
 tcextract -i /scratch/ripdvd/${vol}-${i}.vob -d 2 -x mpeg2
/scratch/ripdvd/${vol}-${i}.m2v && \
 tcextract -i /scratch/ripdvd/${vol}-${i}.vob -d 2 -x ac3 -a 0 \
  >/scratch/ripdvd/${vol}-${i}.ac3 && \
 rm /scratch/ripdvd/${vol}-${i}.vob && \
 mplex -f 8 -v 1 -S 0 -o /scratch/shrinkdvd/${vol}-${i}.mpg \
  /scratch/ripdvd/${vol}-${i}.m2v /scratch/ripdvd/${vol}-${i}.ac3 && \
 rm /scratch/ripdvd/${vol}-${i}.m2v /scratch/ripdvd/${vol}-${i}.ac3;
done

OK, now you have MPEG files of the first four chapters on the DVD. Now
you can edit them with Kino[3] or some such. Your machine might be
slow at doing the editing, but it *should* be able to do it at last.

Wow.... now... is that something you type up the way I would write a paragraph to an old school buddy? Just tap-tap-tap and all that comes out? You're a magician I think!

Lyle


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links