MP4 - convert - .AVI

If you have questions about compression/encoding/converting look here.
User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Sat Jan 06, 2007 5:44 am

One thing to note: AviSynth supports relative paths. As long as the script is in the same folder as the video you're wanting to open, just the filename is needed.

Example:

Code: Select all

DirectShowSource("blahblah.whatever")
will work just as well as

Code: Select all

DirectShowSource("C:\crap\morecrap\evenmorecrap\blahblah.whatever")
Cuts down on the amount of typing/work needed, and lets you move the video to a different directory without having to edit the script, provided you move the script too. For that matter, .d2v files also support relative paths (the newest beta versions of DGIndex also give the option of using relative paths; before it was only do-able by editing the .d2v yourself).

User avatar
Ch3aLs3A L!n@
Joined: Thu May 25, 2006 6:19 pm
Location: I am your next door only ^_^
Org Profile

Post by Ch3aLs3A L!n@ » Sat Jan 06, 2007 1:59 pm

thanks for your post Qyot27 but i already did last night. after Willen post here i did not respond cuz got exited to work my mp4 :lol: :lol: :lol: so no need ur post.

btw.... thanks for that :lol: :lol:

User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Sat Jan 06, 2007 7:42 pm

Qyot27 wrote:For that matter, .d2v files also support relative paths (the newest beta versions of DGIndex also give the option of using relative paths; before it was only do-able by editing the .d2v yourself).
This is nice to know. Although remaking the .d2v files isn't a real pain for me to do.
Having trouble playing back videos? I recommend: Image

Locked

Return to “Conversion / Encoding Help”