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

Re: [Sheflug] Video Tape to Digital



> Hello there
>
> Don't know if anyone can help with this but thought I might try
> anyway.  I've been having a go at transferring VHS-C video tape from
> my camcorder to my PC.  VHS recorder through a WinTV card into the
> PC.   That's tape to digital format such as .avi or similar.  The end
> result isn't too bad but it's grainy and low resolution.  I'm using
> the script from....
>
> http://tldp.org/HOWTO/BTTV/recording.html
>
> Saved as video.sh.  You can see the script below.  So, the question is
> that I'm a bit confused about which part to change so that I can have
> higher resolution video transfer (better pictures) .  Anyone suggest
> which part of the script to change to make some improvements ?  I
> might be able to filter a finished video through Kino but higher
> quality video before editing makes more sense...

If it's any help at all, I generally use mencoder to capture stuff
from my freeview box / camcorder. I have a LeadTek WinFast 2000 card,
so the settings may be a little different, but the relevant part of my
script is below:

mencoder tv:// -tv
driver=v4l2:device=/dev/video0:input=2:width=768:height=576:norm=pal
-oac mp3lame -lameopts cbr:br=128 -ovc lavc -lavcopts
vcodec=mpeg4:vbitrate=5000 -vf crop=720:544:24:16,pp=lb -af volume=-10
-ffourcc divx  1>/home/davo/video/mencoder-out.txt 2>&1 -o
/home/davo/video/$vidfile.avi

This captures a 5000bps mpeg4 with mp3 audio at 128bps.

I hope that is helpful in some way,

Davo

_______________________________________________
Sheffield Linux User's Group
http://sheflug.org.uk/mailman/listinfo/sheflug_sheflug.org.uk
FAQ at: http://www.sheflug.org.uk/mailfaq.html

GNU - The Choice of a Complete Generation