search for: deinterlacing

Displaying 20 results from an estimated 28 matches for "deinterlacing".

2016 May 05
2
VDPAU DEINTERLACE
...adv Advanced De-interlacing * * Operation of both temporal and temporal-spatial de-interlacing is * identical; the only difference is the internal processing the algorithm * performs in generating the output frame. * man 1 mplayer ... vdpau (X11 only) ... deint=<-4-4> ... Select deinterlacing mode (default: -3). Positive values choose mode and enable deinterlacing. Corresponding nega‐ tive values select the same deinterlacing mode, but do not enable deinterlacing on startup (useful in configura‐ tion files to specify what mode will be enabled by the...
2016 May 09
2
VDPAU DEINTERLACE
...t; * identical; the only difference is the internal processing the algorithm >> * performs in generating the output frame. >> * >> >> >> man 1 mplayer >> ... >> vdpau (X11 only) >> ... >> deint=<-4-4> >> ... >> Select deinterlacing mode (default: -3). Positive values >> choose mode and enable deinterlacing. Corresponding nega‐ >> tive values select the same deinterlacing mode, but do >> not enable deinterlacing on startup (useful in configura‐ >> tion files to specify wh...
2016 May 09
0
VDPAU DEINTERLACE
...al and temporal-spatial de-interlacing is > * identical; the only difference is the internal processing the algorithm > * performs in generating the output frame. > * > > > man 1 mplayer > ... > vdpau (X11 only) > ... > deint=<-4-4> > ... > Select deinterlacing mode (default: -3). Positive values > choose mode and enable deinterlacing. Corresponding nega‐ > tive values select the same deinterlacing mode, but do > not enable deinterlacing on startup (useful in configura‐ > tion files to specify what mode will be...
2016 May 09
0
VDPAU DEINTERLACE
...internal processing the algorithm >>> * performs in generating the output frame. >>> * >>> >>> >>> man 1 mplayer >>> ... >>> vdpau (X11 only) >>> ... >>> deint=<-4-4> >>> ... >>> Select deinterlacing mode (default: -3). Positive values >>> choose mode and enable deinterlacing. Corresponding nega‐ >>> tive values select the same deinterlacing mode, but do >>> not enable deinterlacing on startup (useful in configura‐ >>> tion fil...
2005 Dec 19
1
Xiph QT Theora Codec
Taking a look ahead at your QT (OSX version) work, you have Theora Encoding and Decoding on the list. This could be very beneficial as many times the only way to get a constant frame-rate out of QT is to export (and for DV video recorded in QT, this can be a large issue). Another major issue is that the video coming from DV (at least the sources I have used) is almost always
2004 Nov 20
0
ffmpeg2theora start and end time support
For last few days I was trying to learn ffmpeg and libtheora API. In the process, I have modified ffmpeg2theora code to include support for start time and end time. ffmpeg2theora -s 60 -e 130 file.avi will produce file.ogg which will be from 60th to 130th second of input file (something like -ss and -endpos in mencoder). This is a useful feature for someone who wants to cut a part of video
2009 Oct 01
1
mixed interlaced content and ffmpeg2theora
dv file from minidv camera - interlaced. small dv created by imported jpeg images - not interlaced. seems that when I use ffmpeg2theora with deinterlace switch and reduce size, it works. But when the only reduction I am doing is to width (720x480 -> 640x480) the encoder ignores the naturally interlaced bit and uses the last de-interlaced frame. Since the small bit made from jpegs is a dv
2009 Jun 14
3
Syncing to vblank for interlaced video modes
...form a full picture. DVD playing software typically works by generating a progressive video stream by combining two consecutive (first and second) fields to produce a full progressive frame. For the purpose of displaying true interlaced video (e.g. DVD) to an interlaced television, without using deinterlacing, the full video frames need to be written to the linear video buffer during the retrace after the second frame is drawn, so that both fields are ready to be output in correct order to the display. The current proprietary drivers from nVidia synchronise buffer updates to the retrace after each sing...
2010 Jun 24
2
theora's encoding speed
Is there any way to get better encoding speed out of ffmpeg2theora? eg: <snip> Duration: 00:57:04.92, <snip> ET: 02:06:24 here is the command: ffmpeg2theora --soft-target -V303 -v4 -F25 -K25 --croptop 8 --cropleft 2 --cropright 2 -x360 -y288 --deinterlace --aspect 4:3 -H24000 -A56 --optimize "<filename.mpg>" also the bitrate, 300kbits == 297kb (3 kbit less)
2010 Nov 15
1
optimization of theora contract job
Theora-devs: I am in seek of a theora (but possibly vorbis/ogg/ffmpeg) dev to optimize the encoding in a realtime software product. We do live encoding and transcode into ogg/theora/vorbis at various resolutions and frame rates. The higher resolutions cannot process in realtime and we are pushing the boundaries of hardware (cpu) encoding with the existing theora/ffmpeg. Right now we have to
2016 May 05
24
[Bug 95282] New: system hang on video playback via vdpau
https://bugs.freedesktop.org/show_bug.cgi?id=95282 Bug ID: 95282 Summary: system hang on video playback via vdpau Product: xorg Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee: nouveau at
2005 Nov 08
0
OggYUV
On Wed, Nov 09, 2005 at 10:52:53AM +0800, illiminable wrote: > > "fourcc" 's of rgb types > http://www.fourcc.org/rgb.php I'm prowd to say that http://wiki.xiph.org/OggRGB supports all of these losslessly as well as PNG for non-indexed bitmaps. These are video formats, correct? Not just single frames? > raw yuv formats only > http://www.fourcc.org/yuv.php
2004 Dec 19
0
[patch] more ffmpeg2theora improvements
Hi, the attached patch (against current SVN) adds three new options to ffmpeg2theora: --keyint (set keyframe interval) --smoothness (set the theora_info::sharpness encoding parameter) and --noautosync (disable the new frame dropping/duplicating code). It also fixes a bug with the processing of --cropright that sometimes segfaulted. The sync adjustment code is now tuned to be more reliable. BTW
2005 Nov 13
3
OggPCM format description, rev 3
> Unfortunately the ALSA API defines a number of formats which are > in practice extremely rare. In particular, any unsigned int format > larger than 8 bits. For instance, the only unsigned int type that > libsndfile supports is unsigned 8 bit. I expected this, it just seemed like a good starting point to get more than 7 formats on the table. Specifically I wanted to the logarithmic
2005 Nov 08
2
OggYUV
This also includes, other non raw formats... http://www.fourcc.org/codecs.php "fourcc" 's of rgb types http://www.fourcc.org/rgb.php raw yuv formats only http://www.fourcc.org/yuv.php Registered fourcc codecs http://www.microsoft.com/whdc/archive/fourcc.mspx Enumeration of actual types that are used in directshow (bottom of page)
2007 Jul 25
2
Using i915/i945 XvMc in Theora
Hi, Intel has recently open sourced otion compensation code (XvMC) for their i915/i945 integrated graphics chips. See: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-intel.git;a=blob;hb=xvmc-i915;f=src/xvmc/I915XvMC.c XvMC API was intended for MPEG{2,4} class of codecs - so it can not be used for Theora as-is. However, could at least some parts of it such as hardware accelerated
2008 Aug 28
6
I have ubuntu, but this doesnt work
I follow the download steps and did everything, but when I clicked the download/install link, it gives me pop-up error: "cannot find 'wine' " My brother also has ubuntu and he gets the same error, please help :( thanks
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
2004 Nov 20
0
ffmpeg2theora start and end time support - patch
After posting my previous mail, I realized that i should instead post a patch against HEAD. This is because v0.12 was released while I was also changing ffmpeg2theora.c from v0.11. So please use this patch instead and apply it to version at http://svn.xiph.org/trunk/ffmpeg2theora Nilesh Bansal http://www.cse.iitb.ac.in/nilesh/ -------------- next part -------------- Index: ffmpeg2theora.c
2014 May 25
3
[Bug 79211] New: [VP4.2] Video playback using vdpau unusably slow
...e, RAM 32 GB, SSD Intel Software: EFISTUB booting, Arch Linux 3.14.4 x64, XFCE $ pacman -Q | grep nouveau lib32-nouveau-dri 10.1.4-1 nouveau-dri 10.1.4-1 nouveau-fw 325.15-1 xf86-video-nouveau 1.0.10-2 I noticed slight performance issue when playing recorded TV show (720x576 MPEG2 in TS) and also deinterlacing and display compositing (Compton because of vsync) turned on. Because of that I decided to try using vdpau which I noticed is somehow supported (http://nouveau.freedesktop.org/wiki/VideoAcceleration/). While vdpau works for some videos, it fails to play smoothly higher quality/bitrate streams. Vdp...