Olla.. hi people!
i am new here! i normally can solve any problems when it comes to video editing, but not this time! i am not a newbie, but also not a specialist! I'd be really glad if someone would have an answer to the following question....
so the title says it all! but i tell you what i did... step by step
1, recording video from vhs to pc
2, cropping the vid file using DVD2AVI
3, saving the project that i just made with DVD2AVI
4, making a fake avi file from the project file that i made with DVD2AVI using a programm called vfapi
5, writing a avs-script
there actually no problem till this point. i can open the vid correctly with virtual dub, tmpeg, andandand.... but i can't convert the vid with SUPER v1.811
The thing is i want to create an MPEG file.. i know i could use several programs like tmpeg. but i want to use SUPER, cause its fast as ****... and that's pretty important to me.
I already read that SUPER is able to convert avs files... but i also had the suspicion that my version of the programm (v1.811) isnt able to convert avs. i dont exactly know.... but my pc isnt the newest one -> means the new SUPER version doesnt let me installing it onto my pc and other programms like tmpg OR xmpeg are pretty slow compared to SUPER.
Any ideas? any help appreciated
thanks in advance
gapu
+ Reply to Thread
Results 1 to 20 of 20
-
-
Do you get en error message?
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
oh, that doesnt sound good at all...
do you have any idea what i should do? i guess i cant proof, if it is really a colorspace issue.
do you use dvd2avi? i just ask cause there i can choose between rgb and yuv. there are also other settings in the video categorei.. but i dont have much clue what all this stuff is good for... -
edit your .avs and add one of the ConvertTo commands on the last line.
ConvertToRGB (clip, bool "interlaced")
ConvertToRGB24 (clip, bool "interlaced")
ConvertToRGB32 (clip, bool "interlaced")
ConvertToYUY2 (clip, bool "interlaced")
ConvertToYV12 (clip, bool "interlaced")
Edit: and no, I don't use dvd2avi either. I edit my avisynth scripts directly."Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
awwww, tricky business....
i'll try it... and if it doesnt work i just came across an idea
i'll be back
THANK YOU! -
ok, i dont really think it is colorspace issue, because i made a few tests and it seems like super isn't taking any *.avs files... at least my version of super.
can i modify super so that it accepts avs files...? are there any *.dll files that i can copy into the folder where super is installed? any plugins for this version... or is this a stupid question? -
As I said, I don't use Super so I can't help with that part, but could you copy and paste your script? Maybe I can find a fault there. Include one with the colorspace conversions I suggested.
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
well there's actually not much information in the script... just where the file is located, the size of the vid, a croping function and optional the ConvertTo Commands that you told me (i tried it with every single one of those)
script:
*
DirectShowSource("E:\Media\Movies\Ghostbusters\Ext reme Ghostbusters\f_egb.avi")
Crop(0,0,704,560)
BicubicResize(352,288)
*I also tried it with AviSource instead of DirectShowSource, cause DirectShowSource is actually for mpeg
i tried it also with simple script like (just a textfile without an actual footage like a video):
colorbars(720,480)
BicubicResize(320,240)
Trim(0,300)
and both times every programm was able to read the files, but not super. -
i also tried the script with the original mpeg file, like:
DirectShowSource("E:\Media\Movies\Ghostbusters\Ext reme Ghostbusters\EGB_ORGINAL.mpg")
and then the rest added -
Those certainly are simple scripts. I know the second one outputs the uncompressed RGB32 colorspace so if you tried both appending ConvertToYV12() or ConvertToYUY2() to it and it still doesn't work then it definately isn't a colorspace issue.
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
the script is pretty simple, because the video file is actually pretty good. i just want to crop the bottom of the vid. but yes i tried both commands, like you said. and at the second try i even used rgb colorspace when i re-saved the project at dvd2avi -> means it's probably not a colorspace issue.
so i guess we both have not any new ideas about how to solve my issue at the moment.. i hope i will find a way sooner or later, but for now: thanks a lot!
if anyone's got any idea's please let me know -
Have you tried installing the latest version of SUPER? They might have fixed the problem you were having in installing a previous build (note: there's been three builds since v1.811, and I think they're close to releasing another. The thing to keep in mind, though, is that the SUPER programmer(s) have designed it so that installing a new version disables the ability to use older versions.)
You can also try asking your question at the SUPER forums at http://www.erightsoft.com/Supforum.html - but they'll certainly recommend you use the latest version.If cameras add ten pounds, why would people want to eat them? -
i once downloaded a new version and wanted to install it but it did not let me, because the programm said that my pc is too slow for it to run... (which is actually a stupid reason, cause who cares if i need 20minutes or 30minutes to convert a video?)
but you're right! i should try to install a newer version.. one of the latest versions could work! i hope they are all online at their website, cause its probably hard to find those 3 different versions.... and yeah, i really should ask my question on the superboard too.
that idea is so good, it could be mine!
Thanks! -
Why would you use VFAPI? That means a fourced RGB colourspace conversion. My advice would be to use DGIndex instead of DVD2AVI and use dgdecode and MPEG2Source().
mencoder has supported AVISynth scripts for quite some time now. ffmpeg got official support a month or so ago. Not sure if mencoder still requires a patch for audio support or not though. Also not sure how super works either. Simply create a commandline for mencoder/ffmpeg or decode and pipe raw video? Also not sure what build of mencoder it includes. You could try my mplayer compile and see if it plays the script. -
DGIndex is defenitely better.. i checked it out yesterday
and TODAY i downloaded the new version from SUPER, its v.2006 build 19 (4.26.2006)
aaaaaaaaaaaaaaand i was able to install it on my pc! i guess it's the latest version but as i said before i had a newer version which didnt let me installing it.. the latest one does let me installing, great. maybe they decided to leave this function? dont know...
as for avs scripts: i checked it out with my new version, it was able to convert a mpeg1 vid, but not mpeg2 which was pretty strange.. actually i was kinda pissed of, because the vids i want to convert are mpeg2, but then i found this crazy cropping button, CROPPING yeah.. means i dont need avs scripts anymore to crop the ugly bottom of my beautiful videos! YAY.. Problem solved! let's party all togehter!
once again.... THANK YOU all very much for your help!
cheers
I'm off.... converting -
yes its weird... and i dont think i've done anything wrong, but who cares... at the moment i dont need it anyway!
Similar Threads
-
AVS scripts for MeGUI - why do they resize the video
By Bully9 in forum Video ConversionReplies: 0Last Post: 17th Mar 2010, 16:16 -
Super Slow AVS to M2V
By Subblue586 in forum Video ConversionReplies: 4Last Post: 15th Jan 2010, 19:52 -
1080p 30fps Encoding (AVS Scripts)
By superdud1400 in forum Video ConversionReplies: 21Last Post: 12th Nov 2008, 02:36 -
.avs scripts in TMPGE Xpress?
By ecc in forum Video ConversionReplies: 0Last Post: 12th Aug 2008, 07:39 -
Adobe Premiere project using AVISynth AVS scripts crashes when rendering!
By Mark001 in forum EditingReplies: 2Last Post: 10th Jun 2007, 23:25