←  Programs

ComputerCraft | Programmable Computers for Minecraft

»

Lightshot 1.5 - Pause Your Recording

Sxw's Photo Sxw 10 Feb 2013

Wait... I looked at the save file, possible bug if you try to record something with [[ or ]] in it?
Quote

TheOddByte's Photo TheOddByte 10 Feb 2013

I should let you know if you have'nt noticed this or someone has posted this(Did'nt bother to read every post)
That when recording it seems like you can't enter a dir/folder..

Just noticed that that was fixed...
Great work anyway! :D
Quote

TheOddByte's Photo TheOddByte 10 Feb 2013

By the way..
Could you maybe add something like Play/Pause/Rewind/Fast Forward in this program?
Is that possible?
If so then that would be awsome!
Quote

theoriginalbit's Photo theoriginalbit 10 Feb 2013

View PostHellkid98, on 10 February 2013 - 02:45 PM, said:

By the way..
Could you maybe add something like Play/Pause/Rewind/Fast Forward in this program?
Is that possible?
If so then that would be awsome!
Thats where players come in... Like the up and coming CCTube :)
Quote

NeverCast's Photo NeverCast 11 Feb 2013

CCTube Rewind may only be able to step backwards in keyframes, or I'll have to do some reverse rendering. Should be possible actually, We'll have to see how it goes :D
Quote

theoriginalbit's Photo theoriginalbit 11 Feb 2013

View PostNeverCast, on 11 February 2013 - 01:23 PM, said:

CCTube Rewind may only be able to step backwards in keyframes, or I'll have to do some reverse rendering. Should be possible actually, We'll have to see how it goes :D
I already told you that was on the TODO list... not my fault you cant read :P
Quote

NeverCast's Photo NeverCast 11 Feb 2013

Well sorry but I wanted to compress files by 90% instead of allowing easy reverse :P
Quote

theoriginalbit's Photo theoriginalbit 11 Feb 2013

View PostNeverCast, on 11 February 2013 - 11:15 PM, said:

Well sorry but I wanted to compress files by 90% instead of allowing easy reverse :P
So you should be! now stop flaunting this on an unrelated topic :P
Quote

theoriginalbit's Photo theoriginalbit 17 Feb 2013

Hey Grav,

thought of another cool idea for an update in addition to a gui, and stuff... figured I'd post it here over my topic as it relates to this :P

Other idea is:
The ability to continue recording after a controlled restart (i.e. not a server shutdown or chunk unload or CTRL+R)

Details:
if a recording is in progress and os.reboot is called, it pauses the recording, renames the startup if it exists, makes one to run itself, saves its content so far, reboots the computer, opens up the video file again, grabs its data, removes the temp file, removes its startup, renames the old startup, unpauses the recording, runs the startup....

or something to that effect... thoughts?

regards,
theoriginalbit :)

EDIT: Since you aren't following your own topic, this should get your attention :P

GravityScore said:


Edited by TheOriginalBIT, 17 February 2013 - 04:26 AM.
Quote

remiX's Photo remiX 17 Feb 2013

Doesn't look like Gravity looks at this thread at all :P

TOB's suggestions sounds really cool ...
Quote

theoriginalbit's Photo theoriginalbit 17 Feb 2013

View PostremiX, on 17 February 2013 - 11:10 AM, said:

Doesn't look like Gravity looks at this thread at all :P
Indeed it seems that way :P
Quote

Cranium's Photo Cranium 17 Feb 2013

View PostTheOriginalBIT, on 17 February 2013 - 02:46 AM, said:

-snip ridiculously long and complicated explanation of resume on startup=
I actually like this idea. That way, you can record using "reboot" as a command, and how it relates to running a startup program.
Quote

GravityScore's Photo GravityScore 17 Feb 2013

View PostTheOriginalBIT, on 17 February 2013 - 01:03 PM, said:

View PostremiX, on 17 February 2013 - 11:10 AM, said:

Doesn't look like Gravity looks at this thread at all :P
Indeed it seems that way :P

My train of thought: "Huh? People... in my thread! D: I must respond SOON..." <- Repeat each time I see the thread.

Anyway, I do like the idea. It would involve a bit of shuffling around, but it's doable. I'll look into it :P
Quote

theoriginalbit's Photo theoriginalbit 17 Feb 2013

View PostGravityScore, on 17 February 2013 - 05:44 PM, said:

My train of thought: "Huh? People... in my thread! D: I must respond SOON..." <- Repeat each time I see the thread.
Lol... Thats why I follow, coz then the notification annoys me :P

View PostGravityScore, on 17 February 2013 - 05:44 PM, said:

Anyway, I do like the idea. It would involve a bit of shuffling around, but it's doable. I'll look into it :P
YAY! :D good luck :)
Quote

Shnupbups's Photo Shnupbups 18 Feb 2013

BUG REPORT:

Lightshot does not record program errors.
If a program you're running errors, you cannot see the error in the finished recording.
Quote

theoriginalbit's Photo theoriginalbit 18 Feb 2013

View PostShnupbups100, on 18 February 2013 - 08:48 PM, said:

BUG REPORT:

Lightshot does not record program errors.
If a program you're running errors, you cannot see the error in the finished recording.
Lol nice pickup ;)

Should pickup a BSoD, but I feel I know why it doesn't pickup the error, lets see if Grav knows why :P
Quote

GravityScore's Photo GravityScore 18 Feb 2013

View PostShnupbups100, on 18 February 2013 - 08:48 PM, said:

BUG REPORT:

Lightshot does not record program errors.
If a program you're running errors, you cannot see the error in the finished recording.

FUUUUUUUUU....

This always breaks :( I'll try and see what's wrong soon - MUST. FINISH. FIREWOLF 2.4/3.0 ARRRGGG. It's slowly becoming the death of me.

I might have a bit of re-writing to do...
Quote

TheOddByte's Photo TheOddByte 24 Feb 2013

I have some suggestions here if you don't mind.
Spoiler
Quote

remiX's Photo remiX 24 Feb 2013

Hey grav, have you been working on a fix for Lightshot not capturing api's printing stuff and errors? :P
Quote

theoriginalbit's Photo theoriginalbit 24 Feb 2013

View PostHellkid98, on 24 February 2013 - 09:19 AM, said:

I have some suggestions here if you don't mind.
Spoiler
It's pretty hard to know how big a file is going to be before recording it... both suggestions would require knowing how big the file is...
Quote