Log in

View Full Version : TmpgEnc Express can't open some AVI


tandi
29th July 2011, 22:10
hi, usually TmpgEnc can open all avi
but there's were some avi can't open, when i open it show this

http://i54.tinypic.com/qxtni8.jpg


this in info that TmpgEnc can't open

http://i53.tinypic.com/29ynuhc.jpg

i have FFdshow and have set to libavcodec, do i need another codec ?

MilesAhead
30th July 2011, 02:45
On the old TMPGEnc Plus I used to work around some .avi open problems by making a one line .avs file. If the avi was named movie.avi I'd make a file movie.avs with this line
AviSource("movie.avi")

or you can use
DirectShowSource("movie.avi")

Sometimes it worked, sometimes not.

Music Fan
22nd August 2011, 11:20
As your avi contains AVC, you'd better put it in another container. MKVMerge can open AVC in AVI and make an MKV.
Then you can open this MKV in TSMuxer to demux the streams or make a TS file.

tandi
26th August 2011, 16:14
thanks @Music Fan , it working :)