Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1505 connectés 

  FORUM HardWare.fr
  Video & Son

  Virtualdub 1.4.10 est sorti

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Virtualdub 1.4.10 est sorti

n°248459
coollemec
Posté le 11-04-2002 à 14:01:44  profilanswer
 

Et voilà, la nouvelle version est sorti. les nouveautés sont dessous mais en anglais,   lol! Si quelqu'un pouvait m'aider à comprendre les nouveautés, se serait sympa ??
 
Quelqu'un l'a déjà tester ??
 
 
 4/10/2002: VirtualDub 1.4.10 released  
 
 
I was thinking of an April 1st release, but I figured you'd enjoy this more.  The 1.4.10 release of VirtualDub is the "third-party release," because it mainly consists of the following changes:  
 
 
Support for DivX Pro 5.0.1 B-frame encoding  
I promised DivXNetworks that I would fast-track a new release with 5.0.1 B-frame support; well, this is fast for me.  In exchange, I asked (demanded) that they fix some of the glaring bugs in their codec that you users have been complaining to me about; it looks like the bugs have indeed been fixed, including the black screen bug, the 24-bit scanline alignment bug, the output bit depth bug, and the ICCompressQuery() bug.  Woohoo!  B-frame support is somewhat of a hack in VirtualDub and involves advancing the video stream at the request of the codec; the audio interleaving will likely be a little screwy for the first sixteen frames or so.  Also, the support won't work in capture mode, but I'll try to fix that later (you probably won't want to try B-frames on the fly anyway).  
 
The XviD team is also working on similar support in their codec, but sadly, they did not provide me with a working implementation in time.  Those of you with compilers can attempt to enable the code in VideoSourceCompressor.cpp once the new XviD codec is ready.  
 
If any other codec makers are experiencing issues with VirtualDub, please don't hesitate to drop me an email so we can work out the compatibility problems.  
 
 
Fix for incompatibility with files from Video Live  
At the request of the author of Video Live, I've fixed a bug in VirtualDub that caused "can't initialize timer" errors when attempting to process files from that application.  The cause was a bunch of signed MulDiv() calls on dwRate/dwScale fractions.  Oops.  
 
 
Fix for crash when producing large files from Avisynth  
Two bugs here: VirtualDub was passing through the dwSampleSize value from Avisynth even when it didn't match the frames generated after compression and/or filtering, and the AVI2 output handler was crashing when the output file exceeded 2GB and no audio stream was being processed.  It took me a long time to figure out what was going on here, and this bug may have been responsible for some applications rejecting output from VirtualDub.  
 
 
All new disassembler  
This one's for me as well as developers of third-party codecs who may get VirtualDub dumps from users -- I was tired of receiving bugs with SSE2 instructions that were totally unreadable.  The new disassembler is data driven and can disassemble Pentium 4 and Athlon instructions, as well as perform symbolic lookups on some arguments.  I was tempted to use bison to create the disassembler, but that would probably have been too much.  This change also means that VirtualDub has a new debug file format; those recompiling will need to download the 1.1 release of the VirtualDub build tools in order to generate the new format.  
 
Hint: "Privilege Violation" errors from SSE code mean you are attempting to access unaligned data (#GP fault).  
 
 
I'm curious what experiences others have had writing x86 disassemblers; personally, I've found it an absolute pain in the (null).  3DNow! instructions are probably the most annoying, since you can't determine the instruction until after you have parsed the mod-r/m bytes.  Also, it appears that the Pentium III throws #UD if you use more than ten lock prefixes in a single instruction.  
 
 
Now leave me alone so I can finish V1.5!!! ^_^;  
 
 
Build 13870 (Version 1.4.10):
   [features added]
   * Capture mode can now apply filters against I420/IYUV
     video.
   * Capture: "Start on click" added.
   * Capture: File autoincrement added.
   * Crash disassembler has now been totally rewritten;
     now supports all IA-32 instructions through Pentium 4
     and Athlon.
   * Special support added for DivX 5.x B-frame mode.
     NOTE: Interleaving may be a little funny.
 
   [bugs fixed]
   * Volume adjustments were active during input preview.
   * dwSampleSize was being copied from source video
     streams even if it was incorrect.
   * AVI2 output code was crashing if the source video
     stream dwSampleSize!=0 and no audio was attached.
   * Confirmation dialog for "Reset video stream" didn't
     have a cancel button. ^^;;
   * Several places were using signed division for frame
     rate fractions -- fixes "can't initialize timer"
     errors.


---------------
L'informatique, c'est la science du peut être ! | www.planeterenault.com | http://forum.planeterenault.com
mood
Publicité
Posté le 11-04-2002 à 14:01:44  profilanswer
 

n°248470
dams
Posté le 11-04-2002 à 14:14:37  profilanswer
 

Quelle est l'url ?
 
Marci ;)


---------------
Dams
n°248473
tiburs1
Posté le 11-04-2002 à 14:16:05  profilanswer
 

J'espère qu'il a pris son parapluie car le temps se couvre...

n°248477
johnbroot
n00b Inside
Posté le 11-04-2002 à 14:19:10  profilanswer
 

Miam Miam une nouvelle version de vdub!!!

n°248555
Atlantis
Enfin de retour au SOLEIL !!
Posté le 11-04-2002 à 16:05:52  profilanswer
 

http://virtualdub.sourceforge.net/
c cool.
bon bruce tu nous teste ça aussi hein (b frame feature) ?


---------------
"Il n’y a rien de noble à être supérieur à vos semblables. La vraie noblesse est d’être supérieur à celui que vous avez été auparavant."
n°248702
coollemec
Posté le 11-04-2002 à 20:29:59  profilanswer
 

Bon, après une aprés midi à décoder l'anglais, je fais un récapitulatif de ce que j'ai compris (sous réserve d'erreur de traduction):
 
1.Compatibilité avec divX5.01 et support les B-frames présentes dans divX 5 et bientôt dans xvid. Nvelle Version évitant de nombreux bug avec divX5 comme écran se figeant, memorisatio n image sous 24 bits, ...
 
2.plus d'incompatibilité avec les video live (Kesaco ??)  
 
3. Plus de crash de macine sous avisynth lorsque le fichier atteint plus de 2 go
 
--> Conclusion, version optimisée pour div X 5.01 ce qui est une bonne nouvelle, n'est ce pas bruce...
Tu vas enfin peut être pouvoir remédier aux nombreux bugs survenu lors de tes test d'encodage avec div X5 (si je me souviens bien )
 
Bonne réflesion et bons tests


---------------
L'informatique, c'est la science du peut être ! | www.planeterenault.com | http://forum.planeterenault.com
n°248703
coollemec
Posté le 11-04-2002 à 20:30:05  profilanswer
 

Bon, après une aprés midi à décoder l'anglais, je fais un récapitulatif de ce que j'ai compris (sous réserve d'erreur de traduction):
 
1.Compatibilité avec divX5.01 et support les B-frames présentes dans divX 5 et bientôt dans xvid. Nvelle Version évitant de nombreux bug avec divX5 comme écran se figeant, memorisatio n image sous 24 bits, ...
 
2.plus d'incompatibilité avec les video live (Kesaco ??)  
 
3. Plus de crash de macine sous avisynth lorsque le fichier atteint plus de 2 go
 
--> Conclusion, version optimisée pour div X 5.01 ce qui est une bonne nouvelle, n'est ce pas bruce...
Tu vas enfin peut être pouvoir remédier aux nombreux bugs survenu lors de tes test d'encodage avec div X5 (si je me souviens bien )
 
Bonne réflesion et bons tests


---------------
L'informatique, c'est la science du peut être ! | www.planeterenault.com | http://forum.planeterenault.com
n°248765
Bruce
Music 4 your ears!
Posté le 11-04-2002 à 21:39:46  profilanswer
 

Oui je vé le prendre pour mes tests ;)


---------------
A+++ Bruce - http://www.bheller.com
n°248858
laclasse
Posté le 11-04-2002 à 23:27:44  profilanswer
 

le patch francais patch VD en fr traduction partiel ;) je finirais peut etre ce qui manque si j'ai le courage


---------------
www.winmmbox.fr.st , la plateforme multimédia sous windows

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Video & Son

  Virtualdub 1.4.10 est sorti

 

Sujets relatifs
VirtualDub - Capture : Error 419 : Impossible d'ouvrir le périph ...Virtualdub + filtres
Question pour les connaisseurs de VirtualDuba tous ceux qui savent manier virtualdub
[ DiviX ] VirtualDub: aidez-moi à diminuer la taille du fichier !!!cherche tutorial pour virtualdub en français
Cherche Plugin VirtualDub pour enlever les parasitesVIAPFD 1.05 raid0 et virtualdub en capture temps réel !!!!
Fichier avs et Virtualdubrefaire un divx -> cropping avec virtualdub ou divx5 ou autre ??
Plus de sujets relatifs à : Virtualdub 1.4.10 est sorti


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR