Anteworld - Outerra Game > Tech demo, support, updates

Video recording

<< < (13/14) > >>

Kaybl3:

--- Quote from: SteelRat on August 02, 2015, 06:36:29 pm ---
--- Quote from: Kaybl3 on August 02, 2015, 06:15:22 pm ---
--- Quote from: SteelRat on August 02, 2015, 06:10:32 pm ---This is not a solution to the problem!)

--- End quote ---

What are your system specs?

--- End quote ---

It's not in the system, the recorder off, and no problems !!!)

--- End quote ---

Use a different recorder then.

SteelRat:

--- Quote from: Kaybl3 on August 02, 2015, 07:21:39 pm ---
--- Quote from: SteelRat on August 02, 2015, 06:36:29 pm ---
--- Quote from: Kaybl3 on August 02, 2015, 06:15:22 pm ---
--- Quote from: SteelRat on August 02, 2015, 06:10:32 pm ---This is not a solution to the problem!)

--- End quote ---

What are your system specs?

--- End quote ---

It's not in the system, the recorder off, and no problems !!!)

--- End quote ---

Use a different recorder then.

--- End quote ---

If I had used this approach whenever confronted with problems, I would not use a different recorder, I have started to use another engine).

Kaybl3:
I had the same problem, I just used fraps and all was good!

SteelRat:
RU:
Попробовал я пару сторонних программ для записи видео, обе нормально работают, но проявляется другая проблема, в записанное видео не попадает информация выводимая этим методом.


--- Code: ---function show_hud (car) {
car.canvas = car.sketch.create_canvas(car.grp, {x:-0.65,y:0.88,z:0.18});

var _n = "\n";

var txt = "<< CAR >>" + _n;
txt += "SPEED : " + Math.round(car.speed()*3.6) + _n + _n;
txt         += "<< ENGINE >>" + _n;
txt         += "RPM    : " + Math.round(car.eng.rpmMax * car.eng.rpm) + _n;
txt += "THRUST : " + Math.round(car.eng.thrust[car.tm.gearbox.current] * car.eng.thrustCur) + _n;

car.sketch.draw_text({x:0,y:0}, 0xffffffff, txt);
}

--- End code ---

PytonPago:

--- Quote from: SteelRat on August 04, 2015, 04:43:40 pm ---RU:
Попробовал я пару сторонних программ для записи видео, обе нормально работают, но проявляется другая проблема, в записанное видео не попадает информация выводимая этим методом.


--- End quote ---

 ............ tryed some programs for videocapture, both work normal, but there is another problem - in the captured video, all information from this code doesnt being captured.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version