Video recording troubles....

Skaruts

2008-11-30 04:52:02

I read Holymoly's video guide, which is btw very well done, but I couldn't get the ingame video recording working.

I built a movie.cfg from the frag video fundamentals University page and with that I can record a video. But many good functions are missing in this one and sometimes the sounds are badly recorded.

With the holymoly's movie.cfg I can't get the .tga files generated. :shock: That's my main problem.
Also I can't get the Sourctv functions working (small problem for now), like 3rd person view.

There's these comands in the cfg file that make me think I should have some other files I don't have:
alias "menu" "exec movie/menu.cfg"
alias "sourcetv" "exec movie/sourcetvmenu.cfg
exec movie/commandlock.cfg



Also, one doubt I have: I've noticed once in my autoexec.cfg that it had some mistakes happening in it's execution. I saved it in UFT-8 and everything worked fine afterwords. It was Unicode before. The same didn't happen with the movie.cfg, but, anyway, what's the correct codification to it? Or, does it make any diference?

0nti

2008-11-30 06:09:44

Are you sure you are pressing the right buttons when using the movie config?
And the sctv demos aren't good at all for smoothing. 3rd person view should be easy to put, it's like when you spectate...
Commandlock.cfg "might" (not always) be needed, the other 2 aren't really that important...

Skaruts

2008-11-30 07:07:15

0nti wrote:Are you sure you are pressing the right buttons when using the movie config?
I was pressing F10 to "record avi" but after doing some reading I think you may be right:
Holy's Knowledge
Walking Target wrote:I missed this awesome text file the first time I was browsing the pack holymoly put together for movie makers. I though it would be good to repost it here as it contains lots of great advice.

n1 holy ;)
(...)Use anX's Movie Config. The config contains extrememly useful settings which will let you record up to 26 different TGA series without having to specify new names. You click the same key (F11) and it will cycle to the next sequence name every time you press it. (...)
But in the config F11 is related to the record screenshots command, that's what made me think it was F10. I was thinking that F11 would record 1 screenshot each time I press it.
0nti wrote:And the sctv demos aren't good at all for smoothing. 3rd person view should be easy to put, it's like when you spectate...
Commandlock.cfg "might" (not always) be needed, the other 2 aren't really that important...
I can't get any spectator-like freedom at all. I just see myself in 1st person and that's it. I'll try to type tv_transmitall 1 and sv_client_predict 0 manually to see if it does any good.
0nti wrote:Commandlock.cfg "might" (not always) be needed, the other 2 aren't really that important...
Well, if only I could get my demos exported, I wouldn't care much for some details. But anyway, I don't have any files by those names. :shock: And I haven't seen anyone talk about that either.

0nti

2008-11-30 10:54:47

you could try downloading the original config files which were made by anX for css. That one has 5 configs iirc.
And yeah it is F11 not F10 ^_^

Skaruts

2008-11-30 11:11:22

loool, thx. But that leads me to one simple question:

In that case, wth is F10 for?

keefy

2008-12-01 02:06:17

F10 records avi


This is the config i use for making short clips.
//Movie Config by anX v2.3
//Last updated April 12th, 2007
//Credits: Wim Barelds, CAL|Stone, csflicks.net, Casey's Config, and myself


//This is your movie menu which can be viewed via console

clear
echo "========================"
echo "Movie Config by anX v2.3"
echo "========================"
echo " "
echo "Configuration and Menu"
echo "------------------------"
echo "F5 - Execute movie.cfg"
echo "F6 - Clear Console and Bring Up Movie Menu"
echo "F7 - Clear Console and Bring Up SourceTV Control Menu"
echo " "
echo "Recording"
echo "------------------------"
echo "F8 - DemoUI"
echo "F9 - Take Single Screenshot"
echo "F10 - Record avi"
echo "F11 - Record Screenshots"
echo "F12 - Endmovie"
echo " "
echo "Framerates"
echo "------------------------"
echo "Control - Revert host_framerate for Functional DemoUI"
echo "Left Arrow - Capture @ 30 fps"
echo "Down Arrow - Capture @ 90 fps"
echo "Right Arrow - Capture @ 120 fps"
echo "Up Arrow - Capture @ 240 fps"
echo " "
echo "Demo Playback Speed"
echo "------------------------"
echo "Keypad 0 - 25% Speed"
echo "Keypad 1 - 50% Speed"
echo "Keypad 2 - 100% Speed"
echo "Keypad 3 - 200% Speed"
echo "Keypad 4 - 600% Speed"
echo " "
echo "HUD"
echo "------------------------"
echo "1 - Toggle Player Model"
echo "2 - Toggle Crosshair"
echo "3 - Toggle Radar"
echo "4 - Toggle Spectator Bars"
echo "5 - Toggle Text"
echo "6 - Toggle HUD"
echo "7 - First/3rd Person"
echo " "
echo "CVAR Cheats"
echo "------------------------"
echo "8 - Toggle Wireframe ( full )"
echo "9 - Toggle Wireframe ( models only )"
echo "0 - Toggle mat_proxy"
echo "- - Toggle mat_fillrate"
echo "= - Toggle Overlay Wallhack"
echo "Backspace - Toggle Smoke/Dust"
echo " "
showconsole

Skaruts

2008-12-01 03:46:41

keefy wrote:F10 records avi


This is the config i use for making short clips.
//Movie Config by anX v2.3
//Last updated April 12th, 2007
//Credits: Wim Barelds, CAL|Stone, csflicks.net, Casey's Config, and myself


//This is your movie menu which can be viewed via console

