Advertisement
Guest User

Using VFW Codecs with MEncoder and VirtualDub

a guest
Apr 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. =============================================================================================================
  2. SOME OF THESE FILES MAY BE OS SPECIFIC, I.E IT MAY ONLY RUN ON WINDOWS 95, NT, 2000, OR WIN7 32BIT
  3. I AM ALSO NOT RESPONSIBLE FOR ANY LOSSES YOU MAY SUFFER FROM USING THESE CODECS, USE SANDBOXXIE TO BE SAFE
  4. =============================================================================================================
  5.  
  6. You can use VirtualDub/VirtualDubMod (Try to use 32bit as mcuh as you can), or MEncoder/MPlayer to Encode and View the avi's encoded with these codecs.
  7. https://managedway.dl.sourceforge.net/project/virtualdubmod/VirtualDubMod/VirtualDubMod%201.5.10.2/VirtualDubMod_1_5_10_2_All_inclusive.zip
  8. If VDub doesn't fit your fancy for some reason you can use MEncoders vfw options like so:
  9.  
  10. mencoder input.mp4 -ovc vfw -xvfwopts codec="/Users/Username/Downloads/igcodec.dll" -o output.avi
  11. mencoder input.mp4 -ovc vfw -xvfwopts codec="/Users/Username/Downloads/OldAndObscureCodecs/Rududu.f i l e s/rududu.dll":compdata=dialog -o output.avi
  12.  
  13. You MUST use forward slashes in your .dll path for some reason like I did above, this does not work:
  14. -xvfwopts codec="C:\Users\Username\CodecDirectory\igcodec100\igcodec.dll"
  15.  
  16. I had trouble adding vfw codecs manually to the MEncoder/MPlayer codecs.conf.in file, but if you can figure it out heres some links:
  17. https://www.hellocatfood.com/tag/mencoder/
  18. http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-video-for-windows.html
  19. http://www.mplayerhq.hu/DOCS/tech/win32-codec-howto.txt
  20. http://www.mplayerhq.hu/DOCS/tech/codecs.conf.txt
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. Extra Spicy Stuff:
  28. https://github.com/fishman/virtualdub
  29. https://astuteinternet.dl.sourceforge.net/project/virtualdub/virtualdub-win/1.10.4.35491/VirtualDub-1.10.4-AMD64.zip
  30. https://astuteinternet.dl.sourceforge.net/project/virtualdub/virtualdub-win/1.10.4.35491/VirtualDub-1.10.4.zip
  31. This version may be better for Datamoshing? (I know Rosa Menkman used it for Datamoshing at some point): https://sourceforge.net/projects/virtualdub/files/virtualdub-win/1.9.11.32842/ , https://forum.videohelp.com/threads/350898-datamosh-all-I-frames-in-video-how-to-get-p-frames , http://rosa-menkman.blogspot.com/2009/02/how-to-datamoshing-create-compression.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement