search for: i420

Displaying 16 results from an estimated 16 matches for "i420".

Did you mean: 420
2007 Aug 30
1
can not encode a raw video file with "encoder_example"
...the error message is understandable for anyone. when this file is play with mplayer it shows as follow ========================================================================== Opening video decoder: [raw] RAW Uncompressed Video VDec: vo config request - 176 x 144 (preferred colorspace: Planar I420) VDec: using Planar I420 as output csp (no 0) Movie-Aspect is undefined - no prescaling applied. VO: [xv] 176x144 => 176x144 Planar I420 Selected video codec: [rawi420] vfm: raw (RAW I420) ========================================================================== but i want to know that weath...
2006 Jan 03
3
[ANNOUNCE] libshout 2.2 released
libshout 2.2 has just been released. It's a fairly minor update: * Speex support (this is why it's 2.2 instead of 2.1.1) * Theora timing fix * Double-free bug, response parser bug on failed login fixed. It's at http://www.icecast.org/download.php
2010 Mar 17
3
encoding raw file (.yuv) using ffmpeg2theora
Hello! I'm trying to use ffmpeg2theora to encode raw (.yuv) files in I420 format (just frames, no headers at all), but failed to find corresponding input format. Is there any documentation of supported formats for ffmpeg2theora? Or maybe there is another command-line tool for Windows to encode raw video using Theora algorithm? Thank you for help! Alexander.
2004 Sep 14
3
Problems with Theora DirectShow filters
...it with the Theora and Speex DirectShow-filters. For audio, this filter graph plays fine: http://www.huitl.de/mic-speexenc-speexdec-out.png. The video part is problematic. Please have a look at http://www.huitl.de/cam-theoraenc-theoradec-out.png. 1. The webcam provides the color formats RGB24, I420 and IYUV. The Theora encode filter only accepts YV12, so I can't just connect the webcam capture pin with theora's yv12-in. 2. The "Color Space Converter" can't do the conversion to YV12. 3. I found that the ffdshow raw video filter should be able to do this conversion (al...
2014 Aug 04
3
[Bug 82118] New: nouveau tearing with xvideo
...555932-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) id: 0x30323449 (I420) guid: 49343230-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) id: 0x59565955 (UYVY) guid: 55595659-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed)...
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
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
...563132-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) id: 0x59565955 (UYVY) guid: 55595659-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed) id: 0x30323449 (I420) guid: 49343230-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) Adaptor #1: "NV Video Blitter" number of ports: 32 port base: 106 operations supported: PutImage supported visuals: depth 24, visu...
2005 Nov 08
1
[Theora-dev] & OggYUV
Arc wrote: >Not the camera, only the application which goes between the camera and >OggStream. 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
2010 Apr 09
1
Google Puts Weight Behind Theora
"... we need a baseline to work from - one standard format that (if all else fails) everything can fall back to. This doesn?t need to be the most complex format, or the most advertised format, or even the format with the most companies involved in its creation. All it needs to do is to be available, everywhere. The codec in the frame for this is Ogg Theora..." :)
2009 Mar 11
8
[Bug 20612] New: nouveau xv crash with BadMatch ( invalid parameter attributes)
...4, visualID 0x22 no port attributes defined maximum XvImage size: 4096 x 4096 Number of image formats: 3 id: 0x32315659 (YV12) guid: 59563132-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) id: 0x30323449 (I420) guid: 49343230-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) id: 0x32595559 (YUY2) guid: 59555932-0000-0010-8000-00aa00389b71 bits per pixel: 16 number of planes: 1 type: YUV (packed) --...
2016 Oct 17
0
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
...8); >> float X1, X2, Y1, Y2; >> BoxPtr pbox; >> int nbox; >> @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, >> >> PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); >> if (id == FOURCC_YV12 || id == FOURCC_I420) { >> - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | >> + PUSH_TIC(push, src, packed_y, width, height, 0, >> + NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | >> NV50TIC_0_0_MAPB_ZERO | N...
2016 Oct 17
2
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
...e = 0xd0005000 | (src->config.nvc0.tile_mode << 18); > float X1, X2, Y1, Y2; > BoxPtr pbox; > int nbox; > @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, > > PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); > if (id == FOURCC_YV12 || id == FOURCC_I420) { > - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | > + PUSH_TIC(push, src, packed_y, width, height, 0, > + NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | > NV50TIC_0_0_MAPB_ZERO | NV50TIC_0_0_TYPEB_UNORM | > NV50TIC_0_0_MAPG_ZERO | NV50TIC_0_0_TYPE...
2005 Nov 08
2
OggYUV
Here's a shot at a list of fields: // High level data Displayed Width&Height Stored Width&Height Aspect Ratio (Fractional) Frame Rate (Fractional) FourCC (Optional, set to zero to use values below) Colorspace (enum, R'G'B', Y'CbCr, JPEG (not sure proper name), etc) // Subsampling data U Channel X Sample Rate (Fractional) U Channel Y Sample Rate (Fractional) U Channel
2007 Nov 08
0
configure.ac libswfdec-gtk/swfdec_gtk_widget.c libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h
...eg; static enum PixelFormat -swfdec_video_decoder_ffmpeg_get_format (SwfdecVideoCodec codec) +swfdec_video_decoder_ffmpeg_get_format (guint codec) { switch (swfdec_video_codec_get_format (codec)) { case SWFDEC_VIDEO_FORMAT_RGBA: return PIX_FMT_RGB32; case SWFDEC_VIDEO_FORMAT_I420: return PIX_FMT_YUV420P; + default: + g_return_val_if_reached (PIX_FMT_RGB32); } - g_assert_not_reached (); - return PIX_FMT_RGB32; } #define ALIGNMENT 31 @@ -282,7 +282,7 @@ swfdec_video_decoder_ffmpeg_free (SwfdecVideoDecoder *dec) } SwfdecVideoDecoder * -swfdec_video_...
2020 May 08
0
Wine release 5.8
...SDK symbols. dwrite: Update DWRITE_SHAPING_TEXT_PROPERTIES definition. dwrite: Enable global directional substitution features. mf: Fix timer instance leak on error path in SetTimer(). rtworkq: Invoke cancelled waiting item with RTWQ_E_OPERATION_CANCELLED. mfplat: Add I420 format support for frame size helpers. qmgr: Update to IBackgroundCopyJob4. qmgr: Make SetMaximumDownloadTime() succeed. Philip Rebohle (3): winevulkan: Support struct forward-declarations as base types. winevulkan: Avoid adding duplicate enum aliases. winevulkan: Upd...
2020 Jul 03
0
Wine release 5.12
...ween, League of Legends) crash when Windows version is set to 8 or higher due to missing DirectManipulation COM object (directmanipulation.dll, CLSID {54e211b6-3650-4f75-8334-fa359598e1c5}) 45191 winedbg: Internal crash at 0x7f1e5ee35587 46289 Movies in emergency 3 are upside-down with native I420 codecs 46726 Dirt Rally 2.0 does not use embedded CA cert 46818 PS4 Remote Play 2.x (.NET 4.x app) crashes on Sign-In PlayStation network (mshtml:HTMLDocument_get_cookie should not fail for 'about:blank') 46883 CompressonatorGUI 3.1 fails to install in Win10 mode: 'This applica...