I have version 0.2.0 of the ivtv driver and am using mythtv to record
standard cable tv.  I have set the record to mpeg-ps, 4:3 aspect and
640x480 size.  It encodes well and I can play it back through the tv-out
an the video card just fine.

When I put the video on a DVD with:
#!/bin/sh
mkfifo aud0
mkfifo vid0
mkfifo dvdmpg
mpeg2desc -a0 < $1 > aud0 &
mpeg2desc -v0 < $1 > vid0 &
mplex -f 8 -V -o dvdmpg aud0 vid0 &
dvdauthor -o $2 -f dvdmpg
dvdauthor -o $2 -T
rm aud0
rm vid0
rm dvdmpg

it plays fine but the size is out of wack.  I only get about 3/4 of the
tv screen filled.  Should I be choosing some other way to get this onto
dvd or should I be using a different profile such as (mpeg-ts, dvd, or
dvd-special1) or is this a bug in the driver?

What is the difference between mpeg-ts and mpeg-ps profiles in the ivtv
driver?

Any help appreciated.


-- 
George Farris
[EMAIL PROTECTED]


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to