We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af0df3 commit a1c20b4Copy full SHA for a1c20b4
parser.js
@@ -72,7 +72,7 @@ function parseTweet(toot){
72
73
case "🎬": // Fast run 3 hours then 3 seconds time lapse
74
c.emulator = "beebjit";
75
- c.flags = "-opt video:paint-start-cycles="+(3*one_hour)+",video:border-chars=0 -frame-cycles 1 -max-frames 150 -exit-on-max-frames";
+ c.flags = "-opt video:paint-start-cycles="+(3*one_hour)+",video:border-chars=0 -frame-cycles 1 -max-frames 150";
76
c.cycles = ((3*one_hour)+8000000);
77
c.mode = 3;
78
break;
0 commit comments