View Full Version : Help! x264 for windows mobile
xueshan
27th March 2007, 04:48
Is there a windows mobile edition of x264? If I have to port x264 myself, how to solve the problem of MMX?
Thank you very much!
Why do you want to use x264 on a mobile platform?
xueshan
27th March 2007, 16:05
In fact, it's not my idea to use x264.:) Is there any problem about this solution? If there is any other ways to realize h264 for windows mobile, plz don't hesitate to tell me, I'm willing to try. BTW, if you know how to port x264 to windows mobile, just let me know.
:thanks: :)
DocAliG
27th March 2007, 16:59
It depends what you want to do...
If you want to encode using your windows mobile device (visio ?) or just play h264 files....
I use to have a smartphone (Orange C500), and windows media mobile 10 can play video encoded in h264. Recommendations are provided on the website to encode a h264 compliant stream (AFAIR mp4 container, baseline profile, 320x280).
xueshan
28th March 2007, 02:59
It depends what you want to do...
If you want to encode using your windows mobile device (visio ?) or just play h264 files....
I use to have a smartphone (Orange C500), and windows media mobile 10 can play video encoded in h264. Recommendations are provided on the website to encode a h264 compliant stream (AFAIR mp4 container, baseline profile, 320x280).
Yes, I want to encode on windows mobile platform. visio:confused: what do you mean? I guess it's used to draw flowchart.
Which CPU does the device have? Currently x264 is optimized for x86 (32- and 64-bit with MMX and SSE optimizations) and PPC (Altivect) architectures, so if your CPU is something else, you would need to use the plain C versions of all functions (which may be quite slow) or code the assembly optimizations for your architecture yourself.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.