AVSCreator
- osnar
- Joined: Fri Oct 12, 2007 9:52 am
AVSCreator
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)
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)
- Kalium
- Sir Bugsalot
- Joined: Fri Oct 03, 2003 11:17 pm
- Location: Plymouth, Michigan
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
- osnar
- Joined: Fri Oct 12, 2007 9:52 am
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

- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
- WC Annihilus
- Joined: Wed Jan 17, 2007 10:49 pm
Rofl, I made my own as well
http://www.animemusicvideos.org/phpBB/v ... ch+creator
http://www.animemusicvideos.org/phpBB/v ... ch+creator
- Phantasmagoriat
- Joined: Mon Feb 06, 2006 11:26 pm
- Status: ☁SteamPunked≈☂
- Contact:
Bwah! we all think the same
But I still like the 1KB .bat file I wrote:
-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

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 :::::::::::::::::::::::::::
-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."
"Effort to Understand; Effort to be Understood; to See through Different Eyes."
- Ravensoldier22
- Joined: Sun May 13, 2007 8:32 am
- Location: Long Beach, California
- Contact: