This script used to work on my computer, but now it says "ImageReader: error 'Could not open file' in DevIL libray". I guess probabaly related to some system updates? How can I solve this issue?
DevIL version is 178, avisynth+ 3.5, megui 2944, windows 10.LoadPlugin("H:\Program Files (x86)\megui\tools\lsmash\LSMASHSource.DLL")
LoadPlugin("H:\Program Files (x86)\megui\tools\avs\plugins\ImageSeq.dll")
Video=LWLibavVideoSource("I:\kaisi yeh yaariaan\195.mp4")
Video=ConvertToRGB(Video)
Logo=ImageSource("J:\kaisi yeh yaariaan\logo5.png",use_DevIL=true).ConvertToRGB32
Video=Overlay(Video,Logo,x=1145,y=10,mode="Exclusi on",opacity=1.0)
Video=ConvertToYV12(Video)
Video=Video.TextSub("I:\kaisi yeh yaariaan\195.ass")
return Video
Thanks for help.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	I had a similar problem opening a png image recently. I don't open images much so I'm not sure if it was because I'm running Avisynth+ in Wine on Linux, or DevIL has a problem with some png images, or something else, but it didn't matter because FFVideoSource from the FFMS2 plugin was able to open it. 
 
 Logo=FFVideoSource("J:\kaisi yeh yaariaan\logo5.png")
 
 If that fails, try converting the png file to a bitmap and opening it instead.Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
 Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview)
Similar Threads
- 
  How to install DevIL plugin for Avisynth+ 3.7.3 on Windows 11?By anaconda875 in forum Newbie / General discussionsReplies: 1Last Post: 22nd Jan 2024, 08:43
- 
  How do I open an h264 file in Avisynth+ (64-bit)?By bergqvistjl in forum EditingReplies: 3Last Post: 12th Aug 2022, 13:55
- 
  Open VOB file on StaxripBy Filipon in forum Newbie / General discussionsReplies: 5Last Post: 7th Jun 2022, 17:46
- 
  can any one help me to open this subtitle file vtt ? i need to downloadBy alsalam4man in forum Video Streaming DownloadingReplies: 4Last Post: 22nd Mar 2021, 11:16
- 
  Open file in mkvpropedit-guiBy Valit in forum Newbie / General discussionsReplies: 1Last Post: 20th Aug 2019, 16:30


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote