LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to create media file in Linux that will play in WMP (https://www.linuxquestions.org/questions/linux-software-2/how-to-create-media-file-in-linux-that-will-play-in-wmp-331341/)

mdb 06-07-2005 05:28 PM

How to create media file in Linux that will play in WMP
 
Maybe I am mis-understanding, mplayer can play wmp files, and can encode to various media files but these files can only be played by mplayer and cannot be played in wmp.

If this is right I need to find a way to create media files in linux that can I can send to other people and they can play the media files using wmp.

any help?

thanks,
mdb

aaa 06-07-2005 09:40 PM

.wav files should work, as should mp3. What will you be making the files from?

mdb 06-08-2005 09:36 AM

I am actually trying to create a movie from multiple images (tif or sgi). These images are of 2D plots.

thanks,
mdb

mdb 06-08-2005 09:42 AM

I have tried to make mpeg4/avi movies using mencoder and they play in mplayer but they will not play in wmp when I send them to someone else.

teckk 06-08-2005 10:48 AM

mpeg4 won't play in Windows Media Player. They will need Quicktime for that.
I have never been able to get any mpeg4 files to play with WMP. I don't think WMP has support for mpeg4. I could be wrong but I had to get quicktime for my winblows boxs to play them.

mdb 06-08-2005 12:56 PM

I tried quicktime and I get the follow error:

...the required compressor could not be found...

which is similar to the error I got from wmp.

Here are the mencoder commands I am using (I found the commands online I really don't know exactly what I am doing here)

Here is the script I was using to encode with 2 passes...

#! /bin/bash

opt="vbitrate=1000000:mbd=2:keyint=132:v4mv:vqmin=3:lumi_mask=0.07:dark_mask=0.2:mpeg_quant:scplx_ma sk=0.1:tcplx_mask=0.1:naq"

mencoder -ovc lavc -lavcopts vcodec=mpeg4:vpass=1:$opt -mf type=sgi:fps=3 -nosound -o /dev/null mf://\*.sgi

mencoder -ovc lavc -lavcopts vcodec=mpeg4:vpass=2:$opt -mf type=sgi:fps=3 -nosound -o output.avi mf://\*.sgi

Hopefully that clarifies what I am doing.

thanks,
mdb


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