AVSCreator

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
osnar
Joined: Fri Oct 12, 2007 9:52 am
Org Profile

AVSCreator

Post by osnar » Wed May 07, 2008 12:49 pm

This is a little program i've made with visual basic, it is in his early stage because i need to improve a lot of function in it, but for a basic use it could be very useful...

in this program you have to give the folder of your anime episodes and a destination folder with a common name if you want, and then you can, with one click, create all the avs of your episode

in the line Codec is needed the pathway of your episode, for example
FFMPEGSOURCE("c:\anime\

download->> http://filebeam.com/683356ac68c28ccdb79b1fd89fff182e

(remeber to run it as administrator)

User avatar
Vivaldi
Polemic Apologist
Joined: Sat Sep 29, 2007 9:39 am
Location: Petting mah cat..
Org Profile

Post by Vivaldi » Wed May 07, 2008 2:07 pm

hmm, sounds cool, :) would it be possible to add a function that lets you select filters to automaticly put in?

either way, sounds useful.

/gets
Image
Image
<Kenzichu> HAHAHA!!
<Kenzichu> everyone died!

User avatar
osnar
Joined: Fri Oct 12, 2007 9:52 am
Org Profile

Post by osnar » Wed May 07, 2008 2:13 pm

yes but i need to improve it... at the time i've a lot of "college" exams but i'll work on it in the future

User avatar
Kalium
Sir Bugsalot
Joined: Fri Oct 03, 2003 11:17 pm
Location: Plymouth, Michigan
Org Profile

Post by Kalium » Wed May 07, 2008 2:27 pm

I saw this and thought I'd heard about something similar in the past. Some quick searching of my system revealed that I had indeed: http://clrstudio.bravehost.com/ASCMain.htm

User avatar
osnar
Joined: Fri Oct 12, 2007 9:52 am
Org Profile

Post by osnar » Wed May 07, 2008 2:37 pm

Kalium wrote:I saw this and thought I'd heard about something similar in the past. Some quick searching of my system revealed that I had indeed: http://clrstudio.bravehost.com/ASCMain.htm

lol i really didn't know that program.. so i made one :P

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Wed May 07, 2008 3:30 pm

I don't know why I feel the need to lol @ VB, but I do.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

User avatar
WC Annihilus
Joined: Wed Jan 17, 2007 10:49 pm
Org Profile

Post by WC Annihilus » Wed May 07, 2008 6:11 pm


User avatar
Phantasmagoriat
Joined: Mon Feb 06, 2006 11:26 pm
Status: ☁SteamPunked≈☂
Contact:
Org Profile

Post by Phantasmagoriat » Wed May 07, 2008 6:29 pm

Bwah! we all think the same :sweat: But I still like the 1KB .bat file I wrote:

Code: Select all

:: This .bat code will create .avs scripts for all files in the   :::::::::
:: current directory and place them in a new folder called 'SCRIPTS' ::::::
:: Below you can modify your source type                              :::::
:: The file 'add function().bat' can be used to modify the .avs files  ::::

mkdir SCRIPTS
:::::::::::::::::::::::			      :::::::::::::::::::::::::::::
for %%n in (*) do echo ffmpegsource("..\%%n")>>"%%ntmp" & move *tmp scripts
:::::::::::::::::::::::			      :::::::::::::::::::::::::::::
CD SCRIPTS
del *battmp
ren *.* *.avs
echo mkdir tmp>>"x.bat"
echo move *.avs tmp>>"x.bat"
echo CD tmp>>"x.bat"
echo for %%%%i in (*) do echo converttoyv12()^>^>"%%%%i">>"x.bat"
echo move *.* ..>>"x.bat"
echo CD ..>>"x.bat"
echo rmdir tmp>>"x.bat"
ren x.bat "add function().bat"

::::::::::::::::::::::: written by Chris Studer :::::::::::::::::::::::::::


-Just paste this into a .txt file, and change it to .bat
-run it in your episode directory
-want to add other lines? Okay. it makes a new .bat file that you can easily modify in your favorite text editor
PLAY FREEDOOM!! | Phan Picks! | THE424SHOW | YouTube | "Painkiller" | Vanilla MIDI's
"Effort to Understand; Effort to be Understood; to See through Different Eyes."

User avatar
osnar
Joined: Fri Oct 12, 2007 9:52 am
Org Profile

Post by osnar » Thu May 08, 2008 10:46 am

lol! four similar program :D

User avatar
Ravensoldier22
Joined: Sun May 13, 2007 8:32 am
Location: Long Beach, California
Contact:
Org Profile

Post by Ravensoldier22 » Sat May 10, 2008 10:18 pm

:o :o

omfg you've answered my prayer!! I've been trying to write scripts, but I can't seem to get it down...this program would go a long way in helping a retard like me :roll:

Locked

Return to “AviSynth Help”