VideoHelp.com Forum
+ Reply to Thread
Results 1 to 12 of 12

Thread: Ending credits

Thread
  1. Member
    Join Date: Oct 2002
    Location: Canada
    Hi there!

    I'm doing a movie project and I would like to make a scrolling end credits, you know just like in real movies. What program can I use and how can I do it?

    Thanks!
    Quote Quote  

  2. Most ediors support something along those lines.... If want to add some real good looking text and eefects try Cool 3-d www.ulead.com
    Quote Quote  

  3. Member
    Join Date: Jul 2003
    Location: Nova Scotia, Canada
    Adobe Premiere Pro
    File > New > New Title
    Inside Title Creator window, select Rolling and click and drag your area to type text in. Once finished, align it horizontally and vertically in the middle and save as new title and then drag from import list to timeline at the end of your video and export.
    Quote Quote  

  4. Member
    Join Date: Oct 2002
    Location: Canada
    hey thanks guys!
    Quote Quote  

  5. Member dphirschler's Avatar
    Join Date: Aug 2001
    Location: Kennesaw, GA - USA
    I knew AVIsynth could do it. Here is my script. It's simple. First you create your credits as one long (tall actually) bitmap. Then you use this script. I wrote output functions for both video (interlaced) and film (progressive). Can scroll any image, really. Doesn't need to be credits. Also, I believe simple edits can modify it for horizontal scrolling.

    Thoughts?

    Code:
    image= ImageReader("credits test.bmp",0,1,1) # source is single image 720x2000
    #image= ImageReader("earth-atlantic-1600.jpg",0,1,1).crop(400,0,720,-1).flipvertical
    
    return scroll(image)
    
    function scroll(image)
    {
    	vh= height(image)
    	vw= width(image)
    	fh= 480
    
    	image= addborders(image,0,fh,0,fh)
    	a= vh+fh-1
    	v= changefps(image,a).trim(0,a)
    	v= animate(0,a,"crop",v,0,0,vw,fh, v,0,a,vw,fh)
    
    	return interlaced(v) #video
    	#return progressive(v) # film
    }
    
    function interlaced(v)
    {
    	#v=v.SeparateFields.SelectEvery(4, 1,2) # slow
    	v=v.SeparateFields.SelectEvery(8, 1,4) # fast
    	#v=v.SeparateFields.SelectEvery(16, 1,8) # supa-fast
    	v=weave(v)
    	
    	return v.assumeFPS(29.970)
    }
    
    function progressive(v)
    {
    	#v= v # progessive film, very slow
    	v= SelectEvery(v,2, 0) # progressive film, slow
    	#v= SelectEvery(v,4, 0) # progressive film, fast
    	#v= SelectEvery(v,8, 0) # progressive film, supa-fast
    
    	return v.assumeFPS(23.926)
    }
    Darryl
    Quote Quote  

  6. If your current program doesn't do this, then you could use WMM2 which is free. Basic rolling credits are very easy with WMM2 as I assume they are with many other softwares.

    Actually, I use Pinnacle Studio 9 for editing/creating my videos and I didn't see where it did the rolling credits so I used WMM2 on to add them to my last Pinnacle project. I'd be very surprised if it isn't "right in front of my face" in Pinnacle, but I couldn't find it (only looked for a few min as I knew how to do it already in WMM2).
    Quote Quote  

  7. Always Watching guns1inger's Avatar
    Join Date: Apr 2004
    Location: Miskatonic U
    WAX2 is also free and worth considering
    Read my blogs here and here. Change England's Libel Laws - Sign Here
    Quote Quote  

  8. Member daamon's Avatar
    Join Date: Jun 2003
    Location: Melbourne, Oz
    Also easily done in Bluff Titler... And it outputs to AVI for use in an editor.
    There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.

    Carpe diem.

    If you're not living on the edge, you're taking up too much room.
    Quote Quote  

  9. Member
    Join Date: Oct 2002
    Location: Canada
    WMM2 is free??

    dphirschler, I will try your script since I already have AVIsynth.

    Thanks a lot everybody!
    Quote Quote  

  10. Member daamon's Avatar
    Join Date: Jun 2003
    Location: Melbourne, Oz
    Originally Posted by Fallen_angel
    WMM2 is free??
    Yes, I believe so. I believe it can be readily downloaded from MS. Not sure where as mine came with XP...
    There is some corner of a foreign field that is forever England: Telstra Stadium, Sydney, 22/11/2003.

    Carpe diem.

    If you're not living on the edge, you're taking up too much room.
    Quote Quote  

  11. Member
    Join Date: Dec 2003
    Location: United States
    Originally Posted by tmh
    If your current program doesn't do this, then you could use WMM2 which is free. Basic rolling credits are very easy with WMM2 as I assume they are with many other softwares.

    Actually, I use Pinnacle Studio 9 for editing/creating my videos and I didn't see where it did the rolling credits so I used WMM2 on to add them to my last Pinnacle project. I'd be very surprised if it isn't "right in front of my face" in Pinnacle, but I couldn't find it (only looked for a few min as I knew how to do it already in WMM2).
    Upper left hand corner of title editor. You will see an arrow pointing up and will show a mouseover saying "Roll"

    Just click on that arrow. If you want the credits to appear at the bottom and disappear at the top, be sure to hit enter several time at both the beginning and end of the credits.
    Quote Quote  

  12. Thanks, Silvas. Anytime I can use MS programs less the happier I am. I have no idea WHY, but I am.
    Quote Quote  




Similar Threads

  1. Editing Opening and Ending Credits in an MKV
    By TheLaserdisc in forum Editing
    Replies: 3
    Last Post: 8th Jul 2011, 01:55
  2. Replies: 3
    Last Post: 21st Oct 2009, 04:53
  3. DVD FLICK- ending cut off
    By sheftic in forum Newbie / General discussions
    Replies: 1
    Last Post: 8th Sep 2009, 01:29
  4. Half Life 2 Ep 2 Ending **Spoilers!**
    By retroborg in forum Computer
    Replies: 0
    Last Post: 2nd Aug 2009, 14:56
  5. Cutting VOB File without any quality loss? (ending credits)
    By willhenderson in forum Newbie / General discussions
    Replies: 10
    Last Post: 15th Oct 2008, 22:45
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools