<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I set the General TV settings to 16/9 and thats done the trick but this
may affect my DVB viewing later..<br>
<br>
but back to the Composite stream, my video stream is pretty poor , ie
I'm getting un refreshed artefacts "blocks" all over the screen<br>
ie where there is no movement it seems to be no refreshing that part of
the image.<br>
<br>
Note I get a pretty good picture with TVTIME but not with MythTV.<br>
<br>
backend.log===<br>
<br>
2006-02-28 21:46:31.815 TVRec(7): Changing from None to WatchingLiveTV<br>
2006-02-28 21:46:31.904 Unknown video codec<br>
2006-02-28 21:46:31.928 Please go into the TV Settings, Recording
Profiles and<br>
2006-02-28 21:46:31.938 setup the four 'Software Encoders' profiles.<br>
2006-02-28 21:46:31.942 Assuming RTjpeg for now.<br>
===<br>
<br>
Paul<br>
<br>
On 1/03/2006 3:11 AM, Chris Pinkham wrote:
<blockquote cite="mid200602281611.k1SGBNTP008500@panther.bc2va.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Can anyone tell me where the Aspect ratio for "Composite0" is set?

My DVB is ok, but the analog capture via Composite is not displaying 
16:9 .. looks like 4:3 but  I can't find where this is set for this device.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The software encoder (NuppelVideoRecorder) assumes 4:3 input and there's
currently no way to change it via a setting.

If this is the only card you have and you want to force it via a hack to
the source code, you can edit mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
and search for "video_aspect = 1.33333;" in
NuppelVideoRecorder::NuppelVideoRecorder() and change that to
"video_aspect = 1.77777;" to force 16:9 aspect ratio in the .nuv file.

It wouldn't be that hard for someone to add support for an Aspect Ratio
setting for analog capturecards to use for what you're describing.

  </pre>
</blockquote>
</body>
</html>