View Full Version : Is there any uncompressed source filter for avisynth?
Keiyakusha
10th October 2008, 15:57
Hi. I need filter (plugin) for Avisynth, that can play uncompressed RGB (24bit) stream in AVI. Any other formats is not needed. Standard Avi/Directshow sources do not fit me.
Also this is must be universal solution for any avi-rgb files, because I can't adjust any parameters manually.
2Bdecided
10th October 2008, 17:11
Standard Avi/Directshow sources do not fit me.You'll probably have to explain why, because that's the obvious solution.
rawsource can be abused, maybe?
Cheers,
David.
Keiyakusha
10th October 2008, 19:06
2Bdecided
Thanks for your reply.
Actually I need to avoid using any of the system filters, because they may be broken, missing, replaced by some others, in other words - can produse unexpected results on various computers. With Avi/DirectShowSource its impossible... or I'm wrong and avisource can do that?
For rawsource I need to set some info about stream to open it correctly. I can't do that because my target is autoencode various self-created videos and getting needed info from stream is just too complicated.
Sorry for my English...
2Bdecided
10th October 2008, 20:22
I don't know if RGB 24-bit uncompressed AVI uses a codec, or something that could be broken. I guess anything can be broken!
If so, then I think your only option would be to write the AVI parsing code yourself.
Maybe one of the developers can say what AVIsynth does with such files, and how much it relies on windows, VFW etc.
Your English is fine!
Cheers,
David.
smok3
10th October 2008, 22:04
tried ffmpegsource?
Keiyakusha
10th October 2008, 23:29
smok3
Yes, but it can't play uncompressed sources due to a already known bug... :(
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.