-3
votes
0answers
55 views

Compress avi file in C++ or C# [closed]

I have a video file of AVI format that I want to compress to reduce the size as much as possible. I don't want to use any third party tool. just want a simple console program to complete this task.
2
votes
1answer
371 views

Video compression on android using new MediaCodec Library

In my app I'm trying to upload some videos that the user picked from gallery. The problem is that usually the android video files are too big to upload and so- we want to compress them first by lower ...
0
votes
0answers
18 views

Cinepak Compression

I have some avi files that are compressed using divx, I want to compress them using cinepak (yes cinepak!) to make them working in powerpoint 2003!, so please help me on how to compress them?
0
votes
0answers
46 views

Can a video file output by Android MediaRecorder be further compressed from within an app?

A client requires than an Android app be able to capture high-resolution, high-quality video but then submit this to a server at either high or low quality, as determined by an admin (who will have ...
3
votes
0answers
89 views

Compress video like iOS's camera roll

Background: I am recording a video and then uploading it. Problem: I compressed the video using this solution (medium quality) but it doesn't: keep the original dimensions of the video have as ...
1
vote
0answers
166 views

Programmatically to compress the video without FFMPEG in Android

Is it possible to programmatically compress video using standard functions, such as in the IOS AVAssetExportSession, not using FFMPEG
0
votes
0answers
59 views

Use Lagarith for encoding

I have a loss less mp4 file (YUV 4:4:4) encoded using x264 with me. I want to convert it to loss less avi using Lagarith. Earlier, to compress using lagarith, I used virtualDub. But that option now ...
1
vote
0answers
176 views

Android MediaCodec : Decoding is success but encoded file is not playable

I am trying to write a video compression application that will run on Jellybean version of Android. Till now I could decode the given input to video/raw format and it is playable with mplayer. My ...
1
vote
0answers
354 views

MediaCodec: How to test/play the output of Encoder.?

I'm new to android development. I'm trying to write a video compressor application for android phones that runs on jellybean version. I'm using MediaCodec API. The following is the initial setup that ...
1
vote
1answer
186 views

Video format to archive videos [closed]

I hope you have had a good start into the new year, over the years, several films have collected. All are in different formats, and many are very large. I will mainly save space. It's not bad if some ...
0
votes
1answer
111 views

Pseudocode (or code) for main compression algorithms

I'm really interested in image and video compression, but its hard for me to find a main source to start implementing the major algorithms. What I want is just a source of information to begin the ...
0
votes
0answers
750 views

AVAssetExportSession outputfile

How should the AVAssetExportSession output file look like? I'm trying to compress a video from an ALAsset item and it doesn't work. I'm guessing the output file has something to do with it. Here's ...
0
votes
0answers
67 views

How to efficiently upload videos to a server

I have a very interesting project coming up that will require the upload and download of videos. The upload process needs to be similar to Youtube's function although I realize IT IS YOUTUBE and that ...
0
votes
0answers
71 views

Video codec lossless

I would like to know witch codec I could use in a commercial projet for free. Codecs based on MPEG-4 seems to be the best. The videos produced with the codec will be for personal purpose only. I got ...
0
votes
1answer
294 views

FFMpeg- Raw compressed data to video

I'm trying to use FFMpeg to create a video. So far i've been playing with a multiplexing example: http://ffmpeg.org/doxygen/trunk/muxing_8c-source.html, and i'm able to create a compressed video from ...
0
votes
0answers
40 views

Avid ADVJ motion jpeg codec

I need to add support for decoding AVID ADVJ video codec support in my application. Is any SDK or libraries are available for this? Thank you.
4
votes
2answers
184 views

Video hosting MP4 compression

I'm trying to add three videos on my website. I'm using jw-player. It works, but a simple ten seconds video (3MB) takes more than one minute to load. I thought it was an issue of my hosting service ...
0
votes
1answer
1k views

Android Compress Video before Upload to Server

How can I compress a video file in Android before uploading to a remote server? I'm not looking to zip up the file, because I don't think that will help much. I want to compress the video and ...
1
vote
0answers
3k views

Is it possible to compress video on Android?

I want to do video compression. Actually in my application I want to have two options, one is low and another is high. If I choose the low option then the application will compress the video and then ...
1
vote
0answers
52 views

How to compress sequential images eg from 5 second video?

I have 50 images from a 5 seconds video (10 fps). How can I compress these images using spatial as well as temporal motion compensation into a single binary file? And later I want to recreate all the ...
6
votes
1answer
124 views

block motion compensated encoder - how to deal with block-noise in reference frame?

I am not proficient in any way with video compression, but currently work on a project where i compress residual images using H.264 My question is more of general nature regarding video encoders. As ...
0
votes
2answers
503 views

c++ video compression library that supports many different compression algorithms?

For a scientific project i need to compress video data. The video however doesn't contain natural video and the quality characteristics of the compression will be different than for natural footage ...
1
vote
1answer
226 views

Do web camera's pass raw uncompressed video over USB?

Do web camera's pass raw uncompressed video over USB? Does anyone know what format the video is passed? Thanks
0
votes
1answer
100 views

Discrete cosine transform co-efficient removal

I need to know the proof of how the high frequency DCT coefficients lie in the bottom right hand size corner of an 8by8 DCT co-effcient map. I need the Theory of how the frequency components reduce in ...
5
votes
1answer
243 views

Android: I want to record an extra low quality video feed possible and send it in discrete packets. Is it possible? How would you approach it?

Basically I want to be able to send a few second delayed "live" feed over less than 3g. It's ok if it very low quality. I could even go with like 4 bit grayscale if necessary (though 128-256 colors ...
1
vote
2answers
144 views

Video compression with high inter-frame similarity?

I have videos recording of class lectures, which obviously has a lot of inter-frame similarity. The current specs of the video is 720P, H264 AVC, 30FPS, 2456kb/s and the file size is 920MB. I ...
2
votes
1answer
1k views

Choosing a video codec for screen recording

I'm doing a series of tutorials by recording the screen and my voice. Just as PNG works best for screenshots, while JPEG is better suited for photographs (although lossy), which video encoding & ...
0
votes
2answers
484 views

A compatible with DirectShow technology video compressor needed

I’m developing an application, which allows to record video from web camera. (using visual studio 2008, c#) The required compress ratio is approximately 10 secs = 1 mb. I found the only one, that ...
2
votes
1answer
172 views

Appropriate image file format for losslessly compressing series of screenshots

I am building an application which takes a great many number of screenshots during the process of "recording" operations performed by the user on the windows desktop. For obvious reasons I'd like to ...
1
vote
2answers
599 views

What C# library provides lossless video compression?

I was wondering what a good library would be for doing c# lossless video compression? I have a lot of hard drive space so that's not an issue. Only lossless will do, no alternatives.thanks I was also ...
1
vote
1answer
795 views

Is there possibility to compress audio and video file in android programmatically?

As I record the video file for 1min it take 3mb of size as i want to post this file to server it is taking more time.So I need to decrease the time by compassing the recorded video file and send it to ...
0
votes
2answers
77 views

Is Result of Lossless compression is really the original data?

I would like to know ,Is result of Lossless compression on data produces bit for bit perfect match with original data ,if so then what use of having such compression.Is it really useful to use ...
2
votes
2answers
906 views

Video hosting - compress video?

I am planning to add videos to my website (1 minute long or less clips for short greetings). Since this is a startup, video size is very important. What format is the best to use for storing the ...
3
votes
1answer
1k views

raw data from CVImageBuffer without rendering?

I'm getting a CVImageBufferRef from my AVCaptureSession, and I'd like to take that image buffer and upload it over the network. To save space and time, I would like to do this without rendering the ...
0
votes
1answer
109 views

what is the video format that gives 1mb per 1minute? [closed]

what is the video format that gives 1mb per 1minute ?? regards, Buffon
0
votes
1answer
2k views

What is a reasonable file size for a 4 minute video on the web?

I am working on a site that will have a video on it. I am using HTML5 with a flash fallback and am hosting the video on the site (the client does not want to use Vimeo, YouTube, etc.). The video is a ...
0
votes
3answers
45 views

Mediafiles compression program [closed]

Can anybody recommend a good compression programm wich i can use to compress pictures/videos? i cant really reduce their size during transport. thank you.
1
vote
2answers
1k views

Compress video from UIImagePickerController at a later time?

I was wondering if anyone has suggestions on how to compress a video that is recorded/selected with a UIImagePickerController, at a later time. Scenario: User picks or records a video at Medium ...
10
votes
4answers
6k views

Suggested Compression Ratio with H.264?

Note bene: I realize this is an immensely complicated question with about a million levels of nuance that I'm trying to reduce to a single number... I'm about to undertake a large video encoding ...
1
vote
1answer
45 views

encoding focus on specific object in video or quadrant of video

I'm wondering about encoding that would focus it's data on a specific object in the scene, or a quadrant of the video. Meaning after the encode, the bottom-left corner of the video capture is super ...
7
votes
1answer
5k views

Reducing video size with same format and reducing frame size

This question might be very basic Is there a way to reduce the frame size/rate of Lossy compressed (WMV, MPEG) format, to get a smaller video, of lesser size, with same format. Are there any open ...
4
votes
1answer
1k views

aggressive h.264 compression settings specifically for very long scenes with very little scene changes

Assuming I have a video stream that has very very few scene changes for very long periods of time (minutes to hours), and I am using something like FFmpeg to transcode the raw video to h.264, what ...
1
vote
1answer
98 views

Video Compression: What takes longer?

So, I've always wondered, when it comes to compression, if it takes less time to encode a video to a smaller resolution, or a larger one. For the sake of being realistic about the question, let's ...
1
vote
4answers
253 views

Image and audio lossless file format

I know that JPG and MP3 always apply some kind of compression which losses data. Then I have to questions: - Which are the lossless file formats for image, audio and video? - Why, as far as I know, ...
3
votes
2answers
3k views

AS3 Video Encoding at runtime with high compression (H.264?)

I need to compress video image data (lets say a display object) in AS3 to a Byte Array with high compression at runtime. Framerate only needs to be around 5 but 1024x768 video needs to go to < 40 ...
1
vote
1answer
1k views

Enable UIImagePickerController video compression

Is there a way to enable video compression on video files recorded with UIImagePickerController? When videos are selected from cameraroll with UIImagePickerController they are automatically ...
2
votes
1answer
999 views

iphone 4 video upload compression

i have an app that uploads some video through an http POST command to a server. on the iPhone 4 (and possibly the 3GS) when the user uploads a 34 second video a little thing pops up at the bottom of ...
4
votes
2answers
282 views

Parallelization and H.264 (or probably any compression codec)? Why's it so hard?

My limited (and probably wrong?) understanding of video compression is that intra-frames are completely independent. In other words, all the picture data for a intra frame (key frame) is stored in ...
7
votes
3answers
5k views

Avoid Video Compression when Selecting Movie with UIImagePickerController?

I'm using UIImagePickerController to allow my user to select a video from the asset library. When the user selects the "Choose" button on the second screen, the view displays a progress bar and a ...
1
vote
3answers
613 views

Which Flash video format is more compressed, FLV or H264?

I read an Adobe article which demonstrated H.264 video playback support in Flash Player. Would video encoded in this format be more compressed than typical FLV videos? Should I be using this format ...

1 2