ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Problem wih compresion video

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
mrflash Posted - Oct 29 2017 : 10:14:08
I start to use my old program and now I use 7.0.0 of ImageEN. Unfortunatelly when I write something different then DIB file is not written. I use Demo from VideoCapture -> DirectShow4 and I have the same result. When I write ImageENView1.IO.CreateAVIFile(Edit.text, 10, 'mjpeg') - the file is created but the size is 0. The same result is with 'xvid' and 'divx' Only 'DIB ' craate file with non 0 size and I can play it. But the size of such file is too huge for me. I use K-Lite Codec Pack and Windows 10 1709 .

Miros#322;aw Rogula
5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 01 2018 : 03:21:41
OK, thanks for the update.

Nigel
Xequte Software
www.imageen.com
zhengyuanyi27 Posted - Nov 30 2018 : 22:24:20
It took me some time to solve this problem. I found I have to delete the file before createavifile. It works well now.
For example,
DeleteFile( FramesFolder.text+'.avi');
ImageEnView1.IO.CreateAVIFile( FramesFolder.text+'.avi', 10, 'DIB ' );
xequte Posted - Oct 22 2018 : 18:19:46
Hi

I cannot reproduce that here. Presumably something is messed up with the codec.

Nigel
Xequte Software
www.imageen.com
zhengyuanyi27 Posted - Oct 19 2018 : 05:47:58
I met a weird problem. Button1: ImageENView1.IO.CreateAVIFile(Edit1.Text, 10, 'dib'). Button2: ImageEnView1.IO.CloseAVIFile.
The problem is: The first click Button1 and Button2, I got an avi file which is good. While the second click Button1 and Button2, I got an avi file with a file size of 0kb. Then the third time click Button1 and Button2, I got an avi file which is good. And so on, 4, bad (0kb file size), 5, good, 6, bad, 7, good....
What't wrong?

I also use K-Lite Codec Pack and Windows 10.

Thanks!

klausdoege Posted - Oct 29 2017 : 13:38:23
Hi Rogula,
that depends on your installed codexs. MJPEG I do not know.
Try IO.CreateAVIFile(Edit.Text, 10, 'cvid'); This works perfect by me.


Klaus
www.klausdoege.de