Ok, I finally after months of trying was able to capture with my Saa7134 card/driver (cheapie $20 job) with audio and video in sync, only with mencoder.
Here is what I use:
Code:mencoder -oac mp3lame -ovc lavc -lameopts mode=1:vbr=2:q=4 -lavcopts vcodec=mjpeg -tv driver=v4l2:norm=ntsc:channel=3:adevice=/dev/dsp:amode=1:width=640:height=480 -af volume=-20 -o tv.avi tv://
However, it seems that my card flips the fields. The only way that seems to make it look good on the tv is to deinterlace.
Here is what I use to convert it into a DVD format. I edit this then with avidemux, just copying. Seems to work
Now, the only thing is that video seems to have a "film" look now, which isn't bad, but it isn't what I expected. Having audio in sync was priority one. Non-Jittery video was priority two.Code:mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf -vf pp=li/ha/va/dr,hqdn3d,scale=720:480,harddup -srate 48000 -af lavcresample=48000 -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=18:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3 -ofps 30000/1001 -o
Is it because of using the linear interpolation to deinterlace? Should I use something else? I tried a few ways to flip the fields, but nothing seemed to work, and it seemed like to much trouble for VHS...
Any suggestions?
Thanks in advance!
Kris
+ Reply to Thread
Results 1 to 3 of 3
-
-
While it isn't a linux app you might try restream. It can easily change the field order. Useful in situations like yours. I used to use it a long time ago when an Ati card I had capped bottom field first. I used restream to set the stream to tff. IIRC it only works on elementary video streams so you will have to demux first.
I haven't tried it myself but you might try installing it through wine. It's worth a shot.Donadagohvi (Cherokee for "Until we meet again")
Similar Threads
-
Converting VHS to DVD under Linux HOWTO
By danboid in forum LinuxReplies: 25Last Post: 9th May 2014, 07:10 -
Converting non-utf8 .ass to .srt in linux
By p014k in forum SubtitleReplies: 5Last Post: 22nd Apr 2011, 08:20 -
Linux compatible SD capture
By dewdude in forum Capturing and VCRReplies: 8Last Post: 17th Sep 2010, 20:57 -
MKV oddities
By Alexstarfire in forum Video ConversionReplies: 0Last Post: 13th Jul 2010, 11:44 -
Converting video of any format to MOV or MP4 Linux/Debian
By lordshadow in forum Newbie / General discussionsReplies: 11Last Post: 31st Aug 2008, 10:35