Hello to all,
I use xvid4psp5 to convert videos and embed subtitles & suddenly the videos are not showing up.i will give a screen shot of it.....
+ Reply to Thread
Results 1 to 7 of 7
-
-
That's an AviSynth error message. It says, "Resize: Source image too small for this resize method. Width=0, Support=4. C:\Templpreview.avs, line 7".
Something's wrong with line 7 of your script. Did you edit it, or open a script of your own in XviD4PSP? Post the script here if you can't figure out what's wrong.
If you didn't do anything to cause that, maybe uninstall and reinstall, or install a different version. -
no friend ,i haven't done anything with the script .i tried uninstalling and reinstalling but it shows the same result.The Script you asked is here........
import("E:\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
import("E:\XviD4PSP5\dlls\AviSynth\functions\Video Functions.avs")
DirectShowSource("G:\Software\Diskeeper_Home_Editi on\`\Hindi Songs\Tune Jo Na Kaha.mp4", fps=23.976, convertfps=true)
ConvertToYV12()
Lanczos4Resize(16, 16) -
I don't know . it just appeared in the script .i want to open it in the normal way as every time.
-
I don't know what's wrong. Try changing the resize to something like :
Lanczos4Resize(624,352) -
i installed ffdshow after this happened. now the video is loading in it but i cannot see the video only the audio is coming up.the preview window is in grayish white color.
the avisynth script is here.......
import("E:\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
import("E:\XviD4PSP5\dlls\AviSynth\functions\Video Functions.avs")
DirectShowSource("G:\Software\Diskeeper_Home_Editi on\`\Hindi Songs\Tune Jo Na Kaha.mp4", fps=23.976, convertfps=true)
ConvertToYV12()
#Mod16xMod8 protection
Lanczos4Resize(1280, 536)
sceenshot.....
Similar Threads
-
Youtube darkens my videos when uploading
By Knightmessenger in forum Video Streaming DownloadingReplies: 7Last Post: 27th May 2011, 09:08 -
YouTube not uploading my videos?
By Nintendo Fan in forum Video Streaming DownloadingReplies: 9Last Post: 18th Feb 2009, 09:26 -
Uploading long, television videos to Youtube
By weareone in forum Newbie / General discussionsReplies: 1Last Post: 20th Mar 2008, 19:34 -
Uploading videos...
By The_Forastero in forum Newbie / General discussionsReplies: 9Last Post: 6th Feb 2008, 11:15