Video Operations [closed]
Hi All, I have a large collection of videos in mov format. The video files are very huge. I want to do these operations on all videos at a time using any application on Linux/Mac 1. Reducing size of video by maintaining the quality of audio and video 2. Separate audio from video and save as wav and wmv formats specifically. 3. Reduce size of videos to a specific frame size.
then, opencv is not for you. it does not handle any audio at all. it is not a video-editing, but a computer-vision library.
(also, this is a typical offline task, which should not require any programming at all)