Page 1 of 1

Lister: Save frame from video

Posted: 2022-05-19, 09:55 UTC
by funkymonk
Since the integrated video player supports framewise stepping, it would be great to have an option to save the current still image to a file.
My suggestion is to put a corresponding function into the context menu: "Save frame to file '<filename>'".
The <filename> should be autogenerated as <videofilename_without_extension>_<framenumber>.jpg

Even better, the <framenumber> should be 0-padded, so the character length of the value matches the required length for the last frame.

Assuming we are at frame 200 (out of 20.000 frames) of a file video.mpg.
Then, the frame would be saved to "video_00200.jpg"

---

Of course, a second option "Save frame to file..." would also be nice, that asks for a file name first (with the autogenerated filename as a preset suggestion).

Re: Lister: Save frame from video

Posted: 2022-05-20, 14:04 UTC
by Fla$her
Support++

Re: Lister: Save frame from video

Posted: 2022-06-09, 20:36 UTC
by funkymonk
Is there maybe any opinion on this feature request from the author or the community?
(I once more had to extract single frames from several videos and would highly appreciate such a function. Others as well?)

Re: Lister: Save frame from video

Posted: 2022-06-10, 07:31 UTC
by ghisler(Author)
It would indeed be nice to have, but when I checked this when getting the suggestion I couldn't find any DirectX functions to actually get a frame from a video. I don't know how other players do this, maybe they insert an extra custom made filter to the filter graph to access the video data. But even then it may be in a strange format like YUV not suited for saving.

Re: Lister: Save frame from video

Posted: 2022-06-10, 08:25 UTC
by funkymonk
Ok. Anyway, many thanks for taking the time to check the libraries for such a feature (as well as for video rotation in another suggestion). Writing a filter for it would probably require too much effort -- after all, TC is a file manager (with great additional features) and not a video player...

Maybe in the future... :D

Re: Lister: Save frame from video

Posted: 2022-06-11, 09:43 UTC
by Fla$her
2ghisler(Author)
What about this request? Can you handle it?

Re: Lister: Save frame from video

Posted: 2022-06-12, 07:21 UTC
by ghisler(Author)
Sorry, I didn't find a good way to integrate this option into the user interface.

Re: Lister: Save frame from video

Posted: 2022-06-12, 08:38 UTC
by vdijken
I have Gadwin PrintScreen installed. One push on the PrintScrn button and you have your screen shot.