video « Development « Java I/O Q&A





1. How can I add meta-data to recorded flv-files in red5?    stackoverflow.com

I wonder how to you can add meta-data to flv-files you recorded by red5... mine just have something like this:

0.000 | FLV::Event tag
      | event   ...

2. Using Java To Upload Video via PUT    stackoverflow.com

I am writing a Java app that uploads image and video files to a server side script. So far I've got the image upload happening using HTTPURLConnection/DataOutputstream and it seems that ...

3. Modifying JPEGImagesToMovie File    stackoverflow.com

So after receiving only a few recommendations for a Java package to use to create video files, I decided I would try to modify the JPEGImagesToMovie file that comes as a ...

4. Saving a video file by increamenting file name in a loop    stackoverflow.com

I want to save a video file in C:\ by incrementing the file name e.g. video001.avi video002.avi video003.avi etc. i want to do this in java. The program is on

5. Splitting/Merging 3gp files using a java library    stackoverflow.com

I'm wondering if there's a java library out there that can manipulate 3gp files. Mostly I'm interested in splitting or merging existing video files. I've looked at JMF (java media framework), ...

6. How to get Video file summary in java    stackoverflow.com

In windows, we can see the properties of the Video file such as Title , Subject , Author. I just want to get the Summary (Title , Subject , Author) in ...

7. Video chat application : Which technology to choose?    stackoverflow.com

I have to undertake a project which is to make a video chat application. The video has to be streamed from one location and can be viewed by multiple people spread out ...

8. How to transmit live video from within a Java application?    stackoverflow.com

I'm trying to find ways to stream a live video generated in a Java application. The application needs to take screenshots of itself and encode these into a video stream ...

9. Java live video capturing/streaming    stackoverflow.com

Is there any idea how to implement a java programm that captures video/audio from a webcam /microphone and stream it to multiple clients. I know about JMF but it is quite old ...





10. IOException when Uploading Videos to YouTube via Java API    stackoverflow.com

I have been attempting to upload videos to YouTube via the JavaAPI using Direct Uploading. I have been having a problem when I call the insert() method, I get a ...

11. How to use java to download a video into a file?    stackoverflow.com

I have a java program to download a video file via HTTP. But it just can download that webpage instead of video. I do not know the video file address. How ...

12. How to capture into file only last 30 secounds? Java JFM    stackoverflow.com

Maybee anyone have any idea how to capture into file only last 30 secounds from camera? It's working something like this. Camera working non stop, but when it catch action ( maybee ...

13. Create OGG Files from Java    stackoverflow.com

I want to create OGG format for Video. I am looking for a Java library to do this. Any suggestions?

14. Java = How can I extract meta data from various video file formats?    stackoverflow.com

How can I extract meta data from various video file formats, especially the Resolution and the type of codec used. (But also all other stuff like author). I was not able ...

15. Red5 video recording quality is terrible    stackoverflow.com

I installed Red5 1.0 on EC2 running linux. My goal is to record webcam video from my website -- connect to a user's webcam and save the video to S3. I ...

16. How to access a video file's property in a java program?    stackoverflow.com

Possible Duplicate:
Media Information Extractor for Java
Is there any way to access all the file details i get under advanced tab in file properties of ...





17. How to read bit file mpeg video using java    stackoverflow.com

as title.. how to read bit of file mpeg video using java.. I use it for encryption file video. Regards

18. Xuggler video capturing?    stackoverflow.com

I am struggling to capture a live stream from an IP camera to a file. When using Xuggler objects, every thing works fine with the extraction of video and audio streams, ...

19. Manipulating Individual Color Information Per Pixel Of A Video File    stackoverflow.com

I am comfortable with several programming languages (stronger in C#, C, Java than the others) so please feel free to suggest whichever would provide me with a way to read in ...

20. Is there a way to get the metadata(like hight, framerate, bitrate) of an MPEG file?    stackoverflow.com

For part of a private project I am working on, I want to get the height, width, bite rate, FPS of an MPEG in Java. Does anyone know how to do ...

21. Java JMF won't play any video files    stackoverflow.com

I try to play a video file (such as .avi) using the fabulous JMF 2.1.1, but I get the same error message: Unable to handle format: XVID, 624x352, FrameRate=23.9, Length=1317888 0 ...

22. How can I split a video file by Java    stackoverflow.com

I wanna split a video file into several fragments which can be played individually. Is there any java library can be used in this situation? Or if Xuggle can be used, can ...

23. Store and Disply Video files    bytes.com

Hi, I want to upload the video files after that disply that all uploaded video files.When click on that video file it will play in media player .(Same as You tube). ...

24. Flvtool2: problem convert videos to flv format    coderanch.com

Hi guys, Has anyone had success converting a video to flv format using ffmpeg and Flvtool2? I have a java web application that users are going to be uploading their videos and my application will be converting the video to a flash format. I'm getting the following errors and I don't know why: C:\temp\TmpToolbox>ffmpeg -i MOV00283.MPG -ar 44100 -s 320x240 -r ...

25. opening a video file in a browser    coderanch.com

Hi, I have a problem opening a video file in a browser through an application. Techhologies used are servlets and templates Here is the flow for ur understanding. I have a link in a template clicking on which calls a javascript(openWindow)taking the url as parameter)Before opening the file the following process takes place. Reads the file from the database and stores ...

