Adding codec support is a straight forward. Adding demuxer is tricky because of the way demuxer works. In Python I decided to use memory strings but ffmpeg uses file streams. May be it is a time to rethink that. Any suggestions ? Dmitry/
----- Original Message ----- From: "Benjamin Bruheim" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, November 19, 2006 1:09 PM Subject: Re: [Pymedia-users] mp4 support > Hi, > > Ok. I was also interested in FLV support (you know how hip it is) due > to my involvment on net TV. So, seeing how ffmpeg supports it I tried > to see if I could implement it. However ffmpeg has changed so much > since you made this. So I wonder if a re-port of ffmpeg would solve > most of the issues. From your layout I couldn't tell, but it looked > easy (a tiny stub on each file). > > On 11/19/06, Dmitry Borisov <[EMAIL PROTECTED]> wrote: >> Hi there, >> Codecs are supported but the demuxer is far from perfect. >> It applies to all atomic formats such as asf, mov and similar. >> So mov is not well supported as of no w:( >> Dmitry/ >> >> ----- Original Message ----- >> From: "Benjamin Bruheim" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Monday, November 13, 2006 8:39 PM >> Subject: [Pymedia-users] mp4 support >> >> >> > Is the support for h264 mov / mp4 sufficient yet? >> > >> > I am not quite sure with the example files I am using. >> > >> > Sincerely, >> > Benjamin - http://bernielomax.com >> > >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Pymedia-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/pymedia-users >> > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pymedia-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pymedia-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pymedia-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pymedia-users
