Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
  • 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

server side video encode(video to flv) in java

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


helloo guys....!

im having a problem with video encoding in java.i tried once to use ffmpeg.but its very difficult for me. ffmpeg written in C.so any one can help me to solve my problem..seriously guys..this video encode case killing me.. please i need a help..

regards
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is nothing in the Servlet Specification to help with this. Moved to a more appropriate forum.
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey sameera why don't you try to use Java Media Framework known as "JMF"
and for ffmpg problem that its written in C i think you can search www.sourceforge.net for its (FFMPG's) implementation in JAVA....this may help you as it helped in building a full fleged media player i think......

try it buddy you will get it
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://jffmpeg.sourceforge.net/ is a Java layer on top of ffmpeg. It runs on top of the Java Media Framework - JMF, so you'll need that as well. JMF code examples can be found here.
 
Rituraj Jain
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can go for FOBS that is wraped arround Jffmpeg..

Thanks
 
sameera dilhan
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


hi guys....

thanks for all replies.. yeah... JMF will solve ma problem...datz for sure..
jffmpeg ROXzz... any way...thank you very much for all..

cheers !!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic