Results 1 to 7 of 7
- 12-21-2012, 04:18 PM #1
Member
- Join Date
- Dec 2012
- Posts
- 3
- Rep Power
- 0
uploader for video files that compress it before sending to server
Hello,
Is possible to do an applet for compress video file before upload it into web server?
I must develop one website were user share video.
The user make video with go-pro camera, the size of file is about 1,5Gb
I want that the user choose in the applet the original file (1,5Gb), the applet compress it to 150Mb (reducing size) and only when the compression is finish the file will be uploaded on the server.
Do you think is possible?
- 12-27-2012, 05:35 AM #2
Member
- Join Date
- Dec 2011
- Posts
- 25
- Rep Power
- 0
Re: uploader for video files that compress it before sending to server
GoPro has an .mp4 file format and is already compressed (h.264 compression).
You are not gonna get the file size down to ~1/10th. This isn't really a question of java.
- 12-27-2012, 10:07 AM #3
Member
- Join Date
- Dec 2012
- Posts
- 3
- Rep Power
- 0
Re: uploader for video files that compress it before sending to server
Last edited by MauMTS1000; 12-27-2012 at 10:09 AM.
- 12-27-2012, 01:51 PM #4
Re: uploader for video files that compress it before sending to server
Moved from Java Applets
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-27-2012, 02:03 PM #5
Member
- Join Date
- Dec 2012
- Posts
- 3
- Rep Power
- 0
- 12-27-2012, 05:08 PM #6
Re: uploader for video files that compress it before sending to server
Maybe, but there's nothing Applet-specific about compressing video.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 12-28-2012, 04:07 PM #7
Member
- Join Date
- Dec 2011
- Posts
- 25
- Rep Power
- 0
Re: uploader for video files that compress it before sending to server
Ok if it's lossy you want, then check out FFMPEG (it's not Java), a multimedia framework that can handle the format you want (MPEG-4).
There is a java port of FFMPEG (I haven't used it before, since FFMPEG is easy to use; it's a command line tool), JFFMPEG (Jffmpeg - Java Audio and Video Codecs for JMF) that has both native and java support for the format you want.
You should be able to find some examples on how to compress video files using JFFMPEG/FFMPEG, good luck!Last edited by Potato; 12-28-2012 at 04:13 PM.
Similar Threads
-
Sending video
By EvilMonkey in forum NetworkingReplies: 0Last Post: 11-22-2011, 12:21 AM -
File Uploader Recommendation?
By rsquaredpgh in forum Java AppletsReplies: 1Last Post: 10-13-2010, 03:46 AM -
How to play video files in Java
By Hasan in forum Advanced JavaReplies: 11Last Post: 04-26-2009, 11:57 PM -
dividing video files into frames..
By swathi palla in forum AWT / SwingReplies: 0Last Post: 02-15-2009, 03:39 PM -
sending jar files from client to server?
By gobinathm in forum New To JavaReplies: 2Last Post: 11-13-2007, 05:12 AM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks