Transcoding to supported extentions

hi,

i am implementing a class that transcode amovie from any extention to an ectention that the jmf player can support it ( avi, mov , mpeg..)...

i found some examples on the internet and in sun but these examples transcode from

1) avi --> mov

2) mov ->avi

3) mpeg->mov

but not supprt any more, when i try to transcode from mp3->any extention supported by jmf player it does not do well..

so , pleaseif any one knew any solution post me..

thanks

[512 byte] By [shadya] at [2007-10-3 10:57:11]
# 1

Hi shady,

Seems that you are doing the undoable. Frankly, I dont think JMF is in the state to help you accomplish your task with ease.

AVI, MOV, and MPEG are supported, yes, but if you want to go further, then you have to transcode the rest byte-by-byte. You'd have to know formats, read standards and implement your own transcoders. That's the way I know it would work, and believe me when I say that it will take you more than one class to finish your project.

andreyvka at 2007-7-15 6:23:14 > top of Java-index,Security,Cryptography...