Quantcast "Unexpected Character" Error Message - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-22-2005, 11:36 AM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Using Dialhot's optimal script v4 in this section of the forum I created a script and filled in the relevent info for my film. When I tried to open it with Zoom player it displayed "unexpected character 'y' " (the y had two dots above it. What does this mean and what can be done?
Thanks
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-22-2005, 12:23 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Post the complete script.
Reply With Quote
  #3  
01-22-2005, 12:43 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
AviSource("C:\Documents and Settings\jonny\My Documents\Films\Lesotho.Plains.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(640, 272, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()
P.S. The message is actually displayed on the playing screen of Zoom player as a 10 second clip.
Reply With Quote
  #4  
01-22-2005, 12:59 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
What Avisynth version are you using?

You could try removing line by line and see which one fixes the issue.
Reply With Quote
  #5  
01-22-2005, 01:05 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Version 2.5.5. I'll give your suggestion a try.
Reply With Quote
  #6  
01-22-2005, 01:21 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Well I removed everything but the first line and tried with other films too but still the same error. I also get the same screen in Media Player Classic.
Reply With Quote
  #7  
01-22-2005, 01:27 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Try updating the specific codec that decodes the video.
Reply With Quote
  #8  
01-22-2005, 01:38 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Before I try that is there something that I've missed out? First I installed AviSynth 2.5.5 and then copied and pasted Dialhot's scripts into notepad and replaced the resolution values and path etc to match mine. I then saved the script as an .avs file and clicked on it which was when I got the screen. I also have all the plugins that are needed and these are in the plugin folder.
Reply With Quote
  #9  
01-22-2005, 02:01 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Ok,
What kind of video file are we talking here?
Because if it's DivX/XviD this thread is bond to be closed.
If its from a capture, is it a regular AVI?
If it is, it should be working with Phil's script.
Can you load that video into media player classic without the script and watch it?
Cheers
__________________
Rui
Reply With Quote
  #10  
01-22-2005, 02:26 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
It's an avi file made by a friend who went and worked in Africa and I got it directly off him. And yes it plays normally in both Zoom player and Windows Media Player Classic
Reply With Quote
  #11  
01-22-2005, 02:30 PM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Try opening it in VDub. If that fails, you don't have the proper codec.
Reply With Quote
  #12  
01-22-2005, 02:30 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I suggest you to drop notepad and use an other text editor.

It use to have problems with cut and paste issued from a forum like this one. It's probable you have undisplayed char at the end of you lines and you don't know it.
Reply With Quote
  #13  
01-22-2005, 02:51 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
What text editor should I use then? I tried Word and WordPad but these did not work either.
Reply With Quote
  #14  
01-22-2005, 03:28 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Try "ConTEXT Editor"
http://www.context.cx/

-kwag
Reply With Quote
  #15  
01-22-2005, 04:30 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Type by yourslef the script char by char and do not copy/paste.
Do a script with juste the first line, to test.
I tell you that because somone had the same problem some months ago.
Reply With Quote
  #16  
01-22-2005, 05:14 PM
JonnyD JonnyD is offline
Free Member
 
Join Date: Jan 2005
Location: UK
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Cheers guys. A combination of the last two suggestions seems to have done the trick with opening it (I'm not sure about with filters yet but that will come I'm sure).
Reply With Quote
  #17  
01-22-2005, 05:42 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Great
Reply With Quote
  #18  
01-23-2005, 06:59 AM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Great to know that the issue was solved

Quote:
Originally Posted by kwag
Try "ConTEXT Editor"
http://www.context.cx/

-kwag
OMG
It even has syntax highlighter filter for 170 programming languages.
OMG II
It's free
This is a must for programmers!
Karl, you should post your complete freeware tools library.
You've got magificent things like this hidden in your HDD
Thx and cheers
__________________
Rui
Reply With Quote
  #19  
01-23-2005, 10:26 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by rds_correia
It even has syntax highlighter filter for 170 programming languages.
OMG II
Yep.
Quote:
It's free
Yep. Yep.
Quote:
This is a must for programmers!
Yep. Yep. Yep.
I use it all the time.
Quote:
Karl, you should post your complete freeware tools library.
Yes I should
Quote:
You've got magificent things like this hidden in your HDD
Thx and cheers


-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGenc DVD Author, "Stream writing error" Indestrutivel Conversão e Codificação de Vídeo (Português) 3 10-04-2004 06:01 PM
Script error : there is no function named "Sampler" Satanachist Conversão e Codificação de Vídeo (Português) 1 06-29-2004 01:16 AM
"Script error, there is no function named Gipcrop" edouard Conversion et d'Encodage de Vidéo (Français) 6 11-07-2003 09:16 AM
Problema con acp, "error, check settings and files" stoker Convertir y Codificar Video (Español) 0 08-16-2003 02:22 AM
TMPGEnc: "Can't create file" error bapski Video Encoding and Conversion 2 09-01-2002 09:55 AM




 
All times are GMT -5. The time now is 09:17 PM  —  vBulletin © Jelsoft Enterprises Ltd