Virtual dub + ET *E* sound

hey, iam trying to record a frag but i got a weird problem i was talking with Merlinator already and he tried to help me out but we just couldnt figure out where my problem is

I start to record with cl_avidemo 60 and everything goes slowmotion. when iam done recording i open the .tga files with virtual dub, do the framerate etc.. all those settings and i get a the same slowmotion video out of it.

https://www.youtube.com/watch?v=30mQhuPwTEE&feature=youtu.be

i just dont know how to fix it :(

*E* if i use cl_avidemo 60 the timescale changed itself to 0.0 and if i change it to 1 it lookes really weird and not normal at all

*E2* would be cool if someone has some time to come ts3 and set everything up with me downloaded et new and everything :p


*E3*

thx4help guys as i wrote to Frop already i fixed the issue with recording, while my .avi looks fine, iam getting sound issues :DDD, i start to record with wav_record

and when i play the sound in vegas its "crr" "crr" http://vocaroo.com/i/s1A1cRHS4lUE

check the link speaks for itself :P

already tried different s_ commands but nothing changes

here are my cmds :
seta s_volume "0.4"
seta s_musicvolume "0"
seta s_separation "0.5"
seta s_doppler "1"
seta s_khz "44"
seta s_mixahead "0.2"
seta s_mixPreStep "0.05"
seta s_defaultsound "0"
seta s_wavonly "0"
seta s_bits "16"
seta s_channels "2"

the weird sound only comes from recording... :$
Comments
22
do u use image? It seems like timescale 0.1 or smth.
image? nah, weird thing is i just found out, when i start watching a demo, the timescale is 0.0 but with a normal speed, gotta have to fix that i guess but dont know how
Parent
put this in cfg and execute it:
timescale 1
cl_avidemo 60
Parent
already tried still nothing changed :/

*E* if i want to record a proper avi i have to first click on numpad 5 to set timescale normal and than bind cl_avidemo to r for example click it , when done bind t cl_avidemo 0 to click it..

its really weird and i cba to do all this everytime :D
Parent
than you use image.et.
Parent
where can i get it? :p
Parent
well same problem with image-et
Parent
bind [ "cg_draw2d 0; img_motionblur 1; img_depthoffield 1; wait 10; cl_avidemo 1; timescale 1"
bind ] "cl_avidemo 0; wait 10; img_motionblur 0; img_depthoffield 0; cg_draw2d 1"

You can also use the demoseek function in scripts to record the exact same clip with the exact same number of frames every time (comparison purposes, etc.).

bind o "img_demoseek 623539200; exec_at_time 623542200 scripts\some_script.cfg"

etpro\scripts\some_script.cfg:
img_capturefps 30; img_exposure 0.5; img_motionblur 1; timescale 1; cg_draw2d 0; wait 2; cl_avidemo 1; exec_at_time 623572200 scripts\stop.cfg

etpro\scripts\stop.cfg:
cl_avidemo 0; wait 10; img_motionblur 0; img_depthoffield 0; img_fisheye 0; wait 10; disconnect; wait 10; quit

N.B. Don't forget to put img_blur_samples to 128 if you haven't done so already, there shouldn't be any reason in 2015 not to put it to its highest value.
Parent
thx4help fixed the issue with recording, while my .avi looks fine, iam getting sound issues :DDD, i start to record with wav_record

and when i play the sound in vegas its "crr" "crr" http://vocaroo.com/i/s1A1cRHS4lUE

check the link speaks for itself :P
Parent
It's been such a long time I can't honestly recall how I recorded sound back then, but you could always use an external program to record it.
Parent
Have the same issue when trying to do some frags, everyone just told me to add the gun sound manually gg
Parent
Try those sound settings:

seta s_bits "16"
seta s_doppler "1"
seta s_khz "44"
seta s_mixAhead "0.2"
seta s_volume "0.45"
seta s_loadas8bit "0"
seta s_compression "0"
seta s_musicvolume "0"

Works fine for me and never experienced such noise.

Oh and important note - don't even try record it with Image-ET but regular ET.exe! Results may differ.
Parent
ye, i recorded the sound with my actual ET.. :p its a bit work to do but, fuck it
Parent
if using Image-ET I recommend making symbolic link for demo folder in command line, so you don't need to copy demos
example:
C:\Users\Michal>mklink /D "D:\Hry\Enemy Territory\wolfcam2b\demos" "D:Hry\Enemy
Territory\etpro\demos"
Parent
Kimi u so wise
Parent
That page still seems to use the original upload, so I guess it's noteworthy to mention that an older version (if I remember correctly without death animations) is also still available: http://home.casema.nl/frop/image-et_0.7.0_beta.zip
Parent
Back to top