Ask Your Question

srs's profile - activity

2015-10-28 09:47:49 -0600 answered a question default codec

Thank you for your answer. I downloaded MediaInfo to get he info I need. Thank you!!!

2015-10-21 08:45:53 -0600 received badge  Editor (source)
2015-10-21 08:45:52 -0600 asked a question default codec

Hello. I am using 2.4.0.* version of emgucv in a c# .net environment. I want to save to file a truly uncompressed video. If I put a -1 in the fourcc in VideoWriter, it pops a dialog and then I can select "full frame/uncompressed". But I dont want to display a dialog. I want to select uncompressed without dialog. I have tried using 0 for FourCC. But that doesnt give me a fully uncompressed video. I believe there is some compression. I only know this by comparing the file generated by this method vs the dialog with same recording time. If I use the VideoWriter constructor that doesnt specify the FourCC, what default codec does it use and can this default be changed? Also if anyone know another way to save uncompressed without dialog pop-up, please share. Thanks.