Re: Export to DVD
[email protected] Tue, 23 Feb 2010 18:36:35 -0500
| Newsgroups | gmane.comp.video.kino.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10-02-23 06:06 PM, Stan Gammons wrote: > On Tue, 2010-02-23 at 09:52 -0500, [email protected] wrote: > > >> Previously, all of my video editing and DVD making was done using >> ArcSoft Showbiz. My version is from the year 2003. It works. I don't >> have to fight with it...but I'd really like a simple program in Linux as >> I hate Windows and MS. >> > There is probably an easier way to create a DVD in Linux, but here is > how I do it. > > 1) Capture the video, I use a Canopus ADVC-110, in raw DV format using > dvgrab. > > 2) Edit the captured video with Kino and save it to an SMIL file. > > 3) If it's a good source, I use the following script to make the m2v and > mp2 file. > > smil2yuv -i 2 -a video.wav video.smil | > y4mshift -b 8,0,704,476 | > y4mscaler -v 0 -I active=704x480+8+0 -O sar=src -O chromass=420_mpeg2 | > mpeg2enc -f 8 -D 10 -E -10 -4 1 -2 1 -c -q 3 -o video.m2v > mp2enc -o video.mp2< video.wav > > IF the source is a VHS tape, I use the following script > > smil2yuv -a video.mp2 -i 2 video.smil | > yuvcorrect -v 0 -T TOP_FORWARD -T INTERLACED_TOP_FIRST | > y4mscaler -v 0 -I active=704x480+8+0 -O sar=src -O size=704x480 | > yuvmedianfilter -r 1 -R 1 -f -w 13.333 | > yuvkineco -F 1 -C yuvkineco.txt | > yuvdenoise -s 3,4,4 -g 32,255,255 -t 2,3,3 -m 0,4,4 | > y4munsharp | > y4mscaler -v 0 -O sar=src -S option=cubicK4 -O chromass=420_MPEG2 | > mpeg2enc -D 10 -G 12 -b 7500 -p -c -R 0 -E -10 -f 8 -q 3 -K tmpgenc-4 1 > -2 1 -o video.m2v > mp2enc -o video.mp2< video.wav > > 4) I hate Windows too, but DVD Lab Pro is a great DVD authoring so I use > it to make the DVD. It will "run" under WINE, but it's using it is a > REAL challenge or was the last time I tried it. > > Hope that helps some... > > > Stan > Capturing video isn't a problem. I use either Kino or dvgrab....which, believe it or not, both work perfectly for getting the video from my miniDV camera into my computer. I use a firewire. I finally figured out how to make a Video_ts and audio_something or another file using Kino. But...making it into a fancy menu driven standalone DVD with ANY linux based program so far has been a failure. > > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev