Splitting up "The Disappearance of Haruhi Suzumiya"
-
- Joined: Fri Sep 04, 2009 2:28 pm
Splitting up "The Disappearance of Haruhi Suzumiya"
Okay, The Disappearance of Haruhi Suzumiya is a very long movie, and the file I'm editing with is very large in size. VirtualDubMod becomes unresponsive whenever I try and load the avisynth script, so I'm guessing perhaps the movie's file size is too large.
So, I was wondering how I could split the movie into parts using AvsP?
I would post the script, but all that it consists of is the movie file (I figured doing any cleanup would be pointless since it's a Blu-Ray rip and has been cleaned up already), so I don't suppose there's a point to posting it.
Any help would be appreciated.
So, I was wondering how I could split the movie into parts using AvsP?
I would post the script, but all that it consists of is the movie file (I figured doing any cleanup would be pointless since it's a Blu-Ray rip and has been cleaned up already), so I don't suppose there's a point to posting it.
Any help would be appreciated.
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
how are importing it?
-
- Joined: Wed May 19, 2010 5:33 pm
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
It should not become unresponsive because the 'movie is too large'. That would be silly.
Post your script.
Post your script.
-
- Joined: Fri Sep 04, 2009 2:28 pm
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
FFVideosource("F:\Suzumiya\Suzumiya Haruhi no shoushitsu (BD-rip 1920x1080 H.264 AAC 2ch+5.1ch).mp4")
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
ffvideosource has to index the input, so if you let vdub sit there for a bit, i bet it will work.
-
- Joined: Fri Sep 04, 2009 2:28 pm
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
Okay! I'll leave it for awhile and see if it'll open.
Thanks for the help.
Thanks for the help.
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
after it creates the index file (.ffindex) it should open a lot faster.Jessie-kun wrote:Okay! I'll leave it for awhile and see if it'll open.
Thanks for the help.
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
You could always use ffmsindex to do it. That way you aren't just idling VDub or unsure of how long it'll take. It gives a progress meter to track it.
If you don't want to use the CLI properly, just drag-and-drop the file onto ffmsindex.exe and let it go from there.
If you don't want to use the CLI properly, just drag-and-drop the file onto ffmsindex.exe and let it go from there.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
Using VirtualDub itself will make it go faster too, rather than shitty old VirtualDubMod.*
*may or may not be true, but you should still upgrade
*may or may not be true, but you should still upgrade
-
- Joined: Wed May 19, 2010 5:33 pm
Re: Splitting up "The Disappearance of Haruhi Suzumiya"
It probably won't make it any faster but it'll likely fix any problems you might get with using vdubmod (i.e. vdubmod always converts it internally to yuy2 for some strange reason, enjoy your useless colorspace conversions).Mister Hatt wrote:Using VirtualDub itself will make it go faster too, rather than shitty old VirtualDubMod.*
*may or may not be true, but you should still upgrade