LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-16-2013, 05:32 AM   #1
imcool
LQ Newbie
 
Registered: Dec 2013
Posts: 11

Rep: Reputation: Disabled
Question Unable to play wmv video file in debian 7 wheezy 64bit


hello,

I am having problem playing playing WMV extension file in my DEbian 7 wheezzy 64 bit, I tried running and instaling mplayer,vlc,smplayer,xine and totem too but all they are doing is playing Audio only and no video is appearing, I tried google and solutions at several websites but none seems to work.
I tried installing codecs too.

Following are details about what I did so far to make it work:-

I dont want to convert files because I have many of them.

http://i.imgur.com/r7OdEVX.png

http://i.imgur.com/FRV42ec.png

http://i.imgur.com/fUpNRY1.png

http://paste.debian.net/71115/

http://paste.debian.net/71117/

http://paste.debian.net/71118/

Video File which I want to play - http://wikisend.com/download/715546/...e%20skills.wmv

some weblinks I tried

https://github.com/hayloo/static_bin...x86_64/mplayer

http://crunchbanglinux.org/wiki/howt...b2_framebuffer

Many thanks.
 
Old 12-16-2013, 06:04 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Hi

in vlc, you need to choose your audio format....you should use either alsa or pulseaudio

stay away from oss

2) your movie link I can play in vlc here is screenshot as proof

3) one of you image links showed a movie format called mss

can you link to it so I can test it pls

vlc used on debian sid

4) what the heck are you doing installing all those .dll files
this is linux not windows
linux does not use dll files unless you install wine

I hope you are not trying to run wine and windows vlc?
Attached Thumbnails
Click image for larger version

Name:	nug.jpg
Views:	30
Size:	62.3 KB
ID:	14228  
 
Old 12-16-2013, 06:16 AM   #3
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok in the meantime did a google search for sample mss2 video format and it gave me a hit for
http://www.findthatfile.com/search-4...tware2-wmv.htm

click on download but click on direct link gives a format extn .wmv and I can play it.

PS I am on 32 bit system

found this link that may work once you get vlc sorted

A) ensure you have alsa loaded and delete oss
b) click in vlc and preferences click audio choose alsa

retest

if fails maybe
http://fitzcarraldoblog.wordpress.co...-64-bit-linux/
 
Old 12-16-2013, 06:18 AM   #4
imcool
LQ Newbie
 
Registered: Dec 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
Hi

in vlc, you need to choose your audio format....you should use either alsa or pulseaudio

stay away from oss

2) your movie link I can play in vlc here is screenshot as proof

3) one of you image links showed a movie format called mss

can you link to it so I can test it pls

vlc used on debian sid

4) what the heck are you doing installing all those .dll files
this is linux not windows
linux does not use dll files unless you install wine

I hope you are not trying to run wine and windows vlc?
It is wmv file only I do not know what it is showing MSS. I downloaded codecs from synaptic manager not dlls. I am not trying to run wine and windows vlc.
 
Old 12-16-2013, 06:27 AM   #5
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Hi

your first link shows output to /usr/lib/codecs

pls post the results to
Code:
dpkg -l | grep codec

I have 32 bit but show mine.....I bet you tried something like w32codecs which is related to mplayer smplayer but not needed by vlc 32 bit

ii libavcodec53:i386 6:0.8.8-1 i386 Libav codec library
ii libavcodec54:i386 6:9.10-1 i386 Libav codec library
ii libdirac-decoder0:i386 1.0.2-6 i386 open and royalty free high quality video codec - decoder library
ii libdirac-encoder0:i386 1.0.2-6 i386 open and royalty free high quality video codec - encoder library
ii libkate1 0.4.1-1 i386 Kate is a codec for karaoke and text encapsulation
ii libopus0:i386 1.1-1 i386 Opus codec runtime library
ii libspeex1:i386 1.2~rc1.1-1 i386 The Speex codec runtime library
ii libvpx1:i386 1.2.0-2 i386 VP8 video codec (shared library)
ii libxvidcore4:i386 2:1.3.2-9 i386 Open source MPEG-4 video codec (library)
 
Old 12-16-2013, 08:18 AM   #6
imcool
LQ Newbie
 
Registered: Dec 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
Hi

your first link shows output to /usr/lib/codecs

pls post the results to
Code:
dpkg -l | grep codec

