I have a webcam pointed at the street in front of my house which is taking one picture (JPG) every second. The resolution of the image is 1280x720 and each image is about 190K in size.
I use VirtualDubMod to convert about one day's worth of these images to a video. I use FFDShow as the encoder to convert it to H.264 set at an average bitrate of 600kbps.
The resulting file however, is around 600MB (for about 45 minutes of video @29.9fps). For a video where the image hardly changes between frames (the camera doesn't move and all that moves is some traffic and pedestrians now and then) and that doesn't contain audio (audio has been disabled in VirtualDubMod) I find 600MB pretty big. But if I set the average bitrate lower, the quality of the video drops unacceptably..
Now I'm no expert encoding videos by any means. My choice for H.264 and its bitrate settings are really chosen arbitrarily.
So I'm respectfully asking your help.
What would be the best codec to use for encoding a video like this (not much movement/change between frames and no audio)? How do I go about finding the correct settings for this codec? Any other tips you can give me?
+ Reply to Thread
Results 1 to 5 of 5
-
-
Nobody?
I'm still ending up with huge files and really don't want to have to delete older time lapse movies just to regain some diskspace... -
How big does it get if you try choose constant quality/quantizer h264 encoding?
BUt I don't think you can reduce it that much if you want to keep it as 29.9fps... -
Audio? Your file size sounds about right for 45 minutes of 600 kbps video and stereo uncompressed PCM.
-
Don't use ffdshow to encode. The h.264 encoder hasn't been updated in a few years and missing many key features
Use x264vfw if you have to use vdub/vdubmod . Use larger consecutive b-frame count for better compression where there is little to no motion and static content; use slower presets for better compression as a starting point
Consider using VFR if you have many duplicate frames (only frames that are different are encoded) .
Similar Threads
-
Best method for time lapse video
By jairovital in forum EditingReplies: 38Last Post: 26th Apr 2012, 12:11 -
Time-lapse on HV40
By videobread in forum EditingReplies: 1Last Post: 25th Dec 2011, 15:26 -
Time-Lapse Video Does Not Play Smoothly
By radardetector in forum Newbie / General discussionsReplies: 16Last Post: 17th May 2011, 10:21 -
Time Lapse help, mpeg2 from AVCHD
By cjbrown80 in forum Newbie / General discussionsReplies: 2Last Post: 28th Jun 2008, 08:26 -
time-lapse video setup
By snafubaby in forum Newbie / General discussionsReplies: 3Last Post: 11th Dec 2007, 13:42