built ffmpeg dlls for windows mobile are available

Search This thread

wright_hz

Member
Apr 21, 2008
13
0
In the past, I get many helps from here.
I met lots of troubles while building ffmpeg for winCE. But I'm lucky to build them out finaly. I know some ones prefer to get the dlls directly rather than build it by themselves. So I upload them here: http://www.mediafire.com/?jc4w8mex9mw

Just feel free to get them if you need it. :)
 

wimpos

New member
Oct 18, 2007
3
0
RTSP

Great job! Thanks

Did you build it with rtsp support? I can 't manage opening an rtsp stream: "File not found error"

rtsp.h files are present


In your begin method, in the name you preceed sample.avi with some strange char's what are they for?

Kind regards
Wim
 

coolsva

Member
Oct 3, 2007
29
0
I have also been trying to compile this for the ARM4 platform, would it be possible for you to build for this platform (ARM4i is only for WM5/6 and Im also developing for WM2003/CE.NET 4.2)

Thanks
 

wright_hz

Member
Apr 21, 2008
13
0
sorry, rstp seems not supported defaultly.
the strange chars is diretory name. You could change them to "\\Storage Card\\sample.avi" or any others you like.

Great job! Thanks

Did you build it with rtsp support? I can 't manage opening an rtsp stream: "File not found error"

rtsp.h files are present


In your begin method, in the name you preceed sample.avi with some strange char's what are they for?

Kind regards
Wim
 

fala70

New member
Jul 11, 2008
4
0
I am trying to use your bin ffmpeg on windows mobile 6.

when I try to call :

avcodec_find_encoder((enum CodecID)CODEC_ID_FLV1);

it's fail

those my init call:
avcodec_init();
avcodec_register_all();
av_register_all();
av_log_set_callback( ffmpeg_avcodec_log );

any idea ?
 

milesmowbray

Senior Member
Nov 15, 2004
97
1
In the past, I get many helps from here.
I met lots of troubles while building ffmpeg for winCE. But I'm lucky to build them out finaly. I know some ones prefer to get the dlls directly rather than build it by themselves. So I upload them here: http://www.mediafire.com/?jc4w8mex9mw

Just feel free to get them if you need it. :)

Hi,

Been trying to use your FFMPEG.DLL but I need the network capability of FFMPEG, could you recompile with --disable-network removed from your configure?

I have built FFMPEG myself but I keep getting a green screen on any video output, sound works okay. Did you get this? If I switch to your DLL I it works but I can only open local files.

To get libavformat to build I had to change a line in configure (amongst other things) to:

network_extralibs="-lws2"

from:

network_extralibs="-lws2_32"

Thanks!
 
Last edited:
M

mccoffein

Guest
Hy,

can anybody build ffmpeg with support stream video files from network?

Thanks a lot.

Greatz

mccoffein
 

ZaxXx

Senior Member
Jun 12, 2007
247
19
Prague
lukasklika.cz
I think the original Youtube app uses ffmpeg - just go to youtube from your mobile, download the cab, install and you'll find ffmpeg.dll in /program files/youtube so you can try use this one...
 
M

mccoffein

Guest
Hy,

thanks for your answer. I tried this. But ffplay don't work with this dll well.
 
M

mccoffein

Guest
If have linked in the project below but i dosent work.

I tried to link avcodec, avutil and avformat ... But there is no coming out. :(
 

mahendra.wm

New member
Nov 18, 2009
2
0
Error :"Not a valid Pocket PC application"

hi
I have download the file from here: http://www.mediafire.com/?jc4w8mex9mw extract it and copy the bin, ffmpeg and Sdl directory to my project for wm 6.0

and successfully build the cab file. My cab file has exe and ffmpeg.dll, SDL.dll, swscale.dll files. After installation to my htc device 6.1 device whenever I try to run

file it gives me error message "Not a valid Pocket PC application".

Do have any idea why it is giving such error message.

Thank you.
 
Last edited:

menelaosbgr

New member
May 5, 2010
1
0
Hello, I have also downloaded the files and am building testmain.exe using visual studio 2005. The exe is building and is running within the emulator. However on a windows mobile 6.1 classic PDA I am getting the error "testmain" is not a valid Pocket PC application.

Could anyone help me discover what the problem is?

I ran dumpbin /headers on the DLLs and the exe and saw that the header values are different and am wondering could this be causing the problems I have?

Dump of file ffmpeg.dll
----------------------
FILE HEADER VALUES
1C0 machine (ARM)

4.00 operating system version
1.00 image version
3.00 subsystem version
0 Win32 version


Dump of file SDL.dll
----------------------
FILE HEADER VALUES
1C2 machine (Thumb)

4.00 operating system version
0.00 image version
4.10 subsystem version
0 Win32 version


Dump of file swscale.dll
----------------------
FILE HEADER VALUES
1C0 machine (ARM)

4.00 operating system version
1.00 image version
3.00 subsystem version
0 Win32 version

Dump of file testmain.exe
----------------------
FILE HEADER VALUES
1C2 machine (Thumb)

5.01 operating system version
0.00 image version
5.01 subsystem version
0 Win32 version

Thanks,
Menelaos