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 : > 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 think that syste

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

2014-04-21 Thread Ivan Mahonin
29.976fps and 23.976fps is used in NTSC anyway what is 24.967? D> No, I don't think that value has ever been used in any D> broadcastingsystem so I don't know why Synfig should support D> it... D> 29.976fps and 23.976fps is used in NTSC but I don't think that D> system is in use anymore

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 : CLG> // Fill the FPS combo box with proper strings (not localised) CLG>     float f[8]; CLG>     f[0] =

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

2014-04-21 Thread David
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 think that system is in use anymore(?) with digital broadcasting being the standard so I see no point in offering those e

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

2014-04-20 Thread Carlos López González
http://en.wikipedia.org/wiki/24p 2014-04-21 7:22 GMT+02:00 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; > > >

[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; https://github.com/synfig/synfig/blob/master/synfig-studio/src/gui/dialogs/dialog_setup.cpp#L281