I am using Camtasia Studio 2 to prepare some training material and try to get subtitle work...(long story in short), the avi generated by Camtasia uses TSCC codec and I do have it installed in the system, so I created an Avisynth script as below:
AviSourc("training.avi",false,FourCC="TSCC")
and drag the avs file onto VirtualdubMod, it gave:
"Avisynth open failure:
AVISourc: couldn't locate a decompressor for fourcc TSCC..."
So I changed "TSCC" into "tscc"
This time it didn't complain, but when I looked up the "file information",it gave:
FourCC code: FourCC: [] Unknown
Decompressor: Uncompressed RGB32
So it seems that the Avisynth didn't load the codec requested and the movie is totally useless when playback.
When I drag the avi file directly to the virtualdub, the file information shows:
FourCC doce: FourCC: [tscc]
Decompressor: TechSmith Screen Capture Codec
I am using Avisynth 255, Windows XP SP2
Any help is appreciated.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
AVANTI - FFmpeg/Avisynth GUI (support thread).
By Chris K in forum Video ConversionReplies: 1189Last Post: 12th Jun 2017, 12:39 -
GUI Encoders with Avisynth support?
By shagratt71 in forum Video ConversionReplies: 4Last Post: 13th Dec 2011, 05:27 -
What to do to play AVI TSCC in MPC-HC (Windows 7) ?
By mahogany in forum Newbie / General discussionsReplies: 4Last Post: 16th Feb 2011, 17:25 -
player does not support the codec???
By angrymike in forum Capturing and VCRReplies: 12Last Post: 28th Sep 2008, 09:14 -
AviSynth support in SVCD2DVD
By ChrissyBoy in forum SVCD2DVD & VOB2MPGReplies: 12Last Post: 18th Sep 2008, 14:50