https://bugs.winehq.org/show_bug.cgi?id=43253
Bug ID: 43253 Summary: AVI compression with builtin avifil32.dll is corrupt Product: Wine Version: 2.9 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: blyford@ford.com Distribution: ---
Created attachment 58568 --> https://bugs.winehq.org/attachment.cgi?id=58568 TinyAVI executions with WINEDEBUG=+avifile showing the difference between the builtin and native avifil32 library.
AVI files being compressed into TAVI files using the program TinyAVI (version 4.12) are corrupted and cannot be read by the appropriate video player (DV_ADAS). If the avifil32.dll is replaced with the native Windows version (Windows 7) compression produces the same result as it does on native Windows.
Whenever Wine tries to read in AVI data it appears to be reading something in wrong or incompletely (just a guess). No errors are thrown, but some incriminating warnings led me to try the native avifil32 library.
Example warning: warn:avifile:AVIFILE_LoadFile : found extra chunk 0x504C4544
These warnings do not appear in the log when running with the native avifil32 library.
https://bugs.winehq.org/show_bug.cgi?id=43253
Braden blyford@ford.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance Distribution|--- |SUSE
https://bugs.winehq.org/show_bug.cgi?id=43253
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |avifil32
https://bugs.winehq.org/show_bug.cgi?id=43253
--- Comment #1 from Braden blyford@ford.com --- Can confirm that the same issue exists in the 2.11 release.
https://bugs.winehq.org/show_bug.cgi?id=43253
Braden blyford@ford.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.9 |2.19
--- Comment #2 from Braden blyford@ford.com --- Can confirm that the same issue exists in the 2.19 release.
https://bugs.winehq.org/show_bug.cgi?id=43253
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Can you please provide a download URL?
https://bugs.winehq.org/show_bug.cgi?id=43253
--- Comment #4 from Braden blyford@ford.com --- (In reply to Alistair Leslie-Hughes from comment #3)
Can you please provide a download URL?
Ay, there's the rub.
The executable and the codecs that are used are proprietary. It's unlikely that I would be given permission to share them directly.
I could give someone a walk-through of what I'm doing on my end. Not sure if that would help.
https://bugs.winehq.org/show_bug.cgi?id=43253
--- Comment #5 from Braden blyford@ford.com --- Can confirm that the same issue exists in the 2.22 release.
https://bugs.winehq.org/show_bug.cgi?id=43253
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-4.9?