[WONTFIX] Delete RAW option on RAW_REC

Started by RenatoPhoto, October 25, 2013, 04:57:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RenatoPhoto

The preview option is nice in raw_rec and would also be nice if a delete function is added.
This delete option is available in 1% builds and it is nice to replay and delete without having to move around the ML menu.
Of course there is file_man and that too is very nice.
http://www.pululahuahostal.com  |  EF 300 f/4, EF 100-400 L, EF 180 L, EF-S 10-22, Samyang 14mm, Sigma 28mm EX DG, Sigma 8mm 1:3.5 EX DG, EF 50mm 1:1.8 II, EF 1.4X II, Kenko C-AF 2X

a1ex

It was discussed and the conclusion was that it was too easy to delete important clips.

RenatoPhoto

http://www.pululahuahostal.com  |  EF 300 f/4, EF 100-400 L, EF 180 L, EF-S 10-22, Samyang 14mm, Sigma 28mm EX DG, Sigma 8mm 1:3.5 EX DG, EF 50mm 1:1.8 II, EF 1.4X II, Kenko C-AF 2X

1%

I have this feature under the playback button. Basically delete last clip.

RenatoPhoto

Quote from: 1% on October 25, 2013, 05:52:44 PM
I have this feature under the playback button. Basically delete last clip.
Works well and it is nice if you want to delete.  Great for testing and deleting the clip.
http://www.pululahuahostal.com  |  EF 300 f/4, EF 100-400 L, EF 180 L, EF-S 10-22, Samyang 14mm, Sigma 28mm EX DG, Sigma 8mm 1:3.5 EX DG, EF 50mm 1:1.8 II, EF 1.4X II, Kenko C-AF 2X

1%

Its faster than going back to file man when doing test clips. Also if you review and find it sucks you can delete right away.

RenatoPhoto

Ok, I did copy paste.  That is the extent of my coding abilities.

I added

static void raw_delete(void* priv, int delta)
{
if(!RAW_IS_IDLE || !movie_filename) return;

FIO_RemoveFile(movie_filename);
movie_filename = 0;
}


and then:

            {
                .name = "Delete",
.select = raw_delete,
.help = "Set video file size to zero",
            },


It works!  But I am wondering if there could be any problems in doing this!
http://www.pululahuahostal.com  |  EF 300 f/4, EF 100-400 L, EF 180 L, EF-S 10-22, Samyang 14mm, Sigma 28mm EX DG, Sigma 8mm 1:3.5 EX DG, EF 50mm 1:1.8 II, EF 1.4X II, Kenko C-AF 2X

1%

Other than accidentally deleting something you don't want, no.

RenatoPhoto

Great thanks!

Accidentally sound like not installing ML because it could damage your cam. ;)
http://www.pululahuahostal.com  |  EF 300 f/4, EF 100-400 L, EF 180 L, EF-S 10-22, Samyang 14mm, Sigma 28mm EX DG, Sigma 8mm 1:3.5 EX DG, EF 50mm 1:1.8 II, EF 1.4X II, Kenko C-AF 2X

1%

Accidentally like you can do it on your computer except there is no recycle bin/trash

feureau

Been using this build since forever. This is so useful, it should be reconsidered for addition to main.