OESF Portables Forum

General Forums => General Discussion => Topic started by: bam on October 17, 2006, 04:30:52 am

Title: Wmv And Mplayer
Post by: bam on October 17, 2006, 04:30:52 am
anyone got wmv files to play under stock rom with mplayer? i know there are codecs that allow playing of these files under linux, but are they processor specific(the codecs)?
Title: Wmv And Mplayer
Post by: Hrw on October 17, 2006, 04:43:11 am
It depends as there are few versions of Windows Media Video - some (older ones) has opensource codecs, some can only be played with x86 win32 codecs.
Title: Wmv And Mplayer
Post by: bam on October 18, 2006, 03:19:45 am
hmmm, so its probably just best to re-encode on my debian box. just curious if there was any really 'absolute' answer.
Title: Wmv And Mplayer
Post by: brashley46 on October 19, 2006, 08:35:23 pm
Quote
hmmm, so its probably just best to re-encode on my debian box. just curious if there was any really 'absolute' answer.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144254\"][{POST_SNAPBACK}][/a][/div]
What are you using to re-encode? I have not been able to find anything to change .wmv to, say, .mpg.
Title: Wmv And Mplayer
Post by: Tom61 on October 19, 2006, 09:30:10 pm
Quote
Quote
hmmm, so its probably just best to re-encode on my debian box. just curious if there was any really 'absolute' answer.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144254\"][{POST_SNAPBACK}][/a][/div]
What are you using to re-encode? I have not been able to find anything to change .wmv to, say, .mpg.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144369\"][{POST_SNAPBACK}][/a][/div]

Mencoder (comes with mplayer) will do it if you have the codec to play it under mplayer, once you figure out its syntax.
Title: Wmv And Mplayer
Post by: Meanie on October 19, 2006, 09:42:30 pm
Quote
Quote
Quote
hmmm, so its probably just best to re-encode on my debian box. just curious if there was any really 'absolute' answer.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144254\"][{POST_SNAPBACK}][/a][/div]
What are you using to re-encode? I have not been able to find anything to change .wmv to, say, .mpg.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144369\"][{POST_SNAPBACK}][/a][/div]

Mencoder (comes with mplayer) will do it if you have the codec to play it under mplayer, once you figure out its syntax.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144371\"][{POST_SNAPBACK}][/a][/div]

and if you use Windows, TMPEGEnc is a great freeware. it doesn't show wmv files by default as supported file format but just select all files to see them listed and convert anyway. alternatively, eovideo (commercial software) does a pretty good job also in converting almost any file formats (including real media).
Title: Wmv And Mplayer
Post by: brashley46 on October 19, 2006, 11:15:55 pm
Quote
Quote
Quote
Quote
hmmm, so its probably just best to re-encode on my debian box. just curious if there was any really 'absolute' answer.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144254\"][{POST_SNAPBACK}][/a][/div]
What are you using to re-encode? I have not been able to find anything to change .wmv to, say, .mpg.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144369\"][{POST_SNAPBACK}][/a][/div]

Mencoder (comes with mplayer) will do it if you have the codec to play it under mplayer, once you figure out its syntax.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144371\"][{POST_SNAPBACK}][/a][/div]

and if you use Windows, TMPEGEnc is a great freeware. it doesn't show wmv files by default as supported file format but just select all files to see them listed and convert anyway. alternatively, eovideo (commercial software) does a pretty good job also in converting almost any file formats (including real media).
[div align=\"right\"][a href=\"index.php?act=findpost&pid=144373\"][{POST_SNAPBACK}][/a][/div]
Thanks, guys. My Debian-based distro (XandrOS) doesn't play well with mencoder - dependency hell. TMPGenc looks good, though, I'll try it on my Windoze box.
Title: Wmv And Mplayer
Post by: jfv on October 20, 2006, 10:01:46 am
I've recently installed the latest debian stable on one my boxes and installing mencoder was just a matter of adding the right feed (www.debian-multimedia.org) and doing apt-get install mencoder.

Felipe
Title: Wmv And Mplayer
Post by: Tom61 on October 20, 2006, 03:04:46 pm
Quote
Thanks, guys. My Debian-based distro (XandrOS) doesn't play well with mencoder - dependency hell. TMPGenc looks good, though, I'll try it on my Windoze box.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div] (http://index.php?act=findpost&pid=144375\")

For that type of situation, just grab the source tarball off [a href=\"http://www.mplayerhq.hu/]http://www.mplayerhq.hu/[/url] and compile it.
Title: Wmv And Mplayer
Post by: Da_Blitz on October 21, 2006, 04:21:19 am
if i remeber correctlly ffmpeg worked with wmv v1-2 (aka the 'old stuff') and just recentlly added support for wmv3 which is what most moives are distributed as nowdays and is the one wthat works with DRM if you enable it.

i guess you figured out that if its DRM'd then you cant use the spiffy new wmv v3 support in ffmpeg.

encodingmplayer by hand is great and easy to do, i do it for every major distro i use rather than stick with what the distro supplies. the only thing you should need are the alsa headers (unless you use a 2.4 kernel) and the fbdev kernels for the command line (ie no X/qutopia) if you want X and qutopia then grab X11-dev and Xv-dev as well as the qutopia headers (i assume the are qt-dev)

make sure you grab the svn version and do it with svn co <addr> as it will also grab the latest ffmpeg as well