hi, how many frames per second does pix_record uses to record videos? im creating a .mov file of some gem visuals .... im recording 10 minutes of the gem visuals but when i see my mov file i have 7 minutes? is there any way of fixing this?
many thanx
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/
punchik punchik wrote:
hi, how many frames per second does pix_record uses to record videos? im creating a .mov file of some gem visuals .... im recording 10 minutes of the gem visuals but when i see my mov file i have 7 minutes? is there any way of fixing this?
many thanx
hello
i had exact the same question a couple of days ago. it is a bug of pix_record that it writes movies with hardcoded framerate of 20 per second.
you have to convert your movie, with for example mencoder,from 20 fps to the frame rate from Gem.
check out: http://lists.puredata.info/pipermail/pd-list/2007-05/050542.html
ola
Moritz
On 6/14/07, moritz erstens@gmx.ch wrote:
hello
i had exact the same question a couple of days ago. it is a bug of pix_record that it writes movies with hardcoded framerate of 20 per second.
Only on Linux is this the case. Windows and OSX use timers to determine how long each render cycle takes and use that time as the duration of each frame.