Swtiching between vdpau output and "*" output creates corrupted video

Hey all, when i switch from using vdpau in mplayer to any other video output in any other video player (xine, gstreamer, vlc, etc), i get corrupted video playback. it becomes choppy and my CPU gets eaten up. The only way to fix it is to restart X. My current system is:
[dankles@mercury ~]$ pacman -Qs nvidia
local/libvdpau 0.4-1
Nvidia VDPAU library
local/nvidia 195.36.08-1
NVIDIA drivers for kernel26.
local/nvidia-utils 195.36.08-1
NVIDIA drivers utilities and libraries.
[dankles@mercury ~]$ pacman -Qs mplayer
local/gecko-mediaplayer 0.9.9.2-1
Browser plugin that uses gnome-mplayer to play media in a web browser
local/gnome-mplayer 0.9.9.2-1
A simple MPlayer GUI
local/mplayer 30526-1
A movie player for linux
local/smplayer 0.6.9-2
A complete front-end for MPlayer
[dankles@mercury ~]$ uname -a
Linux mercury 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU P8700 @ 2.53GHz GenuineIntel GNU/Linux
[dankles@mercury ~]$ xvinfo
X-Video Extension version 2.2
screen #0
Adaptor #0: "NV17 Video Texture"
number of ports: 32
port base: 310
operations supported: PutImage
supported visuals:
depth 24, visualID 0x21
depth 24, visualID 0x24
depth 24, visualID 0x25
depth 24, visualID 0x26
depth 24, visualID 0x27
depth 24, visualID 0x28
depth 24, visualID 0x29
depth 24, visualID 0x2a
depth 24, visualID 0x2b
depth 24, visualID 0x2c
depth 24, visualID 0x2d
depth 24, visualID 0x2e
depth 24, visualID 0x2f
depth 24, visualID 0x30
depth 24, visualID 0x31
depth 24, visualID 0x32
depth 24, visualID 0x33
depth 24, visualID 0x34
depth 24, visualID 0x35
depth 24, visualID 0x36
depth 24, visualID 0x37
depth 24, visualID 0x38
depth 24, visualID 0x39
depth 24, visualID 0x3a
depth 24, visualID 0x3b
depth 24, visualID 0x3c
depth 24, visualID 0x3d
depth 24, visualID 0x3e
depth 24, visualID 0x22
depth 24, visualID 0x3f
depth 24, visualID 0x40
depth 24, visualID 0x41
depth 24, visualID 0x42
depth 24, visualID 0x43
depth 24, visualID 0x44
depth 24, visualID 0x45
depth 24, visualID 0x46
depth 24, visualID 0x47
depth 24, visualID 0x48
depth 24, visualID 0x49
depth 24, visualID 0x4a
depth 24, visualID 0x4b
depth 24, visualID 0x4c
depth 24, visualID 0x4d
depth 24, visualID 0x4e
depth 24, visualID 0x4f
depth 24, visualID 0x50
depth 24, visualID 0x51
depth 24, visualID 0x52
depth 24, visualID 0x53
depth 24, visualID 0x54
depth 24, visualID 0x55
depth 24, visualID 0x56
depth 24, visualID 0x57
depth 24, visualID 0x58
depth 24, visualID 0x59
number of attributes: 7
"XV_SET_DEFAULTS" (range 0 to 0)
client settable attribute
"XV_ITURBT_709" (range 0 to 1)
client settable attribute
client gettable attribute (current value is 0)
"XV_SYNC_TO_VBLANK" (range 0 to 1)
client settable attribute
client gettable attribute (current value is 1)
"XV_BRIGHTNESS" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_CONTRAST" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_SATURATION" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
"XV_HUE" (range -1000 to 1000)
client settable attribute
client gettable attribute (current value is 0)
maximum XvImage size: 2046 x 2046
Number of image formats: 4
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)
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)
[dankles@mercury proc]$ lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GTX 260M] (rev a2)
[dankles@mercury proc]$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07)
00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GTX 260M] (rev a2)
06:00.0 Network controller: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection
07:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller
07:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller
07:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller
07:00.3 System peripheral: JMicron Technology Corp. MS Host Controller
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
This problem has been going on for awhile. It happens now with the 195 nvidia driver and with the 190 driver i dont know aobut the 185 driver... though i'm not even sure if this is video driver related. Maybe the vdpau lib?
[dankles@mercury proc]$ pacman -Qs vdpau
local/libvdpau 0.4-1
Nvidia VDPAU library
I dont know.... Any help would be awesome

