Command Line Compressor - AVS2AVI » Wealth Management » Forum
Forum

Forum



ПоискПоиск   Users   Registration   Entrance
Today: 04.04.2025 - 02:54:42
Pages:  1  2  

Command Line Compressor - AVS2AVI

Advertising

.
MessageAuthor

Look to M4C sources.

-------------------------------

E36.328i

users




Statistics:
Messages: 202
Registration: 12.13.2002
02.03.21 - 17:55:04
Message # 1
RE: Command Line Compressor - AVS2AVI

Thanks and I looked at the code but I just found out in my C++ class that you can set a method()=value and it kinda blew my mind :p but anyway, my c++ skills are horrible so I think I will wait for DirectX.NET

-------------------------------
'03 M3 cabrio 1-3-03 Performance Center delivery TiSi/gray SMG NAV H/K 19's

jsheffel

users




Statistics:
Messages: 31
Registration: 10.29.2002
02.03.21 - 17:58:43
Message # 2
RE: Command Line Compressor - AVS2AVI

Here is a surprise for you ;) in attachement. It should work with RGB24, RGB32, YUY2 and YV12 avs source. It compress well with DivX 3.11, but it crash at the end with DivX5 and XviD, on the last : AVIFileRelease(pSRCfile); I don't now why ATM, I will look at it later. The file is still readable anyway at start :D Source are included, if any vfw guru want to look at it ? EDIT : Attachement removed (see below for new version)

-------------------------------
(On going to war over religion) "You're basically killing each other to see who's got the better imaginary friend." - Rich Jeni

ponq

users




Statistics:
Messages: 25
Registration: 11.25.2002
02.03.21 - 18:05:02
Message # 3
RE: Command Line Compressor - AVS2AVI

I found what the crash problem is. Line 195 : if(pDSTCompVideoStream) AVIStreamRelease(pDSTVideoStream); Must be : if(pDSTCompVideoStream) AVIStreamRelease(pDSTCompVideoStream); No crash anymore. Even if the avi seems perfectly playable there is still a problem at the end of the stream (an invalid chunk, that's what vdub say when using the hexeditor and Riff chunk tree) The problem is also present in DVD2AVI. EDIT : Oups, a new problem fixed all frames were written as KF, new upload soon. It's seems that RGB support is broken, I must test with a stable avisynth version.

-------------------------------
Dane Wade Hargrave Sharked, Eurosport CAI, Strong-Strut, Xpel, various other aesthetic goodies.

YLOJAKT

users




Statistics:
Messages: 209
Registration: 04.22.2002
02.03.21 - 18:09:01
Message # 4
RE: Command Line Compressor - AVS2AVI

OK here is 1.01 version Tested with avisynth 2.06, RGB24,32,YUY2 works compressing to Xvid, DIvX5 or DivX 3.11. Tested with avisynth 2.5alpha YUY2, YV12 works. But RGB seems broken with 2.5 alpha. I can post a short clip If you want. EDIT : no bug, I must put ConvertToYUY2 before ConvertToRGB24 Ctrl-C terminate properly now. EDIT : Attachement removed (see below for new version)

-------------------------------
E31 M73 Forever

ELIBEEMER

users




Statistics:
Messages: 2,452
Registration: 02.27.2001
02.03.21 - 18:18:15
Message # 5
RE: Command Line Compressor - AVS2AVI

Thanks [Toff] 

-------------------------------
Previous 10 cars owned 1993 325is ITS/JP race car02 S20001995 M3 track/street car90 Civic Si beater1986 Porsche 944 ES SCCA Solo II car2001 Boxster S2000 Boxster AS Solo II car1993 Honda Civic EX beater1993 Porsche 968 AS SCCA Solo II car1996 318ti s

singletrack1

users




Statistics:
Messages: 580
Registration: 04.02.2002
02.03.21 - 18:23:25
Message # 6
RE: Command Line Compressor - AVS2AVI

Your awesome! I appreciate your work! I will start testing right away. Thanks again.

-------------------------------
Michael Spiegle 2006 Triumph Daytona 675 - Leo Vince, Full Titanium Exhaust, BMC Filter, TuneBoy Custom Tuned 1999 BMW M3 - UUC LTW Flywheel, VAC Oil Pan Baffle, UUC TME, UUC DSSR, Dinan BBTB, MM Differential, Z3 Rack, M50 Manifold, 24# Injectors, 80

mspiegle

users




Statistics:
Messages: 407
Registration: 10.11.2003
02.03.21 - 18:29:10
Message # 7
RE: Command Line Compressor - AVS2AVI

Great work [Toff]! This is exactly what I was looking for! If you ever get time could you display the FPS during the encode? Also, how do learn how to read/create/modify a codec parameters file? PS: or just tell it to use xvid since i can change those parameters in the registry.

-------------------------------
1997 BMW ///M3 - Estoril Sedan 5MT - M-Rain Interior (1 of 1) 2001 BMW ///M3 - Laguna Seca Blue 6MT YouTube: (///Motorsport Throttle) https://www.youtube.com/channel/UCUM...pYSmibzy5YmUvQ

Darth Maul

users




Statistics:
Messages: 3,201
Registration: 02.26.2003
02.03.21 - 18:40:43
Message # 8
RE: Command Line Compressor - AVS2AVI

I guess I must wait for mod to approve your version 1.01?

-------------------------------

sambonator

users




Statistics:
Messages: 509
Registration: 06.08.2002
02.03.21 - 18:49:47
Message # 9
RE: Command Line Compressor - AVS2AVI

>I guess I must wait for mod to approve your version 1.01? Yes, just have to wait. >If you ever get time could you display the FPS during the encode Yes that should be easy, I will add an estimated time also. >Also, how do learn how to read/create/modify a codec parameters file The file that is created is a raw copy of the codec state so there is no general method to create/modify them. Each codec has is own format. >or just tell it to use xvid since i can change those parameters in the registry I think that's possible to make a special case for xvid :) There is still a little problem at the end of the file, when you use your media player in loop mode it doesn't loop. The problem is also present in DVD2AVI. I let you test.

-------------------------------
173rd ABN -12/14/2005

bokes

users




Statistics:
Messages: 2,200
Registration: 03.06.2003
02.03.21 - 18:53:25
Message # 10
RE: Command Line Compressor - AVS2AVI
Next topic: Starting and Electrical faults
Pages:  1  2  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants