<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 10, 2022 at 2:17 PM David Engel <<a href="mailto:david@istwok.net">david@istwok.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Feb 10, 2022 at 12:58:55PM -0800, Allen Edwards wrote:<br>
> On Thu, Feb 10, 2022 at 9:41 AM David Engel <<a href="mailto:david@istwok.net" target="_blank">david@istwok.net</a>> wrote:<br>
> > It's almost certainly the Nvidia bug.  What is the callsign of your<br>
> > NBC station?  Set the number of CPUs to 2, then, instead of 4.  What<br>
> > CPU do you have?  You said AMD 5400.  Is that a Ryzen 3 5400U?<br>
> > Software decoding (which is what the OpenGL profiles use) should still<br>
> > work fine for mpeg2 on any modern CPU.  Whatever, you'll eventuall<br>
> > want to create a custom profile which uses OpenGL for mpeg2 and VDPAU<br>
> > for everything else.<br>
> <br>
> @Dave:<br>
> cpuinfo shows this:<br>
> AMD Athlon(tm) 64 X2 Dual Core Processor 5400+ Might not be considered a<br>
> modern CPU.<br>
<br>
Much older than I expected but still probably fine.  Really, almost<br>
any dual-core CPU less than 10 or so years old should be fine.  For 1x<br>
playback.  Just don't expect to timestretch at high rates if that is a<br>
feature you use.<br>
<br>
> The Station is KNTV local channel 11 and actual channel 13.<br>
<br>
OKay, I was just wondering if you were in DFW where KXAS is the last<br>
remaining station in the area that still tickles this particular bug.<br>
<br>
> In terms of setting up a custom profile is that like vdpau for 720 and<br>
> opengl for 1080? That is done on the profile screen by adding a second<br>
> criteria. If it is something else, let me know. For now I am going to test<br>
> openGL and if it works for 1080 it should work for 720 I would think<br>
> although perhaps more CPU power.<br>
<br>
Yes.  Your best bet is to make the first criteria be as specific as<br>
you can like mpeg2, 1920x1080(*).  This one should use OpenGL High<br>
Quality.  Then, make another criteria with no restrictions.  This one<br>
should use VDPAU Normal.<br>
<br>
David<br>
<br>
(*)Ideally, you would also want to only match on youre NBC station as<br>
you might want to use the better deinterlacing and faster timestretch<br>
capability provided by VDPAU on other 1080i channels.  Unfortunately,<br>
MythTV doesn't support doing that.  I have a TODO for that but haven't<br>
done it yet.<br></blockquote><div><br></div><div>Is this correct? " if rez >= mpeg2, 1920x1080 -> ffmpeg & vdpau" as the first priority? Then have the other one "if rez >0,0 -> vdpau & vdpau". Then copy the details from the two profiles you mentioned by editing the details.</div><div><br></div><div>On a related note. OpenGL High looks like it is working fine. Why use VDPAU at all? I guess for things like time stretch and other esoteric functions. I don't use them often but have at times. Like every decade maybe.</div><div><br></div><div>By the way, thanks so much for your help. I really appreciate what you and Jay have done to help me. I was getting nowhere but I think I have a good solution now.</div><div><br></div><div>Allen</div></div></div>