Quantcast DVD2SVCD: can Ifoedit Calculate Frame Count and Movie Length ? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
12-07-2002, 04:51 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi All,

I created my own automated DVD2KVCD process using "Autoit".
Other than FitCD, I have every step automated except getting
the framecount and movie length. I would like to have this info
saved to a text file so my automated process can read it and store
this info as an environment variable. If your wondering, yes, I have
file size prediction working for both audio and video in the process.
I realize some will accuse me of re-inventing the wheel, but my wheel
has racing tires, mag rims, and can be easily (for me) updated,
cutomized, etc., as fast as a tire change in the Indy 500's. If FitCD only
had command line excution this process out do D2S. I am hoping
that IfoEdit can save this info to text files. I tried SmartRipper with
the option to create an info file, but I can't get DVD Decrypter to do
the same. If you have some ideas, please post and let me know.

-black prince
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  
12-07-2002, 06:23 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
Hi black prince,

Here's a quick hack I just made up for you http://www.kvcd.net/fileinfo.exe

Just run it like this: fileinfo.exe Myfile.(avi|avs) > stats.txt
Where the file can be MyFile.avi of MyFile.avs.
I just compiled the source from KVCD Encoder and forced exit after the stats print out. So you just redirect the output to any file you want. The file will contain everything you need.

Enjoy,
-kwag
Reply With Quote
  #3  
12-07-2002, 07:05 PM
heyitsme heyitsme is offline
Free Member
 
Join Date: Jun 2002
Location: pullman, WA
Posts: 129
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to heyitsme
Hey Black Prince is there a way i can get your program autoit. Sounds like a good program to me i would like to fiddle with it. Your program sounds promising. It would be awesome if someone could redo fitcd with command lines so we could incorporate it into an automatted program like yours. If you could let me know where i could get it that would be great.

Your Fan

Branden
__________________
Eat drink and be merry for tomorrow we die
Reply With Quote
  #4  
12-07-2002, 08:14 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by heyitsme
Hey Black Prince is there a way i can get your program autoit. Sounds like a good program to me i would like to fiddle with it. Your program sounds promising........etc!

Your Fan

Branden
yes,me too!
Reply With Quote
  #5  
12-07-2002, 08:43 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@Hi Kwag,

Kwag wrote:
Quote:
Hi black prince,
Here's a quick hack I just made up for you http://www.kvcd.net/fileinfo.exe

Just run it like this: fileinfo.exe Myfile.(avi|avs) > stats.txt
Where the file can be MyFile.avi of MyFile.avs.
I just compiled the source from KVCD Encoder and forced exit after the stats print out. So you just redirect the output to any file you want. The file will contain everything you need.
Enjoy,
-kwag
Thanks Kwag. This will be very helpful. For LBR I am trying to
automatically burn the CD as the final part of process.

@jorel and heyitsme,

Sorry guys, but my automated process is a macro executing program
setup to execute keystrokes for each program. In other words you
would have to first learn "Autoit" macro language and then adjust the
programs in each step to work according to your own directories
where each prgrams are located. To give you an example of "Autoit"
macro language, below is a macro for DVD2AVI:

SetEnv,D2V, E:\\DVD Backup\\1 - DVD2KVCD\\2 - Dvd2avi\\dvd2avi.exe
SetEnv,REN, E:\\DVD Backup\\6 - AUTOIT\\Rename.bat
Run,%D2V%
;
SetKeyDelay,100
;
WinWaitActive, DVD2AVI
Send, !F
Send, {ENTER}
Send, D:\\SPIRIT\\VIDEO_TS\\Vts_01_1.vob
Send, {ENTER 2}
; ----- set video -----
Send, !V{RIGHT}{DOWN 2}{ENTER}
Send, !V{DOWN}{RIGHT}{DOWN}{ENTER}
Send, !V{DOWN 2}{RIGHT}{DOWN}{ENTER}
Send, !V{DOWN 3}{RIGHT}{DOWN}{ENTER}
; ----- set audio -----
Send, !A{RIGHT}{DOWN}{ENTER}
Send, !A{DOWN}{RIGHT}{DOWN 3}{ENTER}
Send, !A{DOWN 2}{RIGHT}{ENTER}
Send, !A{DOWN 3}{RIGHT}{ENTER}
Send, !A{DOWN 4}{RIGHT}{ENTER}
Send, !F{DOWN 4}{ENTER}
Send, D:\\Temp\\movie.d2v
;-------- Start Conversion --------
Send, {ENTER}
WinWaitNotActive,Statistics,,500
Send, !F{DOWN 6}{ENTER}
;-------- Rename AC3 audio file to movie.ac3 --------
RunWait, %REN%
WinClose, DVD2AVI


It took me a little time to understand this macro language and now
I've finished the entire process except for FitCD. My process is
hard to setup and understand, but once you get it, it's easy to customize.

-black prince
Reply With Quote
  #6  
12-08-2002, 12:19 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts

it's "very simple",
i only need a good teacher,
more inteligence and
"more or maybe less 5 years to learn it"
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
movie length wrong in dvd players? cyron Players, DVRs, Media Centers 1 09-22-2004 09:08 AM
KVCD Movie Length is wrong? ratuna Video Encoding and Conversion 1 10-30-2003 04:15 PM
KVCD: 704x480 max movie length on 1 CD-R 80? bman Video Encoding and Conversion 0 05-25-2003 01:22 AM
DVD2SVCD: Movie Frame Change CD Picture jorel Video Encoding and Conversion 0 12-14-2002 06:03 PM
XVCD movie length not right ? spurty Authoring VCD, DVD, Blu-ray 0 10-13-2002 01:15 PM




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