• 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

Video steganography in java.

 
Ranch Hand
Posts: 160
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, I want to implement video steganography in java. Can anyone please tell me which actions to follow? I mean do i have to use any algorithm for that or not ? One thing i came to know is that i have to use Java Media Framework for that.
Please tell me which steps should i follow for it ?

Thanks in advance.
 
Saloon Keeper
Posts: 7582
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why video? Usually you'd use still images.

i have to use Java Media Framework for that


Why? JMF is dead.

Not sure what you're asking by "do i have to use any algorithm for that" - of course you'd have to implement a steganography algorithm. I'm not aware of any existing ones for video -ass opposed to stillimages-, but I'm no expert in the field.
 
ankur trapasiya
Ranch Hand
Posts: 160
Netbeans IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But anyhow if i have to implement it then what do i have to use? if JMF is dead then which framework to use? And i want video steganography to implement.
 
reply
    Bookmark Topic Watch Topic
  • New Topic