Carl Eugen Hoyos | 1 Dec 2009 01:18
Picon

Re: Problems compiling mplayer

Josep Figueras <jfigue17 <at> yahoo.es> writes:

> 2) I'm interested in VESA output 'cos I want to play files without X11.

Get lrmi-0.10.tar.gz from http://sf.net/projects/lrmi and install it.
Get vesautils from svn://svn.mplayerhq.hu/vesautils/trunk
(http://www.mplayerhq.hu/vesautils/) and install it.

Only works for 32bit and I was not able to use the static libraries.

Please do not top-post, it is considered rude here, Carl Eugen
iwan umar | 1 Dec 2009 10:18
Picon
Favicon

Fw: question about .RMVB

On Fri, 27 November 2009 2:44:10 AM , iwan umar  wrote:
> earlier today I got some guidance from another nice guy who sent 
> direct to my email, .... I'll read it first and hopefully if I understand can try it in a few
> days time (tomorrow Friday is holiday here, so we have a long week-end to be away
> from laptop  :-) ...., and will share you the result ...
N-san, ... many thanks for your additional dan updated codecs, once included into MPlayer codecs
folder, ... then the .RMVB video just run as normal, smooth with no error msg at all ... !!
Appreciate your support, ..... cheers, IU.

----- Forwarded Message ----
From: iwan umar <iwan_umar <at> yahoo.com>
To: "MPlayer usage questions, feature requests, bug reports" <mplayer-users <at> mplayerhq.hu>
Sent: Fri, November 27, 2009 2:44:10 AM
Subject: Re: [MPlayer-users] question about .RMVB

On Thursday, 26 November 2009 , Dominik 'Rathann' Mierzejewski  wrote:

> MPlayer codebase is the same in Windows and Linux. The only differences
> are the GUI and some networking code as far as I remember. So support
> for various file container formats and codecs is exactly the same in both
> Windows and Linux builds.

yes Rathann, ... apologise, guess you'd want to kick hard my butt  :-) ... as to
how come a long time MPlayer's user don't know the basic fact that it is a Linux
base application ! ... based on some responses yesterday, I realized that need
to do some reading, .... and now I know that what I've been using so far is a
Linux MPlayer via SMPlayer as front-end in Windows ..., sorry again to you all ...
I'm just a novice user ... usually do only opening file, start, volume, pause, quit ...

> And that problem is? We need exact description of what's going on
(Continue reading)

HAM | 1 Dec 2009 15:52
Picon
Picon

-vo jpeg outdir problems with spaces in outdir

I want to extract frames from video files under Windows command line.
This is the command:

mplayer.exe -vf framestep=26 -framedrop -frames 12 -speed 100
"Y:\Testfolder\Testfolder 2\17.wmv" -vo "jpeg:outdir=\"Y:\Testfolder\Testfolder
2\17.wmv_thumbs\"":quality=100"

The problem is the space in folder "Testfolder 2".

The following error message occures:
Could not parse arguments at the position indicated below:
outdir="Y:\Testfolder\Testfolder
       ^

Anybody an idea?
Oliver Seitz | 1 Dec 2009 16:28
Picon
Favicon

Re: -vo jpeg outdir problems with spaces in outdir

> I want to extract frames from video files under Windows command line.
> This is the command:
>
> mplayer.exe -vf framestep=26 -framedrop -frames 12 -speed 100
> "Y:\Testfolder\Testfolder 2\17.wmv" -vo
> "jpeg:outdir=\"Y:\Testfolder\Testfolder
> 2\17.wmv_thumbs\"":quality=100"
>
> The problem is the space in folder "Testfolder 2".
>
> The following error message occures:
> Could not parse arguments at the position indicated below:
> outdir="Y:\Testfolder\Testfolder
>        ^
>
> Anybody an idea?
>

Quotation marks are used in pairs, usually. Your line contains seven of
them. I am not sure what should be meant by that, nor seems the command
line parser to be. If you have to use quotation marks inside quotation
marks, try to use some other style, like

"jpeg:outdir='Y:\Testfolder\Testfolder 2\17.wmv_thumbs\'"

I myself don't use spaces in filenames on windows, it causes trouble all
the time.

Greets,
Kiste
(Continue reading)

Josep Figueras | 1 Dec 2009 17:38
Picon
Picon
Favicon

Re: Problems compiling mplayer

That's what I tried but when I try to "make install" lrmi gives me this error:

mkdir -p /usr/local/lib
install -m 755 -s -p liblrmi.so.0.10 /usr/local/lib/liblrmi.so.0.10
rm -f /usr/local/lib/liblrmi.so
ln -sf liblrmi.so.0.10 /usr/local/lib/liblrmi.so.0
ln -sf liblrmi.so.0 /usr/local/lib/liblrmi.so
install -m 644 -s -p lrmi.h /usr/local/include/lrmi.h
strip: /usr/local/include/lrmi.h: File format not recognized
install: strip process terminated abnormally
make: *** [install] Error 1

Apparently, make doesn't complaing:

cc -c  -g -Wall -o lrmi.o lrmi.c
ar -rs liblrmi.a lrmi.o
ar: creating liblrmi.a
cc -c  -g -Wall -fPIC -o lrmi.lo lrmi.c
cc  -g -Wall -Wl,-soname,liblrmi.so.0 -fPIC -shared -o liblrmi.so.0.10 lrmi.lo
ln -sf liblrmi.so.0.10 liblrmi.so.0
ln -sf liblrmi.so.0 liblrmi.so
cc  -g -Wall -o vbetest vbetest.c liblrmi.a

Thanks again!
Carl Eugen Hoyos | 1 Dec 2009 18:42
Picon

Re: Problems compiling mplayer

Josep Figueras <jfigue17 <at> yahoo.es> writes:

> install -m 644 -s -p lrmi.h /usr/local/include/lrmi.h
> strip: /usr/local/include/lrmi.h: File format not recognized
> install: strip process terminated abnormally
> make: *** [install] Error 1

install -m 644 -p lrmi.h /usr/local/include/lrmi.h

Carl Eugen
Dave P | 1 Dec 2009 21:21
Picon

Re: -vo jpeg outdir problems with spaces in outdir

On Tue, Dec 1, 2009 at 10:28, Oliver Seitz <info <at> vtnd.de> wrote:
>> I want to extract frames from video files under Windows command line.
>> This is the command:
>>
>> mplayer.exe -vf framestep=26 -framedrop -frames 12 -speed 100
>> "Y:\Testfolder\Testfolder 2\17.wmv" -vo
>> "jpeg:outdir=\"Y:\Testfolder\Testfolder
>> 2\17.wmv_thumbs\"":quality=100"
>>
>> The problem is the space in folder "Testfolder 2".
>>
>> The following error message occures:
>> Could not parse arguments at the position indicated below:
>> outdir="Y:\Testfolder\Testfolder
>>        ^
>>
>> Anybody an idea?
>>
>
> Quotation marks are used in pairs, usually. Your line contains seven of
> them. I am not sure what should be meant by that, nor seems the command
> line parser to be. If you have to use quotation marks inside quotation
> marks, try to use some other style, like
>
> "jpeg:outdir='Y:\Testfolder\Testfolder 2\17.wmv_thumbs\'"
>
> I myself don't use spaces in filenames on windows, it causes trouble all
> the time.
>
> Greets,
(Continue reading)

Josep Figueras | 1 Dec 2009 23:31
Picon
Picon
Favicon

Re: Problems compiling mplayer

OK. Now the problem is compiling vesautils:

cc -g -Wall -llrmi -o dosint dosint.c
dosint.c: In function ‘read_edid’:
dosint.c:34: warning: implicit declaration of function ‘ioperm’
dosint.c:35: warning: implicit declaration of function ‘iopl’
dosint.c: In function ‘main’:
dosint.c:51: warning: control reaches end of non-void function
make: *** No hay ninguna regla para construir el objetivo `mode3.c', necesario para `mode3'.  Alto.
(translating to English: make: *** There's no rule for building the objective 'mode3.c', needed for
'mode3'. Stop.)

      
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Krzysztof Duchnowski | 2 Dec 2009 00:05
Picon

Re: Problems compiling mplayer

Josep Figueras pisze:

> make: *** No hay ninguna regla para
> construir el objetivo `mode3.c', necesario para `mode3'. Alto.
> translating to English:
> make: *** There's no rule for building the
> objective 'mode3.c', needed for 'mode3'. Stop.

if you don't wan't to translate by hand anymore run "make" process as 
follows:
env LC_ALL=en_US.UTF8 make
or
env LC_ALL=en_US.UTF8 DEB_BUILD_OPTIONS="--mplayer-configure-options" 
fakeroot debian/rules binary

--

-- 
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.mozilla.com/firefox/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Carl Eugen Hoyos | 2 Dec 2009 00:53
Picon

Re: Problems compiling mplayer

Josep Figueras <jfigue17 <at> yahoo.es> writes:

> (translating to English: make: *** There's no rule for building the objective
> 'mode3.c', needed for 'mode3'. Stop.)

Don't try to build vesautils, you are only interested in libvbe:
cd libvbe
make
make install

Did I already ask you to fix your line length?

Carl Eugen

Gmane