AV1 codec to open video using Avisynth and Virtualdub
2 posters
Page 1 of 1
AV1 codec to open video using Avisynth and Virtualdub
Hi.
I'm trying to open video AV1 encoded with Virtualdub. For this, I'd write a Avisynth script.
But I cannot set my system (still Windows 7 -SP1) to set correctly DirectShow to recognize AV1 codec.
I also tried ffms2 and LSMASH library without success.
Any ideas?
I'm trying to open video AV1 encoded with Virtualdub. For this, I'd write a Avisynth script.
But I cannot set my system (still Windows 7 -SP1) to set correctly DirectShow to recognize AV1 codec.
I also tried ffms2 and LSMASH library without success.
Any ideas?
Gabarito- Posts : 3
Join date : 2022-04-03
Re: AV1 codec to open video using Avisynth and Virtualdub
Use latest FFmpegSource that includes libdav1d:
http://avisynth.nl/index.php/FFmpegSource
That is all the help I can give.
http://avisynth.nl/index.php/FFmpegSource
That is all the help I can give.
Re: AV1 codec to open video using Avisynth and Virtualdub
Thank you, Admin.
I copied this to Avisynth folders.
ffms2.dll
ffms2.lib
ffmsindex.exe
With this,
or this:
I get this error:
But it creates video.ffindex file.
If I use other version of ffmpeg, I get this error:
With this:
I get no error, but this message:
I copied LSMASHSource.dll to Avisynth folders.
If I load it in the script,
I get:
If I don't load, I get this:
I copied this to Avisynth folders.
ffms2.dll
ffms2.lib
ffmsindex.exe
With this,
- Code:
v1=FFVideoSource("video.mkv")
or this:
- Code:
v1=ffms2_FFVideoSource("video.mkv")
I get this error:
- Code:
No video track found
But it creates video.ffindex file.
If I use other version of ffmpeg, I get this error:
- Code:
Script error: There is no function named FFVideoSource
- Code:
Script error: There is no function named ffms2_FFVideoSource
With this:
- Code:
v1=DirectShowSource("video.mkv")
I get no error, but this message:
- Code:
No video
I copied LSMASHSource.dll to Avisynth folders.
If I load it in the script,
- Code:
LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\LSMASHSource.dll"
I get:
- Code:
Unable to load plugin error 0xc1
If I don't load, I get this:
- Code:
Script error: There is no function named WLibavVideoSource
Gabarito- Posts : 3
Join date : 2022-04-03
Re: AV1 codec to open video using Avisynth and Virtualdub
Error 0xC1 means that you are mixing 32-bit and 64-bit components. Everything must be same bitness.
I can not provide any further help. I don't use Avisynth.
I can not provide any further help. I don't use Avisynth.
Re: AV1 codec to open video using Avisynth and Virtualdub
Many thanks, Admin.
Your attention and responses were appreciated.
I could solve the problem.
Installing and using Avisynth info tool, I could see that after a system restore, my Microsoft Visual C++ was a real mess.
Reinstalling Microsoft Visual C++ 2015, 2017 and 2019, all problems had gone.
Thank you.
Your attention and responses were appreciated.
I could solve the problem.
Installing and using Avisynth info tool, I could see that after a system restore, my Microsoft Visual C++ was a real mess.
Reinstalling Microsoft Visual C++ 2015, 2017 and 2019, all problems had gone.
Thank you.
Gabarito- Posts : 3
Join date : 2022-04-03
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum