21.12.2017, 06:39
Pages: 1 2
21.12.2017, 06:59
Different file, different problem,...
Seems like LWLibavVideoSource can't handle the source.
Would need a sample of such a file to see whether any Avisynth source filter can handle it.
You can try whether enabling 'Filtering->Misc->Force DirectShowSource' helps with that source.
WMV files are always problematic with open source filters.
Cu Selur
Ps.: off to work now, will try to look into it further after work in case you can share a sample of the source.
Seems like LWLibavVideoSource can't handle the source.
Would need a sample of such a file to see whether any Avisynth source filter can handle it.
You can try whether enabling 'Filtering->Misc->Force DirectShowSource' helps with that source.
WMV files are always problematic with open source filters.
Cu Selur
Ps.: off to work now, will try to look into it further after work in case you can share a sample of the source.
21.12.2017, 07:24
sample
Same result
Previous versions of Hybrid correctly work with *.wmv files.
Quote:You can try whether enabling 'Filtering->Misc->Force DirectShowSource' helps with that source
Same result
Previous versions of Hybrid correctly work with *.wmv files.
21.12.2017, 17:38
With the same file?
21.12.2017, 18:57
I did not check these files on previous versions.
I tried to open various *.wmv files
Hybrid not working with these files
1.
2.
Working with
I tried to open various *.wmv files
Hybrid not working with these files
1.
Format : VC-1
Format profile : MP@HL
Codec ID : WMV3
Codec ID/Info : Windows Media Video 9
Description of the codec : Windows Media Video 9 - Professional
Format profile : MP@HL
Codec ID : WMV3
Codec ID/Info : Windows Media Video 9
Description of the codec : Windows Media Video 9 - Professional
2.
Format : WMV1
Codec ID : WMV1
Codec ID/Info : Windows Media Video 7
Description of the codec : wmv1
Codec ID : WMV1
Codec ID/Info : Windows Media Video 7
Description of the codec : wmv1
Working with
Format : WMV2
Codec ID : WMV2
Codec ID/Info : Windows Media Video 8
Description of the codec : wmv2
Codec ID : WMV2
Codec ID/Info : Windows Media Video 8
Description of the codec : wmv2
21.12.2017, 19:01
Code:
LoadPlugin("G:\Hybrid\AVISYN~1\LSMASHSource.dll")
# loading source: C:\Users\Selur\Desktop\Los Bravos – Black Is Black (1966) .wmv
# input luminance scale tv
LWLibavVideoSource("C:\Users\Selur\Desktop\Los Bravos – Black Is Black (1966) .wmv",cache=false,stacked=true,format="YUV420P8",repeat=true)
# current resolution: 856x480
return last
Code:
LoadCPlugin("G:\Hybrid\AVISYN~1\ffms2.dll")
# loading source: C:\Users\Selur\Desktop\Los Bravos – Black Is Black (1966) .wmv
# input luminance scale tv
FFVideoSource("C:\Users\Selur\Desktop\LOSBRA~1.WMV",cachefile="H:\Temp\wmv_7df0c91b391dcb28bda4362abecff8f2_32662_1_0.ffindex")
# current resolution: 856x480
return last
I enabled 'Filtering->Avisynth->Misc->Prefer FFmpegSource" should fix the issue.
Cu Selur
Ps.: Funny thing is that LWLibavSource can handle the file fine when using Vapoursynth,..
21.12.2017, 19:44
I also enabled 'Filtering->Avisynth->Misc->Prefer FFmpegSource", again Avisynth preview error
21.12.2017, 19:48
Code:
FFVideoSource: Can't open 'I:\proba\wmv\Los Bravos ? Black Is Black (1966) .wmv'
Code:
Los Bravos – Black Is Black (1966) .wmv
Cu Selur
21.12.2017, 20:09
Quote:try renaming the file
Thank you, now working.
21.12.2017, 20:12
btw. how did you get the '?' into the file name, at least here Windows doesn't allow a question mark inside a file name and abort when trying to name a file that way.
Pages: 1 2