I have 32 bit but show mine.....I bet you tried something like w32codecs which is related to mplayer smplayer but not needed by vlc 32 bit

ii libavcodec53:i386 6:0.8.8-1 i386 Libav codec library
ii libavcodec54:i386 6:9.10-1 i386 Libav codec library
ii libdirac-decoder0:i386 1.0.2-6 i386 open and royalty free high quality video codec - decoder library
ii libdirac-encoder0:i386 1.0.2-6 i386 open and royalty free high quality video codec - encoder library
ii libkate1 0.4.1-1 i386 Kate is a codec for karaoke and text encapsulation
ii libopus0:i386 1.1-1 i386 Opus codec runtime library
ii libspeex1:i386 1.2~rc1.1-1 i386 The Speex codec runtime library
ii libvpx1:i386 1.2.0-2 i386 VP8 video codec (shared library)
ii libxvidcore4:i386 2:1.3.2-9 i386 Open source MPEG-4 video codec (library)

http://paste.debian.net/71164/
 
Old 12-16-2013, 09:10 AM   #7
imcool
LQ Newbie
 
Registered: Dec 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
More information

---------------------------------------------

LIne#6 http://paste.debian.net/71172/

line#30 http://paste.debian.net/71168/ Here the intro Sample WMV file from MPLAYER also not playing VIDEO.

Strace http://paste.debian.net/71132/

codec working http://paste.debian.net/71174/

http://i.imgur.com/mxrHjcx.png

http://i.imgur.com/8g9zPfa.png

http://i.imgur.com/yZbDXwB.png

----------------------------------------------

Added deb-multimedia repository and installed latest mplayer too but still no Video.

Last edited by imcool; 12-16-2013 at 11:50 AM.
 
Old 12-16-2013, 03:34 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
this screenshot shows that you have libavcodec-extra installed, but not libavcodec. relevant?
 
Old 12-16-2013, 04:42 PM   #9
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok separate posts for separate issues

here are the dependencies of vlc 32 bit, note the version numbers for you will differ but you may wish to try vlc 64 bit


Quote:
Installed Version: 2.1.1-1
Available Version: 2.1.1-1
Section: video
Installed Size: 3608
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Architecture: i386
Replaces: vlc-data (<< 1.1.5), vlc-nox (<< 2.0.2)
Provides: mp3-decoder
Pre-Depends: dpkg (>= 1.15.6~)
Depends: fonts-freefont-ttf, vlc-nox (= 2.1.1-1), libaa1 (>= 1.4p5), libavcodec54 (>= 6:9.1-1) | libavcodec-extra-54 (>= 6:9.10), libavutil52 (>= 6:9.1-1), libc6 (>= 2.15), libcaca0 (>= 0.99.beta17-1), libfreetype6 (>= 2.2.1), libfribidi0 (>= 0.19.2), libgcc1 (>= 1:4.1.1), libgl1-mesa-glx | libgl1, libice6 (>= 1:1.0.0), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.8.0), libsdl-image1.2 (>= 1.2.10), libsdl1.2debian (>= 1.2.11), libsm6, libstdc++6 (>= 4.6), libtar0, libva-x11-1 (>> 1.2.0~), libva1 (>> 1.2.0~), libvlccore7 (>= 2.1.0), libx11-6, libxcb-composite0, libxcb-keysyms1 (>= 0.3.9), libxcb-randr0 (>= 1.1), libxcb-render0, libxcb-shape0, libxcb-shm0, libxcb-xfixes0, libxcb-xv0 (>= 1.2), libxcb1 (>= 1.6), libxext6, libxinerama1, libxpm4, zlib1g (>= 1:1.2.3.3)
suggest you try-----after adding testing to your apt sources list

Code:
su
apt-get update
apt-get install libavcodec54 libavcodec-extra-54 libavutil52
notes from http://packages.debian.org/search?keywords=libavcodec54 for testing repo or sid for all hits below
amd64 should be 6:9.10-1
http://packages.debian.org/search?su...codec-extra-54
amd64 should be 6:9.10-1
http://packages.debian.org/search?su...ds=libavutil52
amd64 6:9.10-1

since you appear to have stable (I have sid) pls consider enable testing ?
 
Old 12-16-2013, 04:43 PM   #10
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
command mode for vlc shows I have a default of xcb....but video still plays

