Comment 0 for bug 755896

Revision history for this message
André Madureira (andreluizromano) wrote :

Binary package hint: smplayer

Hello,

PROBLEM:

When I play the video with the command syntax, it works pretty well:

mplayer -vo vdpau -vc ffh264vdpau -cache 8192 -autosync 30 -vid 1 "/media/Dados/117801916.mov"

But when I run mplayer in SMPLAYER front-end, it sends the parameter -VID as 0 and the video is not recognized; the command syntax send to mplayer is:

mplayer -vo vdpau -vc ffh264vdpau -cache 8192 -autosync 30 -vid 0 "/media/Dados/117801916.mov"

SOLUTION:

Set SMPLAYER not to send VID info (mplayer does recognize VID automatically if this parameter is not send - I tested this feature in the mplayer and it recognized VID in this video as 1 instead of 0 like SMPLAYER forced mplayer to do) or to try to send it as 0 and after that as 1 to test if there is any video stream in the file...

VIDEOS TO TEST THE ISSUE:

http://playlist.yahoo.com/makeplaylist.dll?sdm=web&pt=rd&sid=117801916
http://wdmpi-6.vo.llnwd.net/d1/Pirates4/TRLA/English/Mercury_TlrA_1080.mov

PS: All the trailers of YAHOO are in VID 1 instead of 0...

Thanks for your help,

André M.