Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Pages: 1 ... 3 4 [5]

Author Topic: Video recording  (Read 83424 times)

Kaybl3

  • Jr. Member
  • *
  • Posts: 21
  • newbie
Re: Video recording
« Reply #60 on: August 02, 2015, 07:21:39 pm »

This is not a solution to the problem!)

What are your system specs?

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

Use a different recorder then.
Logged

SteelRat

  • Sr. Member
  • ****
  • Posts: 380
  • newbie
Re: Video recording
« Reply #61 on: August 02, 2015, 08:05:09 pm »

This is not a solution to the problem!)

What are your system specs?

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

Use a different recorder then.

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

Kaybl3

  • Jr. Member
  • *
  • Posts: 21
  • newbie
Re: Video recording
« Reply #62 on: August 02, 2015, 08:06:17 pm »

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

SteelRat

  • Sr. Member
  • ****
  • Posts: 380
  • newbie
Re: Video recording
« Reply #63 on: August 04, 2015, 04:43:40 pm »

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

Code: [Select]
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);
}
Logged

PytonPago

  • Hero Member
  • *****
  • Posts: 2284
  • It´s way too complex, dont let me try to explain !
Re: Video recording
« Reply #64 on: August 05, 2015, 12:15:32 am »

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


 ............ 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.
Logged
We are still undeveloped as long as we don´t realize, that all our science is still descriptive, and than beyond that description lies a whole new world we just haven´t even started to fully understand.

allymotors

  • Full Member
  • ***
  • Posts: 117
Re: Video recording
« Reply #65 on: September 27, 2020, 08:23:15 am »

Any idea how to make a 360-degree video?
Wanting to make something like this:
Pages: 1 ... 3 4 [5]