• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can anyone help me with video conversion in java ?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me with video conversion in java at runtime ?
I want to convert from AVI to WMA format or else something with which i can play any kind of video format.
Most of the converters i found like AVS are manual kind of and my requirement is to do the conversion at runtime.
I was reading about FFMPEG, FOBS4JMF but could not find any proper documentation on how to implement it in java.
Any help will be deeply appreciated.

Thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

There are lots of open source libraries available that can help with video format conversion; the OtherOpenSourceProjectsFaq lists quite a few. Both JMF and QuickTime for Java can read AVI and write many formats.

As is the case for many open source projects, the documentation may be sparse. What particular problems have you had putting one (or more) of those packages to work?
 
reply
    Bookmark Topic Watch Topic
  • New Topic