compression of big data and transit to other system then decompress
If I compress big video data-reduced the size of the video and transit to other system after, all compressed data has been received then decompress in the other system. For Example: If I am send big video file from system A to System B. During sending from System A , I compressed big video file (Reduce the size of the file) in System A then I transit that compressed data to System B . In System B, I decompress the video file. During decompression, whatever the original video file is there it should come without any loss of frames and pixels.
So, Is there any solution to solve this kind of problem??
I am new to this technology. I need help. Thanks.
this might be the wrong place to ask.
opencv is a computer-vision library, not a video-processing one. go and ask the ffmpeg folks.
can we use Video Encoding/Decoding to compress and decompress the file? Can you explain how Video Encoding/Decoding is used? @berak
well, you can, but unless you're specifically interested in processing some computer-vision task, opencv (which wraps around ffmpeg or gstreamer here) is the wrong library for your task, you will have to use e.g. ffmpeg directly, to get sufficient control.
btw,
#ffmpeg
or#gstreamer
or#videolan
on irc.freenode.net might be more helpful, than we ever can be here.