Code:
gordon@box:~/Downloads$ cvlc intro_windows.wmv 
VLC media player 2.1.1 Rincewind (revision 2.1.0-207-g89c9520)
[0x8372938] dummy interface: using the dummy interface module...
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0xb4d03fe8] main vout display error: Failed to resize display
[0xb4d061a0] xcb_window window error: X server failure
[0xb4d00508] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 300 ms)
[0xb4d00508] main input error: ES_OUT_RESET_PCR called
[0xb4d00508] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 336 ms)
[0xb4d00508] main input error: ES_OUT_RESET_PCR called
[0xb4d00508] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 355 ms)
[0xb4d00508] main input error: ES_OUT_RESET_PCR called
 
Old 12-16-2013, 04:51 PM   #11
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
finally before you consider adding a new repo I suggest you get a live cd or usb with
fsarchiver on it,

sysrescd is probably the easiest to do
http://www.sysresccd.org/SystemRescueCd_Homepage

I use fsarchiver all the time to take images and restore them,
I can not recommend it more highly than for you.....trust me

so take an image first
then consider apt pinning

https://wiki.debian.org/AptPreferences

I am on debian sid so don't need it or want it, but people on stable trying to get some newer packages may like to consider it

YMMV
 
Old 12-16-2013, 11:21 PM   #12
imcool
LQ Newbie
 
Registered: Dec 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
command mode for vlc shows I have a default of xcb....but video still plays

Code:
gordon@box:~/Downloads$ cvlc intro_windows.wmv 
VLC media player 2.1.1 Rincewind (revision 2.1.0-207-g89c9520)
[0x8372938] dummy interface: using the dummy interface module...
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0xb4d03fe8] main vout display error: Failed to resize display
[0xb4d061a0] xcb_window window error: X server failure
[0xb4d00508] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 300 ms)
[0xb4d00508] main input error: ES_OUT_RESET_PCR called
[0xb4d00508] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 336 ms)
[0xb4d00508] main input error: ES_OUT_RESET_PCR called
[0xb4d00508] main input error: ES_OUT_SET_(GROUP_)PCR  is called too late (pts_delay increased to 355 ms)
[0xb4d00508] main input error: ES_OUT_RESET_PCR called
is it from 64bit operating system ?
 
Old 12-17-2013, 12:30 AM   #13
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
No sorry

replies 3,5,9 detail 32 bit or show i386 (=32 bit)

reply 3 provides a link that some 64 bit users found useful

but I am hoping you might just install the testing packages that might allow 64 bit vlc work with more codecs

your choice of course
 
Old 12-17-2013, 01:46 AM   #14
imcool
LQ Newbie
 
Registered: Dec 2013
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by aus9 View Post
No sorry

replies 3,5,9 detail 32 bit or show i386 (=32 bit)

reply 3 provides a link that some 64 bit users found useful

but I am hoping you might just install the testing packages that might allow 64 bit vlc work with more codecs

your choice of course
I found that those video will work only in 32bit mplayer, please guide me how do I install 32bit mplayer in my debian 64bit wheezy, i tried this but it is giving Dependecny error

http://www.howtoforge.com/multiarch-...ebian-7-wheezy

https://wiki.debian.org/Multiarch/HOWTO

http://paste.debian.net/71334/

http://paste.debian.net/71335/

http://paste.debian.net/71329/

Thanks
 
Old 12-17-2013, 05:28 AM   #15
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
sorry have no experience there
https://wiki.debian.org/Multiarch/HOWTO

suggests when you update (upgrade) you may get heaps and heaps of packages for both archs.....not good if you have bandwith issues

2) have you dismissed my previous suggestions in the links?
 
  


Reply

Tags
64bit, audiovideo, mplayerplugin



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Which 64bit Debian Wheezy Release is wright for my Intel 64bit P8700 CPU PC? esgol Linux - Newbie 15 07-15-2012 03:50 PM
Which 64bit Debian wheezy Release is wright for my Intel 64bit P8700 CPU? esgol Linux - Newbie 1 07-15-2012 03:11 AM
unable to play audio or video file divyashree Linux - Software 2 12-16-2008 07:59 AM
unable to play wmv + convert verbose Linux - General 3 07-17-2005 03:16 PM
How can I play .wmv video in Linux? chinaundead Mandriva 10 03-01-2004 09:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration