search for: yuy2

Displaying 20 results from an estimated 35 matches for "yuy2".

2014 Jan 06
1
yuy2 not working in ubuntu 13.10
For many years im using the ubuntu with nouveau and the yuy2 scalemode in mame. I think the last one was 11.10 or 12.04, not sure. Now in the ubuntu 13.10 the yuy2 scalemode dont work in mame, but works fine with the intel driver. Tested with the kernels 3.11 and 3.12 from the ubuntu repository. I think there's a regression in the nouveau used in ubunt...
2014 Jan 07
7
[Bug 73342] New: nouveau not working with yuy2 overlay
https://bugs.freedesktop.org/show_bug.cgi?id=73342 Priority: medium Bug ID: 73342 Assignee: nouveau at lists.freedesktop.org Summary: nouveau not working with yuy2 overlay QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: fbs777 at gmail.com Hardware: x86 (IA32) Status: NEW Version: 7.7 (2011) Component: Driver/nouveau...
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
http://bugs.freedesktop.org/show_bug.cgi?id=13319 Summary: YV12 and YUY2 overlay broken on PPC with NV34M Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org...
2010 Apr 14
1
Cannot connect matroska splitter to theora encoder
Hi everyone, I face a problem trying to encode a mkv file into theora using directshow filters I have a mkv file containing only video encoded in YUY2. I use the DirectShowNet Lib V2.1 ( <http://sourceforge.net/projects/directshownet/files/> http://sourceforge.net/projects/directshownet/files/) I use the matroska splitter directshow filter v1.0.2.9 ( <http://www.matroska.org/downloads/windows.html> http://www.matroska.org/...
2003 Feb 23
1
VirtualDub and enconding with DivX, XviD
Hello, I am trying to get the latest wine (Wine 20030219, fake windows) working with the GordianKnot (0.27). Unfortunately, Virtual Dub is not be able to compress a avs-file with the DivX-codec. It crashes if trying to. Also, it would be nice to compress an mpeg-source with Xvid but also it crashes. BTW, VirtualDub does not list it in its codecs window ?f "msvfw32" is set to
2005 Nov 08
2
Re: OggYUV
On Tue, Nov 08, 2005 at 09:36:52PM +0800, illiminable wrote: > > Then there's YUY2 which is interleaved Y0 U0 Y1 V0 Y2 U1 Y3 V1, and YVYU > (Y0 V0 Y1 U0 Y2 V1 Y3 U1), and UYVY (U0 Y0 V0 Y1 U0 Y2 V0 Y3)... and then > there's AYUV, which has a 4th alpha channel. We will only be doing [A]YUV ordered planar encoding, no other order, not packed using one of several metho...
2005 Nov 08
2
Re: [ogg-dev] OggYUV
On Tue, Nov 08, 2005 at 09:36:52PM +0800, illiminable wrote: > > Then there's YUY2 which is interleaved Y0 U0 Y1 V0 Y2 U1 Y3 V1, and YVYU > (Y0 V0 Y1 U0 Y2 V1 Y3 U1), and UYVY (U0 Y0 V0 Y1 U0 Y2 V0 Y3)... and then > there's AYUV, which has a 4th alpha channel. We will only be doing [A]YUV ordered planar encoding, no other order, not packed using one of several metho...
2004 Aug 02
1
Theroa Guess Confirmation
...ent giving a high-level overview of how to use "libtheora"? As it stands, I'm scrounging through headers and example code, and doing a whole lot of guessing. In the meantime, could you either confirm or deny the following guesses? 1) Before compressing with Theora, I must unpack my YUY2 data into three separate arrays (Y, U, and V respectively), and record in a "yuv_buffer" structure. 2) "yuv_buffer.y_stride" is this the number of bytes in one row of Y data. In other words, y_stride*8/y_width = num bits per Y component 3) "theora_encode_header" mus...
2001 Sep 18
2
X11 XVideo extension supported?
...h display DivX 4.01 material with sound. This is simply great :-) However, the performance is not that great. Especially when going fullscreen the cpu is overburdened (slide show). I assume that the XVideo extension is not used yet? xdpyinfo says I have the XVideo extension and xvinfo says I have YUY2, YV12, UYVY an dI420 image formats. Is support for the XVideo extension being worked on or is it already included (and I did not enable it)? regards, Bernhard Ege
2005 Nov 08
0
Re: OggYUV
...re are also ordering differences, eg. interleaved or planar, and if interleaved, in which order... eg. among the windows fourcc's... YV12 (which is most similar to theoras output)... then there is IYUV, which is the same, except the U and V planes are in the opposite order. Then there's YUY2 which is interleaved Y0 U0 Y1 V0 Y2 U1 Y3 V1, and YVYU (Y0 V0 Y1 U0 Y2 V1 Y3 U1), and UYVY (U0 Y0 V0 Y1 U0 Y2 V0 Y3)... and then there's AYUV, which has a 4th alpha channel. Then there's the issue of where the samples lie on a grid in relation to the pixels centre, do the samples centre...
2005 Nov 08
3
Re: OggYUV
On Tue, Nov 08, 2005 at 06:08:25PM +0800, illiminable wrote: > Why not just make it OggRawFOURCC, do we really need one stream format for > rgb, and one for yuv ? [snip] > I just meant oggRaw, not fourcc. Oh, thank god you corrected this. :-) I was contemplating an "OggVid" format, and here is why I'm steering against it (though, yes, this has been a topic of
2005 Nov 08
3
Re: OggYUV
On Tue, Nov 08, 2005 at 06:08:25PM +0800, illiminable wrote: > Why not just make it OggRawFOURCC, do we really need one stream format for > rgb, and one for yuv ? [snip] > I just meant oggRaw, not fourcc. Oh, thank god you corrected this. :-) I was contemplating an "OggVid" format, and here is why I'm steering against it (though, yes, this has been a topic of
2005 Nov 08
0
Re: [ogg-dev] OggYUV
...re are also ordering differences, eg. interleaved or planar, and if interleaved, in which order... eg. among the windows fourcc's... YV12 (which is most similar to theoras output)... then there is IYUV, which is the same, except the U and V planes are in the opposite order. Then there's YUY2 which is interleaved Y0 U0 Y1 V0 Y2 U1 Y3 V1, and YVYU (Y0 V0 Y1 U0 Y2 V1 Y3 U1), and UYVY (U0 Y0 V0 Y1 U0 Y2 V0 Y3)... and then there's AYUV, which has a 4th alpha channel. Then there's the issue of where the samples lie on a grid in relation to the pixels centre, do the samples centre...
2005 Nov 08
1
[Theora-dev] & OggYUV
...ggStream. Plus, changing between packed and planar is easy, my reason for >wanting to avoid packed is there's simply too many different ways to do it. > > My argument is that that application shouldn't have to convert to a fixed format. It should be able to say here's some YUY2 data and OggStream could figure out how to encode that to Theora by using an intermediate filter. >Um, other formats? I don't grok your statement. This is what I'm talking about: > >[Theora] -> Theora plugin -> [OggYUV:420] -> Colorspace Plugin -> [OggYUV:444] ->...
2004 Jun 29
6
Encoding theora...
...hat happens if i set it to 0 ? Will it do some default action ? Also the aspect ratio fields... i am just setting aspect_numerator = videoWidth aspect_denominator = videoHeight Am i correct in doing this ? Any restrictions ? Also... i'm noticing that most of the filters in directshow output YUY2 and not YUV12... just curious if there is code floating around somewhere to do the conversion before i write it myself... it doesn't look too complex anyway. Also, looking at some wmv output... (which is a format that outputs YV12)... it doesn't set a frame rate in the setup header... so i...
2014 Aug 04
3
[Bug 82118] New: nouveau tearing with xvideo
...daptor #0: "Intel(R) Textured Video" number of ports: 16 port base: 89 operations supported: PutImage supported visuals: depth 24, visualID 0x21 no port attributes defined maximum XvImage size: 2048 x 2048 Number of image formats: 5 id: 0x32595559 (YUY2) guid: 59555932-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed) id: 0x32315659 (YV12) guid: 59563132-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar)...
2009 Oct 01
10
ffmpeg2theora 0.25 synchronization issues when converting from .mov
Has anyone noticed this? I have a video made with Final Cut Pro, which I convert to .mov via Compressor. This .mov file plays back fine in Quicktime. But when I then use ffmpeg2theora to convert to ogv, the video seems to play back too fast compared to the audio (I'm using VLC 1.0.2, the latest I believe, to play back the ogv file, and I also have an app that uses the recently
2009 Aug 07
9
[Bug 23198] New: nv50/NVS135M: video hangs/flickers when fullscreen
http://bugs.freedesktop.org/show_bug.cgi?id=23198 Summary: nv50/NVS135M: video hangs/flickers when fullscreen Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2006 Sep 17
0
oggcodecs 0.72.1838
...wn to me. If you have in the past and they still aren't fixed, remind me again. Current priorities are : Better encoding support, vista support, tagging, shell integration, better Windows Mobile 5.0 support. Changes include # Fixed bug that would refuse to play extremely small files # Added YUY2 output support to better support old graphics hardware # Updated speex to 1.2beta1 # Updated project to VS 2005 # Using theora-exp for theora decoding ~30% speed up # Improved 24/32 bit support for FLAC (still may not be perfect) # All code moved to unicode. Fixed bug which would fail if paths had...
2006 Sep 17
0
oggcodecs 0.72.1838
...wn to me. If you have in the past and they still aren't fixed, remind me again. Current priorities are : Better encoding support, vista support, tagging, shell integration, better Windows Mobile 5.0 support. Changes include # Fixed bug that would refuse to play extremely small files # Added YUY2 output support to better support old graphics hardware # Updated speex to 1.2beta1 # Updated project to VS 2005 # Using theora-exp for theora decoding ~30% speed up # Improved 24/32 bit support for FLAC (still may not be perfect) # All code moved to unicode. Fixed bug which would fail if paths had...