search for: vo

Displaying 20 results from an estimated 578 matches for "vo".

2006 May 19
1
Set default MPlayer -vo?
Hi, I'm running CentOS 4.3 with the rpmforge and kbs repos enabled. I just installed MPlayer and tried it. It has a small problem. When I want to view myfile.wmv, Mplayer displays the following error message: "Error opening/initialising the selected video_out (-vo) device." So I opened a console, took a peek at the various options (mplayer -vo help), and then the movie worked just fine with mplayer -vo x11. Q: how do I make this option my default, so that when I double-click on a .wmv or .avi in Nautilus, it gets opened with the -vo x11 option? I th...
2017 Jun 11
2
Force casting a Value*
On 11 June 2017 at 07:53, David Blaikie <dblaikie at gmail.com> wrote: > Sounds like you're looking for reinterpret_cast: http://en. > cppreference.com/w/cpp/language/reinterpret_cast > I tried cast<ConstInt>(vo), but that failed at run-time. > > On Sun, Jun 11, 2017 at 3:06 AM Dipanjan Das via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> >> I am trying to cast a Value* irrespective of its underlying subclass to >> uint64 and pass it on to a method as an argum...
2005 Jul 14
2
Coxph with factors
Hello, I am fitting a coxph model with factors. I am running into problems when using 'survfit'. I am unsure how R is treating the factors when I fit, say: > DATA<-data.frame(time.sec,done,f.pom=factor(f.pom),po,vo) > final<-coxph(Surv(time.sec,done)~f.pom*vo+po,data=DATA) > final.surv<-survfit((final), individual=T,conf.type="log-log") > print(final.surv) Also, when I trying using survfit with presepecified values for the covariates and factor (i.e. '0'...
2017 Jun 11
2
Force casting a Value*
I am trying to cast a Value* irrespective of its underlying subclass to uint64 and pass it on to a method as an argument. if (StoreInst *store_inst = dyn_cast<StoreInst>(&I)) { Value* vo = store_inst->getValueOperand(); uint64 value = /* cast vo to unsigned int 64 bit */ func(value); } How can I force cast 'vo' to unsigned int? -- Thanks & Regards, Dipanjan -------------- next part -------------- An HTML a...
2008 Aug 20
1
names of return value of median
Dear R-devel, The median() function assigns a name, "NA", to its return value if the return value is NA and the input vector has names, otherwise the names attribute is NULL. This looks strange and inconsistent with the behavior of mean(). This inconsistency becomes a problem when median() is used inside user code that relies on consistent naming convention. Thanks, Vadim > foo
2019 May 23
4
[Bug 110748] New: [NVC1] [optimus] fifo: read fault at 0000000000 engine 00 [PGRAPH] client 00 reason 02 [PAGE_NOT_PRESENT]
...e: nouveau at lists.freedesktop.org Reporter: dominik at greysector.net QA Contact: xorg-team at lists.x.org When trying to play a video using mpv with VDPAU hardware acceleration on a GF108M/GeForce GT 525M (second GPU in Optimus configuration on this machine): DRI_PRIME=1 mpv -vo=gpu --hwdec=vdpau any_h264_video.mp4 Xorg starts using 100% of one core and the following can be seen in the logs: May 21 14:41:21 kernel: nouveau 0000:01:00.0: fifo: read fault at 0000000000 engine 00 [PGRAPH] client 00 [] reason 02 [PAGE_NOT_PRESENT] on channel 2 [003fc12000 Xorg[2935]] May 21...
2017 Jun 11
2
Force casting a Value*
On 11 June 2017 at 11:32, Nikodemus Siivola <nikodemus at random-state.net> wrote: > On Sun, Jun 11, 2017 at 7:49 PM, Dipanjan Das via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> >> >> On 11 June 2017 at 07:53, David Blaikie <dblaikie at gmail.com> wrote: >> >>> Sounds l...
2004 Nov 16
0
metadata switches for ffmpeg2theora
...================================= --- theorautils.c (revision 8208) +++ theorautils.c (working copy) @@ -32,8 +32,6 @@ #include "theorautils.h" -theoraframes_info info; - static double rint(double x) { if (x < 0.0) @@ -42,30 +40,30 @@ return (double)(int)(x + 0.5); } -void theoraframes_init (){ - info.audio_bytesout = 0; - info.video_bytesout = 0; +void theoraframes_init (theoraframes_info *info){ + info->audio_bytesout = 0; + info->video_bytesout = 0; /* yayness. Set up Ogg output stream */ srand (time (NULL)); - ogg_stream_init (&info.vo, rand ()...
2017 Aug 14
2
nouveau driver locks up with 4.11 kernel
...async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid0 multipath linear uas usb_storage dm_mod raid1 md_mod sd_mod hid_generic usbhid hid ahci libahci libata i2c_i801 scsi_mod ehci_pci uhci_hcd e1000e ptp pps_core ehci_hcd usbcore usb_common CPU: 1 PID: 3535 Comm: mpv/vo Tainted: G W 4.11.0-1-686-pae #1 Debian 4.11.6-1 Hardware name: /D2500HN, BIOS MUCDT10N.86A.0073.2012.1101.1638 11/01/2012 Call Trace: ? dump_stack+0x55/0x73 ? __warn+0xea/0x110 ? gf100_fifo_gpfifo_engine_fini+0x14f/0x1d0 [nouveau] ? gf100_fifo_gpfifo_engine_...
2019 Jul 27
3
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
Hi, I'm having trouble with hardware decoding of video with mpv(1) having switched from Nvidia's proprietary driver to nouveau due to Arch Linux removing its nvidia-340xx package. The machine is an Acer Revo. $ lspci -nn | grep VGA 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [ION] [10de:0a64] (rev a2) I think this is codename NVA8 with the video-accleration engine VP4.0. I've these packages installed, following https://wiki.archlinux.org/index.php/Nouveau and https...
2012 Jun 29
35
[Bug 51579] New: Xv video support is black on NVidia NVa8 Chipset in latest git
https://bugs.freedesktop.org/show_bug.cgi?id=51579 Bug #: 51579 Summary: Xv video support is black on NVidia NVa8 Chipset in latest git Classification: Unclassified Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: All Status: NEW Severity: critical Priority:
2010 Dec 15
3
File type: no success using array
...ode: file { [ ''/software/atlas'' , ''/software/cms'' , ''/software/lhcb'' , ''/software/magic'' , ''/software/at3'' , ''/software/paus'' , ''/software/mice'' , ''/software/ops.vo.ibergrid.eu'' , ''/software/supernemo.vo.eu-egee.org'' ]: require => File[''/software''] ; } And an error like: err: Could not parse for environment production: Syntax error at '':''; expected ''}...
2019 Aug 14
1
Video Hardware Decoding: Jittery Rectangles on Nvidia GT218 NVA8 VP4.
...blob > driver, and figure out what it was doing differently. If this is > something you're interested in, I'd be happy to provide some guidance. I've two mmio traces, nouveau and nvidia, each using mpv(1) to play the same ten-second extract of an iPlayer MP4, with and without ‘--vo=vdpau --hwdec=vdpau’. $ grep -n ^MARK nvidia-4.mmiotrace 20:MARK 65645.302939 buffer_size_kb: 524288 21:MARK 65645.385776 starting x 1447554:MARK 65681.979892 x started 1448560:MARK 65682.446747 mpv none start 1868197:MARK 65701.153770 mpv none done 1869462:MARK 65702.7...
2019 Jul 25
20
[Bug 111213] New: VA-API nouveau SIGSEGV and asserts
https://bugs.freedesktop.org/show_bug.cgi?id=111213 Bug ID: 111213 Summary: VA-API nouveau SIGSEGV and asserts Product: Mesa Version: 19.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2017 Aug 14
1
nouveau driver locks up with 4.11 kernel
On Mon 14-08-17 15:27:20, Ilia Mirkin wrote: > On Mon, Aug 14, 2017 at 3:18 PM, Michal Hocko <mhocko at kernel.org> wrote: [...] > > nouveau 0000:03:00.0: fifo: channel 6 [mpv/vo[3535]] kick timeout > > nouveau: mpv/vo[3535]:00000000:0000906f: detach gr failed, -110 > > Are you using mpv in conjunction with the GL video output and > VDPAU-based acceleration? That will kill nouveau. For VDPAU, I > recommend mplayer. Well, I am using mplayer package and vo...
2010 Jan 06
2
Mplayer and VDPAU
Does anyone here know if the mplayer from rpmfusion (mplayer-1.0-0.41.svn20090711.el5.rf) was compiled with VDPAU support? I've looked on the mplayer web site and it says you can use vdpau, but it doesn't say HOW. Would that be with something like "-vo vdpau" ?? Thanks! -- ------------------------------------------------------------------------------- .---- Fred Smith / ( /__ ,__. __ __ / __ : / / / / /__) / / /__) .+' Home: fredex at fcshome.stoneham.ma.us / / (__ (___ (__(_ (__...
2004 Dec 03
3
trying to encode from dvd using mplayer
Hello. I'm trying to encode an Ogg Theora file from an unencrypted dvd using mplayer and encoder_example. I set up named pipes stream.wav and stream.yuv. I then run: mplayer -ao pcm -aofile stream.wav -vo null /dev/dvd & mplayer -vo yuv4mpeg -ao null -nosound /dev/dvd & encoder_example -v1 -a 1 stream.wav stream.yuv > lec1.ogg but I get the following error: File stream.wav is 16 bit 2 channel 48000 Hz RIFF WAV audio. File stream.yuv is 720x480 29.97 fps YUV12 video. Compressing.... -Los...
2017 Jun 11
2
Force casting a Value*
...nction accepting uint64_t. LLVM complains > > about broken function call. > > Well, yes. var_value has type "ConstantInt *", not uint64_t. Assuming > the value being stored actually is a constant known at compile-time > you should be able to use cast<ConstantInt *>(vo)->getZExtValue() to > retrieve a uint64_t value (careful of i128s!). > > If that cast fails then you're not dealing with a constant store. This > is either a nuisance (if you were expecting the possibility and can > deal with it) or a huge misunderstanding over compile-time vs...
2012 Jun 21
3
[Bug 51291] New: Segfault with mplayer -vo vdpau: vlVdpVideoSurfaceClear at surface.c:366
https://bugs.freedesktop.org/show_bug.cgi?id=51291 Bug #: 51291 Summary: Segfault with mplayer -vo vdpau: vlVdpVideoSurfaceClear at surface.c:366 Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium...
2005 Nov 03
0
all2theora script
...ify the Name of your Video file\n"; exit; } if ($divx eq "on") { system ("mkfifo stream.yuv && chmod 777 stream.yuv && mencoder $input -ovc lavc -oac copy -o tmp.avi -lavcopts vcodec=mpeg1video:vbitrate=1200 -vf harddup -of mpeg && mplayer -vc dummy -vo null -ao pcm:file=stream.wav tmp.avi && encoder_example stream.wav stream.yuv > theora.ogg | mplayer -ao null -nosound -vo yuv4mpeg tmp.avi - 1>/dev/tty7 8>/dev/tty7 && rm stream.yuv && rm stream.wav && rm tmp.avi"); exit; } ### if ($divx eq "of...