Vdpau deinterlaced playback with mplayer

Hi,
when i try playing an hd video using
mplayer -vo vdpau -vc ffh264vdpau 00007.MTS
everything is fine but interlaced.
when i try playing with deinterlace option
mplayer -vo vdpau -vc ffh264vdpau:deint=4 00007.MTS
i just got sound. mplayer said:
$ mplayer -vo vdpau -vc ffh264vdpau:deint=4 00007.MTS
MPlayer SVN-r31964-4.5.1 (C) 2000-2010 MPlayer Team
159 audio & 341 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing 00007.MTS.
TS file format detected.
VIDEO H264(pid=4113) AUDIO A52(pid=4352) SUB Teletext(pid=4608) PROGRAM N. 1
FPS seems to be: 25.000000
==========================================================================
Forced video codec: ffh264vdpau:deint=4
Cannot find codec matching selected -vo and video format 0x10000005.
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000)
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==========================================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
and here is my vdpauinfo output
display: :0.0 screen: 0
API version: 1
Information string: NVIDIA VDPAU Driver Shared Library 256.44 Thu Jul 29 01:59:12 PDT 2010
Video surface:
name width height types
420 4096 4096 NV12 YV12
422 4096 4096 UYVY YUYV
Decoder capabilities:
name level macbs width height
MPEG1 0 8192 2048 2048
MPEG2_SIMPLE 3 8192 2048 2048
MPEG2_MAIN 3 8192 2048 2048
H264_MAIN 41 8190 2032 2048
H264_HIGH 41 8190 2032 2048
VC1_SIMPLE 1 8190 2048 2048
VC1_MAIN 2 8190 2048 2048
VC1_ADVANCED 4 8190 2048 2048
Output surface:
name width height nat types
B8G8R8A8 8192 8192 y Y8U8V8A8 V8U8Y8A8
R10G10B10A2 8192 8192 y Y8U8V8A8 V8U8Y8A8
Bitmap surface:
name width height
B8G8R8A8 8192 8192
R8G8B8A8 8192 8192
R10G10B10A2 8192 8192
B10G10R10A2 8192 8192
A8 8192 8192
Video mixer:
feature name sup
DEINTERLACE_TEMPORAL y
DEINTERLACE_TEMPORAL_SPATIAL y
INVERSE_TELECINE y
NOISE_REDUCTION y
SHARPNESS y
LUMA_KEY y
HIGH QUALITY SCALING - L1 -
HIGH QUALITY SCALING - L2 -
HIGH QUALITY SCALING - L3 -
HIGH QUALITY SCALING - L4 -
HIGH QUALITY SCALING - L5 -
HIGH QUALITY SCALING - L6 -
HIGH QUALITY SCALING - L7 -
HIGH QUALITY SCALING - L8 -
HIGH QUALITY SCALING - L9 -
parameter name sup min max
VIDEO_SURFACE_WIDTH y 1 4096
VIDEO_SURFACE_HEIGHT y 1 4096
CHROMA_TYPE y
LAYERS y 0 4
attribute name sup min max
BACKGROUND_COLOR y
CSC_MATRIX y
NOISE_REDUCTION_LEVEL y 0.00 1.00
SHARPNESS_LEVEL y -1.00 1.00
LUMA_KEY_MIN_LUMA y
LUMA_KEY_MAX_LUMA y
it said deinterlace is available, or am i wrong? someone has an idea?

mplayer man page wrote:deint=<0-4>
                      Select the deinterlacer (default: 0).  All modes > 0 respect -field-dominance.
                         0    no deinterlacing
                         1    Show only first field, similar to -vf field.
                         2    Bob deinterlacing, similar to -vf tfields=1.
                         3    motion  adaptive  temporal  deinterlacing May lead to A/V desync with slow video hardware and/or high resolu‐
                              tion.  This is the default if "D" is used to enable deinterlacing.
                         4    motion adaptive temporal deinterlacing with edge-guided spatial interpolation Needs fast video hardware.
It seems that your card may not be fast enough to handle such an option.

