HomeOfAviSynthPlusEvolution / L-SMASH-Works

Forked from VFR-maniac/L-SMASH-Works; hydra3333/L-SMASH-Works; l33tmeatwad/L-SMASH-Works; HolyWu/L-SMASH-Works; AkarinVS/L-SMASH-Works.
89 stars 15 forks source link

Can't decode .avi file #50

Closed kedaitinh12 closed 11 months ago

kedaitinh12 commented 11 months ago

L-SMASH-Works index this video normaly but when i try play with preview, i got error: "can't read avs frame" https://drive.google.com/file/d/1gmnpk4vOf9Lt04RdlQYhqzkIycd2dgvw/view?usp=drivesdk

Asd-g commented 11 months ago

Try r1160.

kedaitinh12 commented 11 months ago

yeah, it works but it has blocky from frame 56 to 284 and has grey frames color from the beginning until the scene changed. I tried muxed.mkv but the error is still there. I tried with ffms2 and it doesn't have that error

Asd-g commented 11 months ago

ffmpeg -i input.avi -vcodec copy output.h264 works.

kedaitinh12 commented 11 months ago

I tested with AvsPmod and got errors: frame 51 New File5100000_4 frame 66 New File6600000_4 script: LoadPlugin("C:\Encode Tools\MeGUI-2944-64\tools\lsmash\LSMASHSource.dll") LoadPlugin("C:\Encode Tools\MeGUI-2944-64\tools\ffms\ffms2.dll") a=FFVideoSource("C:\Users\ADMIN\Downloads\Aitai - SE7VN PV.avi", fpsnum=30000, fpsden=1001, threads=1, colorspace="YUV420P8") b=LWLibavVideoSource("C:\Users\ADMIN\Downloads\Aitai - SE7VN PV - Copy.avi") StackVertical(a.subtitle("ffms2", size=30),b.subtitle("L-Smash", size=30))

kedaitinh12 commented 11 months ago

ffmpeg -i input.avi -vcodec copy output.h264 works.

ok, I know what you said now. After using it and work now