digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: Not supported error in avisynth script (http://www.digitalfaq.com/archives/encode/7458-tmpgenc-supported-error.html)

bigggt 01-01-2004 06:46 PM

TMPGEnc: Not supported error in avisynth script
 
I have been getting this message in Tmpge the past couple of days and its starting to tick me off
Can anyone see the problem

Code:

File : 663 Mb (663 Mb), duration 0:03:54, type AVI, 1 audio stream(s), quality 80 %
Video : 624 Mb, 22380 Kbps, 29.970 fps, res. 352*240 (4:3),  HFYU = Huffyuv lossless, Supported
Audio : 39 Mb, 1411 Kbps, 44100 Hz, 2 chan., 0x1 = PCM, Supported

This is the script

Code:

AviSource("C:\Temp\Video.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352,240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
GripBorders()


Dialhot 01-01-2004 09:17 PM

Huffyuv isn't a YV12 codec and that seems to be the problem. Try to add "ConvertToYUY2()" at the end of the script.

bigggt 01-02-2004 09:15 AM

Putting this line "ConvertToYUY2()" allowed me to open in vdub but still no luck with tmpge :x

I am going to try and do a different video and see if that makes a difference

Dialhot 01-02-2004 09:56 AM

Quote:

Originally Posted by bigggt
I am going to try and do a different video and see if that makes a difference

If the video is huffyuv, that won't.

Try "ConvertToRGB24" insteed of ConvertToYUY2

bigggt 01-02-2004 07:18 PM

OK this is probably stupid but i never had to do this before

In the VFAPI tab I checked Directshow Multimedia File Reader and now tmpge will accept the avs file.

Now is this OK and can i leave it checked all the time because in the optimal tmpge settings there is only one box checked

Thanx

Dialhot 01-02-2004 09:40 PM

Quote:

Originally Posted by bigggt
Now is this OK and can i leave it checked all the time because in the optimal tmpge settings there is only one box checked

To be honnest, I always say to not doing that but... I had to do that tonight !
I have a Divx 3 to encode and I was sure that Divx5.1.1 could handle it : I was wrong. So I use Directshow to handle this.

But in a general purpose, do not let it checked. It is important to be aware when Directshow is used as the result are completly different (when you use directshow you use _all direct show filters_ that are on your disk. You can't avoid one to be used. And that can be a problem).

bigggt 01-02-2004 10:54 PM

Ok thanx again Phil,i will just check it when i do the videos :D


All times are GMT -5. The time now is 09:35 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.