27. Metadata extractor for Video file    coderanch.com

28. Video File Metadata    coderanch.com

Hi, I am trying to the following for a little project that I have. I am trying to find out the dimensions (width/height) of the video file (avi, mov) for the time being. I have looked at JMF but I can not still figure out how to get this working. I would be grateful for any help that you can give. ...

29. copying content of a video from one file 2 other    coderanch.com

i am trying to copy the content from one file(existing video) to another file(will be created using the program) using JMF. the code i developed is the following but unfortunately it is not copying the content. public class Saving2File { public static void main(String[] args) throws NoDataSinkException { // TODO Auto-generated method stub MediaLocator src=new MediaLocator("file://C:\\xyz.mpg"); final DataSource source = new ...

30. Buffering a Video    coderanch.com

31. how to play a video from a file using jmf in a java    java-forums.org

guys ive loaded all neccesary jar files and when i run the code im able to select a video from a file and when i try to play the video i see the slider moving with no video showing,ive also tried different video formats like .avi,.mpg and this is the error that i get on netbeans: Unable to handle format: YUV ...

35. Can u play video files in java?    forums.oracle.com

36. Video and other picture file extentions in Java?    forums.oracle.com

A java program can do anything just as long as you have to right API for the job. That is what you should focus on, not on the java language itself because Java is no more than that: a programming language. The standard SDK has no support for playback of video that I'm aware of, but there is always google to ...

37. Playing video file on browser    forums.oracle.com

I have a task to upload a video file and play that video file on the browser. I am able to upload the file, the file is saving in the server machine file system(not inside the application server(Tomcat)). so now my problem is how to play that file in browser. If that file is inside the application server we can pass ...

38. Properties of video files    forums.oracle.com

39. Sending video file to mobile client    forums.oracle.com

Hi, Any tips on how to send a mp4 video file via TCP to a j2me client, running on a Nokia N95? I guess I have to convert the file into a byte array or similar? I have looked around but have not been able to find anything. I am fairly new to MIDP and Java programming.

40. Re: Java video file conversion to 3gp    forums.oracle.com

42. Need Help for Embed Tag to playing all type of video files in any browser    forums.oracle.com

Hai, I am using the following Embed Tag for playing video files in Browsers. But this Embed Tag does not playing ...

43. Help me with Video File    forums.oracle.com

JSPs can't display videos on the client, they're server-side code. HTML produced by JSP can. You can embed the video best by linking to a servlet that streams out the file using the response's outputstream. Anyway, I don't really feel like writing a whole concept for your software. That's your job.Samples for each step should be freely available, if you'd only ...

44. conversion of img file to video file    forums.oracle.com

hi all, I have a text file .I have to assign back ground for it and make it a img file . for that image file i have to attach a audio file and make it a video file. when i open this video file i should see the text file as image file and could hear the music in background. ...

45. how to make video file in Java    forums.oracle.com

46. Extracting from Video files    forums.oracle.com

47. Conversion of video files into flash files    forums.oracle.com

but where java comes into the equation is anybody's guess. if you're hoping to do this on-the-fly in a JSP, as I suspect you are, forget it it's not impossible (@see youtube) however, the process is quite long. I don't know if any of you have attempted to convert files to FLV before, but it would require a dedicated server with ...

49. video serialization    forums.oracle.com

I was wanting to know if it would be possible to read a video file, into a variable and then transmit it using serialization. I know you can do it using the rtp, but am constructing an object file that hold strings, and images, that is being sent over a network using the objectoutput/input streams, and serialization. Is it possible for ...

50. opening external video file    forums.oracle.com

51. Compressing video files via Java ?    forums.oracle.com

RainaV wrote: Is there any well know API/library for compressing video files like (*.flv, *.mkv , *.avi ) etc via java. First off, there is a difference between a file format and a video compression. All of those things you listed above are file formats, and have nothing to do with compression... Not sure if FLV files support multiple kinds of ...