Similar Messages

  • Screen tearing on video playback with mplayer and radeon driver

    I use a old Radeon 9200 video card with the open source radeon driver, and after I configured the radeon driver to fix the screen tearing, it still has screen tearing
    this is the xorg.conf:
    Section "Device"
    Identifier "My Graphics Card"
    Driver "radeon"
    Option "DRI" "on"
    Option "DynamicPM" "on"
    Option "ClockGating" "on"
    Option "AccelMethod" "EXA"
    Option "EXAVSync" "on"
    Option "DMAForXv" "on"
    Option "ScalerWidth" "2048"
    Option "EnablePageFlip" "on"
    Option "RenderAccel" "on"
    Option "AccelDFS" "on"
    Option "AGPMode" "4"
    Option "ColorTiling" "on"
    Option "AGPFastWrite" "yes"
    BusID "PCI:1:0:0"
    EndSection
    and this is the ~/.mplayer/conf:
    vo=xv
    ao=alsa
    mixer-channel=Master
    nolirc=yes
    nojoystick=yes
    font=Arial
    subcp=latin2
    subpos=95
    and I know that this video card is capable of playback without screen tearing, because if I boot windows xp and open any video file with VLC, there is no screen tearing
    Last edited by Chrys349 (2011-10-31 03:03:06)

    I have a Radeon 9250. Here is my setup:
    Section "Device"
    Identifier "Radeon 9250"
    Driver "radeon"
    Option "EXAVSync" "false"
    Option "ColorTiling" "true"
    Option "EXAPixmaps" "true"
    Option "MigrationHeuristic" "greedy"
    Option "SwapBuffersWait" "true"
    Option "TripleBuffer" "true"
    Option "EnablePageFlip" "true"
    Option "AGPMode" "8"
    Option "AGPFastWrite" "false"
    Option "BusType" "AGP"
    Option "DisplayPriority" "AUTO"
    Option "IgnoreEDID" "false"
    Option "RenderAccel" "true"
    Option "AccelMethod" "EXA"
    Option "AccelDFS" "true"
    Option "FBTexPercent" "0"
    Option "DMSForXv" "true"
    Option "SubPixelOrder" "NONE"
    Option "VGAAccess" "false"
    Option "DRI" "true"
    Option "XV_VSYNC" "true"
    Option "XV_CRTC" "auto"
    Option "XV_BICUBIC" "false"
    EndSection
    I'm glad with the video quality, however, I do experience little tearing sometimes, especially in the scenes involving panning.
    The XV_VSYNC option is supposed to eliminate tearing (due to the radeon manual), but it is ignored if KMS is enabled. Try disabling KMS if you don't mind some performance reduction. The Radeon driver generally has some annoying bugs and glitches in KMS mode.

  • Deinterlaced playback of MPEG Streamclip MPEG2 output with QT Player Pro

    SOmetimes I use MPEG Streamclip to convert my DVD video to a file using the "MPEG2 with MP2 audio" option.
    QT Player Pro plays these back fine except it refuses to deinterlace, even if I select the deinterlace option in the QT Movie Properties window, and even if I resave the file with deinterlace selected.
    VLC deinterlaces the video even if I have deinterlacing deselected. DVD player deinterlaces the DVD video fine but won't open the stand-alone MPEG2 files.
    Is there anything I'm missing? Is there a way to get QT Player Pro to deinterlace playback of MPEG2 without converting to a different format?
    Thanks!

    Is there anything I'm missing? Is there a way to get QT Player Pro to deinterlace playback of MPEG2 without converting to a different format?
    Not sure which specific settings you may be using. Therefore, here are some comments/peculiarities of which you should be aware when using interlace/deinterlace/MPEG2 settings:
    Interlaced Scaling
    If you are scaling an interlaced file to a different height, you can tell MPEG Streamclip to preserve interlacement and scale each video field separately by checking "Interlaced Scaling". If you don't, interlacement will be lost in the scaled movie, and, worse, you will get many visual artifacts. This setting is now enabled by default; remember to disable it with progressive files.
    Interlacement requires a frame height of more than 288 pixels. If the frame height of the source file is up to 288, interlaced scaling will not be enabled. If the frame height you have chosen for the exported movie is up to 288 and you check "Interlaced Scaling", MPEG Streamclip discards the lower field before scaling the picture (i.e. it performs a fast deinterlacing by dropping one field).
    Reinterlace Chroma
    If you are converting an interlaced MPEG-1/MPEG-2 file, you may wish to "reinterlace" chroma. By checking "Reinterlace Chroma" you can enable a special remapping of 4:2:0 chroma lines so they will be split correctly between the two video fields. This is a very advanced option: only professional users may see the difference in the output movie. This option is enabled by default; disable it when you are sure your file is not interlaced.
    This option has no effect if the source stream is not an MPEG-1/MPEG-2 stream.
    Deinterlace Video
    If you have an interlaced file, you may also want to deinterlace it, usually to convert into a progressive format, get a "film" effect and have a better playback on the computer's display. When you check the option "Deinterlace Video", MPEG Streamclip enables a special motion-adaptive deinterlacer, and it deinterlaces the lower field in the parts that contain motion, and preserves video quality of all parts that do not contain motion; the upper field is left unchanged. This option slows down the conversion.
    Please note that if you are changing the height of an interlaced stream (that is, you are telling MPEG Streamclip to perform vertical scaling) then you must enable either "Interlaced Scaling" or "Deinterlace Video" (at your own choice), otherwise you will see bad video artifacts in the converted movie.
    Not sure this will be of any real benefit in your case, but thought I should point it out for your consideration and see how it applies to your particular work flow.

  • Watching CNN and Yahoo videos with mplayer-plugin [SOLVED]

    I had a hell of a time trying to view CNN videos (http://www.cnn.com) and Yahoo videos with mplayer-plugin (firefox) and didn't seem to find any solutions in a forum search.
    The following worked for me:
    To get it working at all, I had to edit /etc/mplayerplug-in.conf and add/edit the following options:
    noembed=1
    To get smooth video and sound without choppy playback, I had to add/edit the following options to /etc/mplayerplug-in.conf:
    cachesize = 1024
    These value for cachesize will obviously vary depending on your internet connection.  But, with my DSL/broadband connection, the default cachesize of 512 was for some reason resulting in *very* choppy playback.  The cachsize of 1024 fixed everything. 
    I can now view CNN and Yahoo videos with no problem.
    Just thought I'd share if anyone is having similar problems.

    Thanks

  • Tearing video playback with radeon open source

    Hi all, I'm pretty new to Arch. I've got almost everything set up and working nicely, except video playback.
    I get a lot of tearing using the open source drivers. It happens both with mPlayer(no matter which output is chosen) and VLC. Happened in Ubuntu and happens in Arch. In Ubuntu the only thing that solved it was enabling Tear Free Desktop from CCC(which enable VSYNC and Tripple Buffering), but I wanna stick to open source drivers in Arch(that's the prefered choice according to the Wiki).
    Can I enable VSYNC in these drivers? Please help.
    Not sure if it matters, but I'm running GNOME 3.
    Thanks!

    Maybe you will find something useful here: http://www.x.org/wiki/RadeonFeature/#VSYNC
    Or here: http://phoronix.com/forums/showthread.p … s-Showdown
    I am not currently using ATI hardware to tell you exactly what's needed.  Using a compositor such as Compiz might make the difference.

  • Play a folder with MPlayer

    How do I playback a folder with MPlayer from commandline? I can play it like this:
    $mplayer /Music/xxxx/*.flac or $mplayer /Music/xxxx/0*
    Is there a command where I dont need to specify filetype or tracknumber.

    lolilolicon wrote:I don't know why you're not escaping the spaces, (zsh? ).
    Nope I just forgot adding them in the example. Usually I let them be added by Tab-completion or when my target is nonexistent I use quotes.
    lolilolicon wrote:You shouldn't put double quotes around $(find ...) since this way mplayer will try to play this one big long filename.
    Okay, makes sense. I was actually thinking that this way I could solve the problem that the list given by find doesn't escape the spaces (for which Procyon's solution is nice). Thanks to both of you!
    xduugu wrote:How about ~/Music/** ? You may have to enable bash's globstar option though.
    Nice! This might be just the right solution for me. Small and functional. I'm going to check it out later.
    And thanks, brisbin33, for reminding me of find's power
    And mapfile sounds interesting, too. No manpage though. I'm going to check the Ecyclopaedia Britannica on it.
    All covered Thanks!

  • WMA problems with mplayer

    Help i have just downloaded my first audio track for putting on cd and i paid for it ............
    When i use mplayer as instructed so i can convert it to mp3 all i get is a 44b file no audio
    The original is 5.7 Mb and plays fine on my wifes windows pc .. Damn i hated saying that
    I have codecs installed and mpayer the latest i update daily.
    So i type this and this is all i see. ......
    [linux@justin cd]# mplayer Iris.wma
    MPlayer 1.0pre8-4.1.1 (C) 2000-2006 MPlayer Team
    CPU:               Intel(R) Pentium(R) 4 CPU 1.60GHz (Family: 15, Model: 1, Stepping: 2)
    CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled with runtime CPU detection.
    93 audio & 211 video codecs
    Playing Iris.wma.
    ASF file format detected.
    Clip info:
    name: Iris
    author: Ronan Keating
    copyright: (P) 2006 Polydor Ltd. (UK)
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 44100 Hz, 2 ch, s16le, 192.0 kbit/13.61% (ratio: 24002->176400)
    Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    ==========================================================================
    AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A:  -0.0 (unknown) of 248.0 (04:08.0) ??,?%
    Exiting... (End of file)
    [linux@justin cd]#
    I have tried several python and bash scripts but they all produce the same 44b with no audio files...
    And i know its an issue with mplayer somehow.....
    Oh and yes the permissions are fine and i even tried as root ...
    HELP PLEASE ...
    I DONT WANT TO HAVE TO USE WINDOWS TO LISTEN TO THEM (

    This is hardly the most elegant solution, but do this from the command line:
    ffmpeg -i {your song}.wma {your song}.mp3

  • I keep getting "This content requires HDCP for playback" with my new Apple TV 3.

    I keep getting "This content requires HDCP for playback" with my new Apple TV 3. I've returned one and got a new one. I've turned everything on and off. I've upgraded my bandwith. I've tried using different HDMI ports. Nothing is working.
    Sometimes a movie will start to play for about 3-5 seconds and then freeze. My music plays fine as well as other videos that are not HD.
    This has been going on for 3 weeks now and Apple Support and Genius Bar couldn't help.
    Would appreciate any other solutions folks came up with.
    Thanks.

    Thanks. I'll try to get a new HDMI cable, but that ****** me off since I bought the one I had from Apple thinking I'd avoid any issues like this.
    I've also never had a movie play and have also tried Reset.
    Since the movie starts to play for a few seconds, I'm assuming it is not my TV.
    Thanks!
    Steve

  • Problem with video playback with iTunes

    Several problems :
    Problem with video playback with iTunes -
    Since about a week, When I launch a video, it takes a long time to get started, then only the sound starts with no pictures - If I press pause then play the video is played normally. Did anyone face or heard about same kind of issue .
    Problem with permission disk errors
    After re-installing White Tiger and After I installed the last OSX 10.6.5 update
    I found the following problem
    Group differs on "Applications / Utilities / AirPort Utility.app / Contents / Resources / wanArrow.png", should be 0 instead of 80.
    Last but not least :
    My computer seems slow - I have 60gig free on My hard drive and I test my hard drive and everything seems all good .

    What was the fix for this? Everything has sucked for my itunes video playback since the last major revision release.

  • Why the extremely poor sound quality in playback with itunes?

    I am having problems with the sound quality of itunes music. this applies to both downloads and cd's. This problem is new, I believe, and affects bluetooth speaker, earphones, and macbook pro internal speaker. All have extremely poor playback with itunes. This Problem does not happen with playback of youtube videos.
    Thanks for any advice you can give.

    I would be worth playing some tracks with Quicktime so see what the quality is like there.
    iTunes uses Quicktime to play music.
    Also check this Apple help on audio playback problems:
    http://support.apple.com/kb/TS1362

  • Problems with mplayer CVS version

    Hi everyone,
    Do you know how to change the audio channel with mplayer?
    For exemple, I want to change an audio from french to english...
    The both audio track is in the matroska of course
    And do you know how to change subtitle??
    Thanks
    Kingboxer

    In the man pages?  Seriously, dude, this ain't forum material

  • I am experiencing choppy playback with converted .flv video file?

    I have just reinstalled a fresh copy of Windows XP Pro and then installed CS4. I have updated the suite and tried converting my first .avi file. I was told in a previous post that I should not use K-lite Codec pack with Pr Pro, so I tried using the Adobe Media Encoder included in the CS4 package. It took the media encoder a better part of an hour to covert Beerfest from an .avi file to a .flv file. I was hoping this would allow for a better quality playback, Unfortunately it did not work. During playback with no edits or cuts of any kind, I still experience huge sync problems with the audio and the video. I heard there is a way to use you GPU to accelerate the speed of Pr. Can someone please help me configure my system if that is possible?
    Should I use a third party encoder or codec? IF so which one? Is there a general setup guide or tutorial that I can review so I can make sure all my settings are correct, for playing and editing .avi files?  Once I import an .avi file into a sequence, is there something more I should do before I begin to edit and playback?
    If anyone could help me get started I would be very appreciative.
    My System
    AMD Anthlon 64 X2
    6400 3.2 GHZ (OverClocked to 3.42Ghz)
    8GB G-skill SDRAM (3.25GB recognized by XP Pro)c
    Nividia 8800GT Video Card
    OS Windows XP Pro SP3

    I was told in a previous post that I should not use K-lite Codec pack with Pr Pro
    This was good advice. K-Lite, though one of the more benign CODEC "packs," has still caused many users all sorts of grief.
    Along with the answer to Jeff's question, please let us know the complete specs. on your Export. It could be something simple there.
    Good luck,
    Hunt

  • [SOLVED] No sound from tv card with mplayer, only arecord/aplay

    So I finally got my Hauppauge 950Q usb tv tuner working with mplayer so I can see the video with this command:
    mplayer tv:// -tv driver=v4l2:norm=NTSC:input=0:device=/dev/video1:chanlist=us-cable
    but I can't get any sound unless I run this command simultaneously:
    arecord -D hw:1,0 -r 32000 -c 2 -f S16_LE | aplay
    I assume I need to translate the arecord arguements into mplayer arguements, but I'm not really sure how.  Can anyone help me out?
    Thanks!
    Last edited by normman (2010-08-31 18:05:01)

    I followed the directions here: http://inspirated.com/2007/04/05/alsa-l … th-mplayer and made the command:
    mplayer tv:// -tv driver=v4l2:norm=NTSC:input=0:device=/dev/video1:chanlist=us-cable:alsa:adevice=hw.1,0:amode=2:audiorate=32000:forceaudio:immediatemode=0
    and now it works.

  • Slow motion recording and playback with Flash Player with web browers

    Hi,
    I am using a MacBook, have installed Flash Player 10, and everything was great until a couple of days ago. Then, my audio playback with Flash seems to be in slow motion. I record my voice in this program call Voicethread using either Safari or Firefox and what it should be a 3 seconf audio track seems to be elongated to 9, streching my voice like it is on slow motion. I have tried everything that it is recommended (restaring, uninstallins, reinstalling, etc) and NOTHING... I have spent hours already trying to fix this issue that came from nowhere... 36 hours ago was working just perfectly!
    Any suggestions?
    Many thanks,
    Luis

    Adobe Flash Player has also been crashing periodically on 2 of my computers, I'm still running XP, one of them a powerful HTPC, Dell Optiplex 755 SFF over a new Cable Internet Connection. Buffering, Lagging, crashing when streaming video for Catchup TV (Freeview) via Firefox Adobe Flash Player Add-On, does not happen on Youtube though. Lagging & Crashing does NOT occur AT ALL in Google Chrome, but I hate that browser.
    Have tried the usual disabling Flash Hardware Acceleration + Protected Mode, setting storage to Unlimited, disabling FF Ad Blockers + Hardware Acceleration, cleaning Caches, updating program versions, everything bar reinstalling programs. It's not happening in Chrome, why in Firefox?

  • Did Apple Break HD-DVD Playback with Mountain Lion using Apple DVD Player?

    First of all, kindly spare me the commentary about Blu-Ray beating HD-DVD. Agreed and not the question. I have perfectly good reasons for using HD-DVD and it works very well for my purposes.
    I authored an HD-DVD in DVD Studio Pro 4.2.2. as I have done many times before on Snow Leopard, but this time on Mountain Lion. When I try to play the HD-DVD, either from the physical disk from a disk image, the menu appears, but when the play button is pressed, the menu stays on screen, but the player shows the timecode of the movie playing, but with no sound or picture.
    Thinking that perhaps the menu got corrupted, I put the same HD-DVD into a MacBook Pro running Snow Leopard, and it played perfectly! Conclusion: Not a DVD Studio Pro problem.
    Thinking that it might be DVD Player, I copied DVD Player 5.4 from the Snow Leopard MacBook Pro to the Mountain Lion MacBook Pro (which was running DVD Player 5.6), and the HD-DVD still had the same issue on the Mountain Lion MacBook Pro, under either of the DVD Player versions. Conclusion: Not a DVD Player issue.
    The HD-DVD does mount and initialize, so it's not a hardware issue with the optical drive.
    Conclusion: It would appear to me that it's an OS issue with Mountain Lion breaking (either intentionally or unintentionally), HD-DVD playback. Anyone know anything more about this issue? Anyone else saddened to see Apple turn into Microsoft circa 2005, and the MacOS turn into Vista? I haven't seen much of anything about it in the forums, which is why I'm posting it here.
    Thanks Apple. I just spent the better part of 3 days transcoding and authoring this HD-DVD, only to have you screw it up for me 2 days before my film festival (the perfectly good reason for using HD-DVD). Kindly spare me the, "Why don't you encode a ProRes blah blah blah quicktime movie." Heard it all before.
    I knew I would regret upgrading to Mountain Lion, and I do more and more each and every day as I continually find more things that it broke. Yet another reason to add to my list for downgrading to Snow Leopard. I'm up to about 30 of them. Or to abandon Final Cut for Adobe products.
    Thanks and sorry for the rant, but I'm justifiably frustrated.

    Update: The Apple Store in Nashua, New Hampshire replicated the issue on their own hardware, so yes, Apple did break HD-DVD playback with Mountain Lion (it does still work in Lion, they discovered). The Apple Store reported the issue to engineering, but the more people that report the issue, the more likely Apple will do something about it. Thanks Apple.

Maybe you are looking for

  • When printing a PDF file I would like to ensure that all 'chapters' print on the odd numbered pages.

    I need a way to set up a PDF file so that when I print it all new chapters (and single sided forms) print on the odd pages. These PDFs are available for viewing on the network but occasionally there is a demand to print one of them. Is there a 'chapt

  • Using PSE as a document management system

    I used a program on my old computer with Windows Vista to file and organize scanned pdf documents. I could readily assign tags to a document, and then find the document using the tags. The tagging worked well. It was quick and intuitive. I now have a

  • Setting dock apps in guest account

    I created a guest account with the specific apps that I wanted to make available to a "guest user".  When I restarted the mac and clicked on Guest,  the dock had reverted back to factory default.   Is this a glitch or is there a specific method of sa

  • R12 Installation on Windows 2003

    Hi I am doing Installation of R12 on Win 2003 server , i entered all the prompt for the installation then i am seeing the messaging bootstrapping then with out prompt for RDBMS-Disk1 dvd, installation windows disapppear, I cheked the logfiles in temp

  • Psc 2110 all-in-one​, Windows Vista 32-bit,

    psc 2110 all-in-one, Windows Vista 32-bit, Tried to scan and now printer will not scan or print. I have uninstalled and reinstalled and it still doesn't work. HP diagnostic said I needed a new driver and HP by passes that request. Scanner hasn't work