Re: [Synfig-devl] any reasons to have 24.967 in FPS combox of Setup dialog?

2014-04-21 Thread Ivan Mahonin
Hello I found movies in 24/967 fps, but not found any article why this number. 24p has variant with 23.976 FPS CLG http://en.wikipedia.org/wiki/24p CLG 2014-04-21 7:22 GMT+02:00 Yu Chen jco...@gmail.com: CLG // Fill the FPS combo box with proper strings (not localised) CLG     float f[8]; CLG

Re: [Synfig-devl] any reasons to have 24.967 in FPS combox of Setup dialog?

2014-04-21 Thread Carlos López González
Yes, right, and the value is wrongly written. Please remove it. 2014-04-21 9:18 GMT+02:00 David rylle...@gmail.com: No, I don't think that value has ever been used in any broadcasting system so I don't know why Synfig should support it... 29.976fps and 23.976fps is used in NTSC but I don't

[Synfig-devl] any reasons to have 24.967 in FPS combox of Setup dialog?

2014-04-20 Thread Yu Chen
// Fill the FPS combo box with proper strings (not localised) float f[8]; f[0] = 60; f[1] = 50; f[2] = 30; f[3] = 25; f[4] = 24.967; f[5] = 24; f[6] = 15; f[7] = 12;