Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - meomais

1
Don't know if it's what you want, but i have the source code of a web app for mediaroom.
If you still want it i can send it to you or post it here (if allowed).
2
Software / Re: HTML/HTTP content
09. Mar 2011, 19:28

My provider(Portugal Telecom) has some xhtml pages on a server and i redirect them on my router to my own web server, so i can display content on a normal unmodified box, actualy i have written a youtube client(using youtube api and some magic to get the actual flv url from youtube IDs) in php+xhtml+css+javascript using a custom CGI written in C that wrapps FFmpeg, so i can do the transcoding of flash video(FLV) to WMV9 on the fly. It´s currently in beta, but i plan to release it (GPL) when it´s ready.


Can you (or someone else), tell me how i can encode to WMV9 using Linux (ffmpeg or not) ?
Thanks