You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.tutorial_objects= [ {"id":"0", "x":400, "y":0, "object_id":"filesTreeView", "text":_("<b>Welcome!</b> OpenShot Video Editor is an award-winning, open-source video editing application! This tutorial will walk you through the basics.<br><br>Would you like to automatically send errors and metrics to help improve OpenShot?"), "arrow":False},
330
-
{"id":"1", "x":20, "y":0, "object_id":"filesTreeView", "text":_("<b>Project Files:</b> Get started with your project by adding video, audio, and image files here. Drag and drop files from your file system."), "arrow":True},
331
-
{"id":"2", "x":200, "y":-15, "object_id":"timeline", "text":_("<b>Timeline:</b> Arrange your clips on the timeline here. Overlap clips to create automatic transitions. Access lots of fun presets and options by right-clicking on clips."), "arrow":True},
332
-
{"id":"3", "x":200, "y":100, "object_id":"dockVideoContents", "text":_("<b>Video Preview:</b> Watch your timeline video preview here. Use the buttons (play, rewind, fast-forward) to control the video playback."), "arrow":True},
333
-
{"id":"4", "x":20, "y":-35, "object_id":"propertyTableView", "text":_("<b>Properties:</b> View and change advanced properties of clips and effects here. Right-clicking on clips is usually faster than manually changing properties."), "arrow":True},
334
-
{"id":"5", "x":20, "y":10, "object_id":"transitionsTreeView", "text":_("<b>Transitions:</b> Create a gradual fade from one clip to another. Drag and drop a transition onto the timeline and position it on top of a clip (usually at the beginning or ending)."), "arrow":True},
335
-
{"id":"6", "x":20, "y":20, "object_id":"effectsTreeView", "text":_("<b>Effects:</b> Adjust brightness, contrast, saturation, and add exciting special effects. Drag and drop an effect onto the timeline and position it on top of a clip (or track)"), "arrow":True},
336
-
{"id":"7", "x":-265, "y":-22, "object_id":"export_button", "text":_("<b>Export Video:</b> When you are ready to create your finished video, click this button to export your timeline as a single video file."), "arrow":True}
337
-
]
324
+
self.tutorial_objects= [
325
+
{"id": "0",
326
+
"x": 400,
327
+
"y": 0,
328
+
"object_id": "filesTreeView",
329
+
"text": _("<b>Welcome!</b> OpenShot Video Editor is an award-winning, open-source video editing application! This tutorial will walk you through the basics.<br><br>Would you like to automatically send errors and metrics to help improve OpenShot?"),
330
+
"arrow": False
331
+
},
332
+
{"id": "1",
333
+
"x": 20,
334
+
"y": 0,
335
+
"object_id": "filesTreeView",
336
+
"text": _("<b>Project Files:</b> Get started with your project by adding video, audio, and image files here. Drag and drop files from your file system."),
337
+
"arrow": True
338
+
},
339
+
{"id": "2",
340
+
"x": 200,
341
+
"y": -15,
342
+
"object_id": "timeline",
343
+
"text": _("<b>Timeline:</b> Arrange your clips on the timeline here. Overlap clips to create automatic transitions. Access lots of fun presets and options by right-clicking on clips."),
344
+
"arrow": True
345
+
},
346
+
{"id": "3",
347
+
"x": 200,
348
+
"y": 100,
349
+
"object_id": "dockVideoContents",
350
+
"text": _("<b>Video Preview:</b> Watch your timeline video preview here. Use the buttons (play, rewind, fast-forward) to control the video playback."),
351
+
"arrow": True},
352
+
{"id": "4",
353
+
"x": 20,
354
+
"y": -35,
355
+
"object_id": "propertyTableView",
356
+
"text": _("<b>Properties:</b> View and change advanced properties of clips and effects here. Right-clicking on clips is usually faster than manually changing properties."),
357
+
"arrow": True
358
+
},
359
+
{"id": "5",
360
+
"x": 20,
361
+
"y": 10,
362
+
"object_id": "transitionsTreeView",
363
+
"text": _("<b>Transitions:</b> Create a gradual fade from one clip to another. Drag and drop a transition onto the timeline and position it on top of a clip (usually at the beginning or ending)."),
364
+
"arrow": True
365
+
},
366
+
{"id": "6",
367
+
"x": 20,
368
+
"y": 20,
369
+
"object_id": "effectsTreeView",
370
+
"text": _("<b>Effects:</b> Adjust brightness, contrast, saturation, and add exciting special effects. Drag and drop an effect onto the timeline and position it on top of a clip (or track)"),
371
+
"arrow": True
372
+
},
373
+
{"id": "7",
374
+
"x": -265,
375
+
"y": -22,
376
+
"object_id": "export_button",
377
+
"text": _("<b>Export Video:</b> When you are ready to create your finished video, click this button to export your timeline as a single video file."),
0 commit comments