Video saving using cvCreateVideowriter function have some problem (Bug #1154)
Description
Hi,
I am using cvCreateVideoWriter() function to save the video captured by USB camera attached to my system.
It requires 4 arguments: filename, FourCC, FPS and video size.
Now when I use standard video resolution like 1280*1024 or 640*480, video saving works fine but when I use custom video resolution like 968*757 my video is not getting saved properly but in grey mode an tilted by some angle in right.
Can anyone tell me what should be the problem?
Thanks in advance,
Sanket
History
Updated by pavan barot over 13 years ago
- Status deleted (
Open)
Updated by Alexander Shishkov about 13 years ago
- Description changed from Hi, I am using cvCreateVideoWriter() function to save the video captured by U... to Hi, I am using cvCreateVideoWriter() function to save the video captured by U... More
Updated by Alexander Reshetnikov about 13 years ago
Hi, Sanket! It's probably damaged or invalid codec to be used for saving the video. I tried to model this situation under Windows & Linux for different containers and codecs, but nothing like this wasn't detected yet. If your problem wasn't solved, give me full information about container and codec you used, please.
Best regards, Alexander Reshetnikov.
- Status set to Done
- Priority changed from High to Normal
Updated by Alexander Reshetnikov about 13 years ago
- Target version set to 2.4.0
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-video