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 either.
https://en.wikipedia.org/wiki/NTSC

Perhaps offer a custom fps for all odd cases?

-David

On 04/21/2014 07:22 AM, Yu Chen wrote:
// 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

~ yu


------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform


_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to