Yeah. It kind of stinks when you have to swap platforms just to finish a project. AE is also a pain for longform, so I don't want to mislead you.
I would imagine that Motion would be fine as long as you break the Project up in sections. My workflow is usually like this:
Generate a matte or slug in a layer above the footage to fill the area where I need the Super or Composite. This should be fairly short (below 1 minute if possible) I may also have to RAZOR out the footage below the matte to match the matte timing. Select the Matte and footage below it if you wish to see the footage and sound in Motion.
Select File/Send to/ Motion Project
Create a new Motion Project. Name it for the section I'm editing.
Add overlays and animations, filters, etc.
Save project
switch back to FCP and view/render from FCP.
then move on to next section of timeline that needs overlays, repeat the procedure. Just copy paste the layers from one Motion project to another if you want to maintain certain layer continuity.
This way, the Motion projects are managable size and you don't have to re-render the whole FCP project at once. The clips are not long enough for sync issues to appear. And Motion performs much better when the footage is short enough to load into RAM (sub 20seconds for most people).
Also, to get the most out of Motion, you might want to turn off one of your monitors if you use 2 of them. Motion can use far more VRAM from your graphics card if only one monitor is active.

Similar Messages

  • Difference between Adhoc package and user created package

    what is the difference between Adhoc package and user created package.
    Thanks,

    Hello Asha,
    Here are some links which would be helpful for you to get started with BPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap bw business planning and simulation - how to guides list.htm
    https://media.sdn.sap.com/public/eclasses/teched04/BW253_files/Default.htm#nopreload=1
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/3040dd5d-0501-0010-baa8-fc0aafa88c40 [original link is broken]
    http://help.sap.com/bp_biv235/BI_EN/html/BW/CostCtrPlan.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements bw-bps formerly sem-bps in sapnetweaver 04.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d90209f-0501-0010-59a2-9243ac94a4d7
    http://help.sap.com/saphelp_nw04/helpdata/en/05/242537cedf2056e10000009b38f936/frameset.htm
    Also sent you some useful documents. Please check your mail.
    Regards,
    Praveen

  • Is Photoshop Elements the program where you take photos and can create a video

    Is Photoshop Elements the program where you take photos and can create a video

    Thank you
    Jeffrey J. Zarnoch
    DMBA Fellow CCA
    Adjunct Professor/Philadelphia U
    LEED Green Associate
    Sent from my iPhone

  • Backward compatiblity between Reader 9 and PDFs created in Acrobat 6 and 7

    Older Acrobat 6 and 7 versions created a number of PDFs that are now being used in Reader 9. Originally, they were generated on a Mac using Distiller 5.0 (PDF 1.4) settings. Forms fields and security were applied in Acrobat 6 and 7 and uploaded for online purchase. I need to know if there are backward compatibility issues relating to these forms. These PDFs were created a couple of years ago (as far back as 2006). We have users who are finding problems with the fields printing corrupted text. Is this problem related to Reader 9? Are there other problems showing up with compatibility and older Acrobat products? I will have to update and replace a few hundred documents to correct this problem, so any advice would be appreciated.

    Can you elaborate on the exact problem you are facing here? What error do the reviewers get on adding comments? If possible, can you attach one such file created from A7?

  • Different between home oc4j and other created non-default oc4j

    I found that there seems to be difference between the home container and any non-default container.
    What is there difference between them? What do I need to configure in the non-default container to be the same as the home container?
    Thanks.

    what do you mean by 'same as home container' ?

  • Step between FMS2.0 and Orion/edge for video chat

    We are planing a deployment of 4 FMS 2.0 Pro boxes with
    hardware load balancing on port 1935 working successfully.
    This allows for vertical scaling as we grow.
    Our troubles are comming in video chat. I cant cluster chat
    till Orion/Edge, but our needs are just barely outside a single box
    configuration. Has anyone mastered video/chat pre-clusterd
    solutions?
    thanks!

    AIM said this about AIM 6.5 http://www.aim.com/helpfaq/starting_out/getstarted.adp#608
    There is no information that they have posted that says AIM 6.8 is any better.
    Some say it will work (AIM in General that is)
    This is certainly needed http://www.ralphjohns.co.uk/page12.html#_Service to allow the app through the Windows Firewall.
    In the AIM Preferences you will also have to select the camera in the Enhanced IM tab
    The Mic should be selected in the control Panels as a System wide thing.
    AIM since before AIM 5.9 has used port 1024-5000 as well as the Login on port 5190 and there is no reason to suspect it is any different now.
    These ports will need to be allowed or open in your routing device.
    9:18 PM Monday; July 21, 2008

  • HT3819 I can home share photos between iPad, itouch and iPhone but not videos filmed on any device, can anyone help please?

    How do I share a video taken on iPhone or itouch with the iPad? Pictures work via photo stream but videos don't?.

    The videos don't share because they are just too big. Most videos are dozens to hundreds of megs and don't transfer well, so they don't transfer at all.
    You'd have to maually do it, either via the syncing computer or using a service like Dropbox, where you upload then download them. (personally I'd stick to local, uploading and downloading hundreds of megs will take time)

  • Extractor via FM, if relations between db records and output is not 1:1

    Hi,
    I developed extractor via function module using SAP template FM RSAX_BIW_GET_DATA_SIMPLE. But I need multiply cursor (db) records, it means relation between db records and extractor output is not 1:1. How do You solve this problem.

    If you are saying your records fetched by cursor fetch are then to be processed such that there are multiple records to go to BW for each fetched ones, that is doable.
    Fetch your records into a local internal table instead, do the processing and pass the resultant records to the tab that goes back to BW. You only need to make an adjustment to package_size that you specify to the cursor fetch statement. Instead of i_maxsize, pass a value which is divided by the multiplication factor (eg if you create 5 records out of 1 fetched rec, pass the size as a value = i_maxsize/5). If this is not fixed, give an approx so your final no of records are roughly close to the i_maxsize.

  • Calling a transaction code in between the program and use the output

    Hi frnds,
              i want to call a transaction code in between the program   and pass the input .After getting the output, use that output in the program

    Hi Navin,
                     Why don't you sit with ABAPer he can explain better.
    Regards,
    HAri.

  • VGA output jumps between External Monitor and Satellite L505

    I have a Satellite L505-144 linked to an external VGA monitor via a 2 way Aten KVM switch.
    Intermittently the external monitor screen will go black, the picture will transfer to the laptop monitor for a second before reverting back to the external monitor. This does not seem to be triggered by any particular keyboard or mouse action and does not seem to be time linked.
    The keyboard and mouse connected to the KVM seem unaffected. I have the latest video, motherboard bios and all the latest Toshiba released drivers loaded.
    To test the KVM I have connected up a Toshiba NB200 in place of the L505, the problem stops, replace the L505, it comes back.
    The issue is not effected by having a second PC connected to KVM. I have tried with a second PC on and off, connected and unconnected, still no change to the problem.
    I have switched the KVM cables around and the problem persists and follows the L505. If I connect the L505 directly to the monitor the problem goes away!
    I can conclude its an issue between the KVM and the L505.
    Is there a known fix or work around?
    Is there any guarantee if I get say a Belkin KVM this issue with the L505 will not occur with that equipment as well?

    At first I must say that I dont think Toshiba will offer fix for this. Toshiba doesnt support usage of third part products so if there is some possible fix or work around ATEN should know this.
    Connect all external devices you use directly on your Satellite L505, test functionality and let us know f you have some similar or any other problem.

  • Create port channel between UCS-FI and MDS 9124 (F Mode)

    Dear Team,
    We were trying to create  port channel between UCS FI and MDS 9124
    But the port channel not getting active in F mode on MDS 9124
    FI is in FC End Host Mode
    We have enabled FC uplink trunking on FI
    We have enabled NPIV on MDS
    We have enabled trunk on MDS
    FI and MDS in default VSAN
    To check we changed the FI mode to FC Switching mode and port channels became active but in E mode
    when we enabled FC uplink trunking on FI and FC Switching mode port channels became active in TE mode
    but in both the above cases showflogi database shows WWPN of SAN alone not showing any from FI.
    How to achive this?
    Have read that no need to change the swicthing mode to FC Switching mode and keep as FC Endhost mode
    SO how to achieve Port channel with F mode in MDS and FI ( Mode showing as NProxy)
    Does it has to do anything with MDS NX-OS version? (https://supportforums.cisco.com/thread/2179129)
    If yes how to upgrade as license for ports came along with Device and we do not have any PAC/PAK or license file as it came
    with license
    Also we have seen 2 files availabe for download (m9100-s2ek9-kickstart-mz.5.2.8b.bin and m9100-s2ek9-mz.5.2.8b.bin) which to use
    Thanks and Regards
    Jose

    Hi Jo Bo,
    what version of software if your MDS running?
    On your UCS do connect nxos and show inteface brieft and look at the mac address.
    it is possible that you might be hitting the bug below. if this is the case you might need to upgrade the firmware on your MDS.
    Add MAC OUI "002a6a", "8c604f", "00defb" for 5k/UCS-FI
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCty04686
    Symptom:
    Nexus switch unable to connect any other Nexus or other Cisco Switch in NPV mode with a F port-channel.   Issue might be seen in earlier 5.1 releases like
    5.1.3.N1.1a
    but not the latest
    5.1.3.N2.1c
    release. Issue is also seen in
    5.2(1)N1(1)
    and
    6.0(2)N1(1)
    and later releases.
    Conditions:
    Nexus configured for SAN PortChannels or NPIV trunking mode Nexus connected to UCS via regular F port channel where UCS in NPV mode  NPV edge switch: Port WWN OUI from UCS FI  or other Cisco manufactured switch:  xx:xx:00:2a:6a:xx:xx:xx   OR  xx:xx:8c:60:4f:xx:xx:xx
    Workaround:
    Turn-off trunking mode on Nexus 5k TF-port Issue does not happen with standard  F-PORT Remove SAN Portchannel config
    Further Problem Description:
    To verify the issue please collect  show flogi internal event-history errors  Each time the port is attempted OLS, NOS, LRR counters will increment. This can be determined via the following output,  show port internal info all show port internal event-history errors

  • Output to Blu-Ray and Audio from Gaming videos.

    Just a simple questions, does premiere pro allow output as Blu-Ray. I have a series of home movies, I want to produce as Blue-Ray and all I can find is only DVD publishing.
    On another issue, I am trying to create a video of online gaming that I play and the clan I belong to play to promote the clan, I have some footage from Arma 3, War Thunder, however with my Rust game the audio is very slow. How do I correct this,  Would the video resolution affect the audio. I use Bandicam to capture my online gaming footage which is outputted as AVI file.  This plays well in Windows Media Player, Realplayer, and PowerDirector (Does Blu-Ray 3D).  I have been told by quite a few clan members that premiere pro was a good video editing software so I wanted to try and see for myself seeing I have a complete Creative cloud Subscription.
    Video informations is as follows:
    codec MPEG 1   Resolution: 1912 x1060 @ 30fps
    Audio is MPEG -1 Layer 2 48000Hz @192 kbps Monophonic
    Codecs are installed.
    The audio, almost sound as thought I am speaking in game in slow motions,  I have tried to increase the speed, got as far as 500% which is still too slow.  I am new Premiere Pro.
    It would be greatly appreciated if someone could assist me with this.

    Premiere Pro BY ITSELF will not create DVD or BluRay... you may export files for authoring in EncoreCS6, which is a separate download... go to the bottom of page #5 at The PPro/Encore tutorial list http://forums.adobe.com/message/2276578 for more information on using PProCC with EncoreCS6
    Capturing gameplay is often problematic... try this Free Open Source software http://camstudio.org/ -use with Lossless Lagarith http://forums.adobe.com/thread/875797

  • What is the difference between the drop and create the index and rebuild index ?

    Hi All,
    what is the difference between drop and create index & rebuild index ? i think both are same...Please clarify if both are same or any difference...
    Thanks in Advance,
    rup

    Both are same. Rebuilding an index drops and re-creates the index. 
    Ref:
    SSMS - https://technet.microsoft.com/en-us/library/ms187874(v=sql.105).aspx
    TSQL - https://msdn.microsoft.com/en-us/library/ms188388.aspx
    I would suggest you to also refer one of the best index maintenance script as below:
    https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html

  • How can i create link between ipad(xcode) and webserver?

    Hi, I'm a new to iPad development and i need help,
    i'm not good with english but i try to explain my question:
    how can i create link between ipad(xcode) and webserver?
    (the webserver ".NET" with driver odbc is connected with DB Oracle)
    so, how can my ipad application access to the Oracle DB?
    Create a webservice (.NET) to be place between iPad and DB, is this correct?
    how can i do it?
    which are libraries to include in the xcode's framework?
    thx

    I think the following URL will be your best answer:
    http://stackoverflow.com/questions/3510468/connecting-iphone-to-an-odbc-database

  • Does the video adapter output both S-Video and Composite simultaneously?

    I have a multi-zone receiver which converts S-Video to component for the main zone and passes S-Video signals through to zone 2 but does not convert them to composite which is how that zone is set up. I solved a similar problem with my DVD player by connecting both the component output and composite output of the DVD player to the receiver allowing high quality viewing in the lounge room and passable viewing in the bedroom.
    I realise the quality from the adapter is questionable particularly for composite but I'm still interested if both S-Video and composite signals are output from the MBP 17" via the adapter simultanesouly.
    Thanks,
    Max.

    I have a follow-up question which may help answer the original question. Does the MBP have to detect the external display when connected via S-Video/Composite in the same way that it has to when connected via DVI? My Dell notebook had so much trouble detecting composite and S-Video connections that eventually I gave up so I'm a little "once bitten twice shy" on this. If the MBP doesn't attempt to detect the external display via S-Video or composite then it must output both S-Video and Composite signals continuously (which would be great).
    Thanks,
    Max.

Maybe you are looking for