Announcement

Collapse
No announcement yet.

Making an AVI Quake Video - Very Easy

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Guest's Avatar
    Guest replied
    The Binds you typed up don't exist because it dosen't exist on my Quake 1

    Leave a comment:


  • Alc
    replied
    Originally posted by Baker View Post
    The DIVX codec makes videos smaller but lower video quality. XVID makes videos better quality but larger. I've run into the XVID status window popping up and stealing "focus", making parts of an AVI all black.
    Both Divx and Xvid have variable bitrates, so variable filesize/quality...

    Leave a comment:


  • Baker
    replied
    The DIVX codec makes videos smaller but lower video quality. XVID makes videos better quality but larger. I've run into the XVID status window popping up and stealing "focus", making parts of an AVI all black.

    The solution:

    ... the xvid status window comes up. i do not need it at all. can any one tell me a way, which i can use in my code, to close the status window. thx a lot..

    Answer:

    [Do regedit.exe and go to HK Current User] If HKCU\Software\GNU\XviD\display_status is set to 0 the window won't pop up.
    Basically you add a registry key "XviD" and add a "DWORD" in there and for the XVid encoder, it doesn't pop the annoying status window.

    Leave a comment:


  • Baker
    replied
    Yeah, I'd like to see more players make Quake movies.

    Leave a comment:


  • R00k
    replied
    Nice! Shouldnt u make this a sticky?

    Leave a comment:


  • Canadian*Sniper
    replied
    I wouldn't mind the videos if you used 3rd person view in some cases but to use it the entire time boring to watch IMHO. 1st person view is much nicer.

    Leave a comment:


  • Baker
    replied
    /Shhhhh

    Leave a comment:


  • Yellow No. 5
    replied
    why were you playing in chase active? just record in normal view then set c_a 1 when you're playing it back to record...

    Leave a comment:


  • Baker
    replied
    What sniper said!

    Leave a comment:


  • Canadian*Sniper
    replied
    If I was playing in 3rd person view mode, I'd suck too

    Leave a comment:


  • Lardarse
    replied
    Btw, Baker, you suck. 8 doubles for a fiend???

    Leave a comment:


  • Yellow No. 5
    replied
    For qrack I also recommend:

    to turn of centerprint messages:
    cl_nocenterprint 1

    to turn off chat beeps:
    cl_mute 2

    Leave a comment:


  • Baker
    started a topic Making an AVI Quake Video - Very Easy

    Making an AVI Quake Video - Very Easy






    Making a simple Quake video


    I believe these instructions work perfectly for Qrack and JoeQuake 0.14 and JoeQuake 0.15, but I used JoeQuake 0.14 because that is what I have always used for AVI demo capture.

    DarkPlaces has AVI capture as well and I'll explain that one some time.

    1. Record your demo or demos.
    2. Make sure you have either the DIVX or XVID codec, otherwise your videos will be huge (gigabytes!) http://www.divxmovies.com/codec/

    3. Start up JoeQuake 0.14 (c:\quake\joequake-gl.exe -width 640 -height 480 -bpp 32) and do the following:

    capture_codec "DIVX" // XVID codec is better
    bind "[" "capture_start mysegment1"
    bind "]" "capture_stop"
    4. Play a demo and press "[" when you want to start recording and "]" when you want to stop. Output will be in c:\quake\capture\mysegment1.avi.

    5. For segment 2: type ...

    bind "[" "capture_start mysegment2"
    6. Play a demo and press "[" when you want to start recording and "]" when you want to stop. Output will be in c:\quake\capture\mysegment2.avi.

    7. For segment 3: type ...

    bind "[" "capture_start mysegment3"
    8. Play a demo and press "[" when you want to start recording and "]" when you want to stop. Output will be in c:\quake\capture\mysegment3.avi.

    9. Get VirtualDubMod, it is free and open source (not trialware!). Download link

    10. Start VirtualDubMod

    11. Click "Video" -> "Direct Stream Copy"

    12. Click "File" -> "Open" -> Select the file c:\quake\capture\mysegment1.avi"

    13. Click "File" -> "Add Segment" -> Select the file c:\quake\capture\mysegment2.avi"

    13. Click "File" -> "Add Segment" -> Select the file c:\quake\capture\mysegment3.avi"

    14. Click "File" -> "Save As" -> Save file as mymovie.avi

    15. Upload the video to YouTube or Google Videos.

    16. Done

    Embedding Video In A QuakeOne Forums Post

    Enlarge this pic to see the BBCode to type to insert a movie into a post with a [ movie ] tag.



    FAQs

    Q. How do I make the Quake guy show up?

    A. chase_active 1

    Q. How do I hide the weapon model?

    A. r_drawviewmodel 0

    Q. How do I hide the HUD (health & ammo display)?

    A. viewsize 120

    Q. How do I hide the on-screen game clock in top right in Qrack/JoeQuake?

    A. scr_printstats 0 (Qrack and JoeQuake 0.14) or show_stats 0 (JoeQuake 0.15)

    Q. How do I keep printed messages from appearing?

    A. con_notifylines 0
    Last edited by Baker; 04-15-2007, 08:04 PM.
Working...
X