Author Topic: 15 min countdown fseq over 500meg  (Read 710 times)

Offline Scottishsurfer

  • Newbie
  • *
  • Posts: 2
    • View Profile
15 min countdown fseq over 500meg
« on: October 08, 2017, 03:43:25 PM »
I created a 15 min sequence that just displays a 15 min countdown on my matrix.  The code is very simple, but the fseq file it generates is massive. Is there a way I can reduce the size of this file?  Should my sequence timing be higher/lower?

    <sequenceTiming>33 ms</sequenceTiming>
    <sequenceType>Animation</sequenceType>
    <mediaFile></mediaFile>
    <sequenceDuration>894.000</sequenceDuration>

<Element type="model" name="Matrix">
      <EffectLayer>
        <Effect ref="0" name="Text" startTime="0" endTime="891800" palette="0"/>
</EffectLayer>

Offline keithsw1111

  • Administrator
  • Hero Member
  • *****
  • Posts: 2733
    • View Profile
    • Kellyville Christmas Lights
Re: 15 min countdown fseq over 500meg
« Reply #1 on: October 08, 2017, 03:52:19 PM »
Fseq file sizes are calculated by the following formula plus a smallish header

Frames per second * duration in seconds * channels.

So reverse engineering above you have about 19000 channels or about 6500 pixels.

Offline kevinp

  • Sr. Member
  • ****
  • Posts: 373
    • View Profile
Re: 15 min countdown fseq over 500meg
« Reply #2 on: October 09, 2017, 08:23:41 PM »
I have an approximately 17 minute Halloween sequence that is 786 MB for 36,915 channels.
Kevin Pankratz
Blaine MN

Offline JonB256

  • Hero Member
  • *****
  • Posts: 832
    • View Profile
    • My Christmas Website
Re: 15 min countdown fseq over 500meg
« Reply #3 on: October 10, 2017, 06:01:50 AM »
I created a 15 min sequence that just displays a 15 min countdown on my matrix.  The code is very simple, but the fseq file it generates is massive. Is there a way I can reduce the size of this file? 

You could create another Show directory with only the channels/universes needed for that matrix. That will knock the file size down to minimum. You are including a lot of "blank" data in the file.