clear
echo "========================"
echo "Movie Config by anX v2.3"
echo "========================"
echo " "
echo "Configuration and Menu"
echo "------------------------"
echo "F5 - Execute movie.cfg"
echo "F6 - Clear Console and Bring Up Movie Menu"
echo "F7 - Clear Console and Bring Up SourceTV Control Menu"
echo " "
echo "Recording"
echo "------------------------"
echo "F8 - DemoUI"
echo "F9 - Take Single Screenshot"
echo "F10 - Record avi"
echo "F11 - Record Screenshots"
echo "F12 - Endmovie"
echo " "
echo "Framerates"
echo "------------------------"
echo "Control - Revert host_framerate for Functional DemoUI"
echo "Left Arrow - Capture @ 30 fps"
echo "Down Arrow - Capture @ 90 fps"
echo "Right Arrow - Capture @ 120 fps"
echo "Up Arrow - Capture @ 240 fps"
echo " "
echo "Demo Playback Speed"
echo "------------------------"
echo "Keypad 0 - 25% Speed"
echo "Keypad 1 - 50% Speed"
echo "Keypad 2 - 100% Speed"
echo "Keypad 3 - 200% Speed"
echo "Keypad 4 - 600% Speed"
echo " "
echo "HUD"
echo "------------------------"
echo "1 - Toggle Player Model"
echo "2 - Toggle Crosshair"
echo "3 - Toggle Radar"
echo "4 - Toggle Spectator Bars"
echo "5 - Toggle Text"
echo "6 - Toggle HUD"
echo "7 - First/3rd Person"
echo " "
echo "CVAR Cheats"
echo "------------------------"
echo "8 - Toggle Wireframe ( full )"
echo "9 - Toggle Wireframe ( models only )"
echo "0 - Toggle mat_proxy"
echo "- - Toggle mat_fillrate"
echo "= - Toggle Overlay Wallhack"
echo "Backspace - Toggle Smoke/Dust"
echo " "
showconsole
Yea, I now found the .avi's, they are saved in the hl2dm's root, but they have pretty hazardous results. Chunk problems and the like.
I rather use F11 and compile with Vdub.


What exactly happens when these 3 are on?
mat_proxy
mat_fillrate
Overlay Wallhack

0nti

2008-12-01 05:41:29

overlay wallhack doesn't work, just on css.
The other 2 can be used to give a wallhack effect... pretty cool for some scenes in videos..

keefy

2008-12-02 00:28:21

Skaruts wrote:
Yea, I now found the .avi's, they are saved in the hl2dm's root, but they have pretty hazardous results. Chunk problems and the like.
I rather use F11 and compile with Vdub.


What exactly happens when these 3 are on?
mat_proxy
mat_fillrate
Overlay Wallhack
Indeed taking shots is a little bit more reliable I find, for starters it actualy works everytime unlike the other way which asks you to then select a codec (i use uncompressed) but sometimes the selection box fails to appear.

Just press the buttons to see what they do it won't break your game.

Skaruts

2008-12-04 03:30:21

I still don't get this: in some videos I've watched, and in some pertinent occasions, there's the frag and then there's the same shot viewed from a diferent angle/place. I remember seeing this a lot in shots made with RPG or x-bow.

How is it possible to get spectator freedom in a demo? (without using the "drive" button of the demo UI)

Does it have to be recorded by Source tv?

:sketchy:

0nti

2008-12-04 07:37:38

it's called demo smoothing
Here you have the best tutorial you will find in the net.

http://www.infprod.com/index.php?site=t ... rialsID=17

Skaruts

2008-12-04 09:15:07

oh... I had seen the other tutorial called Basic demosmoothing, in which the guy does nothing for 2 mins and I though it would be only useful for map demonstration purposes. Since the guy seemed to speek inwards I didn't understand much of what he says.
but now this tut is just what I needed.

Thx a lot.
:party:

0nti

2008-12-04 15:16:26

np, I hope it helps ^_^

Skaruts

2008-12-06 08:40:39

ok. I'm getting to where I want in all these maters. I still haven't done any real movie (not even experimental) cuz I still must learn about Vegas. But anyway I want to thank you all that helped me.

But now, yet another thing came into my way:
While I was experimenting with the demo smoother, I accidentaly loaded a demo in which someone else was playing while I spectated, and realized that the Drive button didn't work. Or rather.. it did work, but I couldn't get detached from the player view. In demos where it's me playing I can fly around, no problem.

Is this normal?

Cuz if it is it, then I got a problem. Because of that demos fluency problem that onti posted about, I would want some one else to record me playing and vice versa, and then get the juice from those demos. But in this case I feel I'm outta luck.

0nti

2008-12-06 14:40:29

Cuz if it is it, then I got a problem. Because of that demos fluency problem that onti posted about, I would want some one else to record me playing and vice versa, and then get the juice from those demos. But in this case I feel I'm outta luck.
Nah I wouldn't do that. First, instead of getting someone to record yourself, use sourcetv. It will be the same, and you will have many more views. Apart from that, 1st person view from source tv / spectator, is really smooth yeah, but totally inaccurate, and with several bugs (ever seen the gravity gun from spectator? :/ )

On the drive not functioning, it is normal iirc.

Skaruts

2008-12-06 15:44:41

It always seemed more accurate than my own gameplay demos, but I may be wrong...

The source tv is server side recordings, right?

0nti

2008-12-06 18:04:29

yes, the demo will stay on the server, so you will need someone with ftp access to it if you want the demo.

keefy

2008-12-07 02:04:40

Source TV has no lag compensation so shots that hit can look like they missed :( Same when spectate.

Skaruts

2008-12-07 09:37:57

Yes that I have noticed. But the ggun seems more smooth when I spectate. But I guess it's also true to the ggun, while a person turns like 90ยบ, the object held turns too but with a slight delay.