Menu

Frame rate

2006-07-04
2013-06-04
  • Nobody/Anonymous

    In Dirac 0.6 version,

    When we set the preset value to CIF with the following command

    $ EncodeDirac  -CIF  420 test
    Sequence parameters :
            height=288 width=352
            chroma=4:2:0
            frame rate=25/2

    The deault frame rate is 25/2 or 12.5 frames/sec

    But if we want to get the frame rate to be 13, the corresponding command I gave is

    $ EncodeDirac  -CIF -fr 13 420 test
    Sequence parameters :
            height=288 width=352
            chroma=4:2:0
            frame rate=13/2

    and I am getting frame rate to be 13/2 instead of 13 only. So to get the frame rate to be 13, do I need to give the command to be either

    $ EncodeDirac  -CIF -fr 26 420 test

    or

    $ EncodeDirac  -CIF -fr 13 420 test

    Please clarify...

     
    • Thomas Davies

      Thomas Davies - 2006-07-07

      -fr 13/1 will do it

      However, -fr 13 should have also worked. I've now fixed this in the cvs.

      cheers

      Thomas

       

Log in to post a comment.