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
 Avi and video width

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
SSchuelke Posted - Jun 12 2013 : 23:42:05
Hello Everyone!

I'd like to ask a Question about the Avi Writer and the used video dimension. I'm loading several 24 Bit Bitmap Files to a TImageEnIO Component and try to save these to an created Avi File. The Codec i use is 'DIB ', so it will be an uncompressed video. The created Avi file was always currupted and can't be played be Windows Media Player. The VLC Player plays the video but the video image is displaced. I could fix the problem by using a video width that is divisible by 8 and suddenly the video was ok. Is it correct that the video dimension must be divisible by 8 or is there something i didn't considered? If this behaviour is normal, don't you think an information for the user is useful?



1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Jun 15 2013 : 03:35:57
I'm sorry, I didn't know this limitation (of Windows AVI codec).
Actually it should also work with horizontal dimension divisible by 4.