I am working on a video processing task with vlc for study purpose. I am capturing the screen with "Recording ratio" under " scene video filter".
Unlike snapshot feature,image name cannot be append with filename or time.(correct me if i am wrong).
So currently i implemented timestamp feature in "scene.c",which results in saved image name as "prefix"(whatever we give) with timestamp. But i also want actual file name also with it.
I really stuck at this part. can i use "string_format" function here. if so please tell how to import this function to "scene.c".
I am using source code vlc_2.2.0
Thanking you in advance.....