Forteen88
12th July 2018, 12:15
I used this script,
LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.dll")
FFVideoSource("C:\temp\x265-testencode\LibrarySweetgirl.mp4", colorspace = "YV12", cachefile = "C:\temp\x265-testencode\LibrarySweetgirl.mp4.ffindex")
ConvertBits(10)But then AviSynth+ writes: "Error trying to display the clip".
When I remove ConvertBits(10), AviSynth+ displays the image well.
Does this mean that I need hardware that can display 10 bit images? I got a ~3 years old laptop.
Thanks,
/Newbie :)
LoadPlugin("C:\Program Files (x86)\AviSynth+\plugins64+\ffms2.dll")
FFVideoSource("C:\temp\x265-testencode\LibrarySweetgirl.mp4", colorspace = "YV12", cachefile = "C:\temp\x265-testencode\LibrarySweetgirl.mp4.ffindex")
ConvertBits(10)But then AviSynth+ writes: "Error trying to display the clip".
When I remove ConvertBits(10), AviSynth+ displays the image well.
Does this mean that I need hardware that can display 10 bit images? I got a ~3 years old laptop.
Thanks,
/Newbie :)