Matthew Francois

Results 5 comments of Matthew Francois

Circling back to this; sorry, life got in the way! I did a "bare minimum" setup and it's working with BetterRolls and MIDI-QoL. Here's what I set up: - Attacker...

Use the --thumbnail option in the command line, with the path to your thumbnail file as the argument. Example: `youtube-upload --title="My Video" --thumbnail="image.jpg" video.mp4`

So apparently... this works? `>>> clip.subclip(clip.duration-10)` `*** ValueError: t_start (615.00) should be smaller than the clip's duration (585.00).` `>>> clip.duration` `625.0` `>>> clip.set_duration(clip.duration).subclip(clip.duration-10)` `` :confounded:

When creating a clip with concatenate, the duration is set correctly (in my example, 625), but that duration isn't recognized by subclip (note the message that "t_start (615) should be...

Can be worked around by nesting IDs in an object; suggest an improvement to the parser to avoid this extraneous information: ``` { "_id": 867158537, "name": "Home", "stars": [ {...