VLScreenCapture color problem - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: VideoLab (/forum-19.html) +--- Thread: VLScreenCapture color problem (/thread-79.html) Pages: 1 2 |
RE: VLScreenCapture color problem - Ted Wagner - 12-21-2011 08:44 AM Well, Dave, your reply directed me to the solution! What I needed to do was place a VLResize filter between the VLScreenCapture and VLDSVideoLogger components. With that, good quality! Now to figure out why my recorded video files have the wrong frame rate -- they play at 2 or 3x normal speed!!! RE: VLScreenCapture color problem - Dave - 12-21-2011 09:28 AM That is a known codec issue, if you always record at the same fps you can try putting a VLChangeRate in front of the logger set at the fps you record at. Regards, Dave RE: VLScreenCapture color problem - Ted Wagner - 12-21-2011 10:40 AM Thanks Dave -- I'll give the VLChangeRate a try -- but where do is set the fps I record at? I'm using the Xvid encoder and I can't find any such setting in the "Params | Config..." (Xvid Configuration). RE: VLScreenCapture color problem - Dave - 12-21-2011 11:18 AM You set the fps on the VLScreenCapture, and optionally on the VLChangeRate. Regards, Dave RE: VLScreenCapture color problem - Ted Wagner - 12-21-2011 12:07 PM Excellent, that worked! Thanks Dave!!! I have yet to create a digital video file that has any entries in the "Video" section of the file | Properties | Details. Is this codec behavior? Is there anything I can do to make this happen? |