We are using ffmpeg for grabbing X11 session and we had changed a bit the commant run. I will write only the different part of the command; the rest were maintained so are not important for this problem:
ffmpeg ….. -t 00:14:58 (old command)
ffmpeg ….. -f segment -segment_time 900 -strftime 1 (new command)
Resulting files are (in both cases) MP4. But in new – using segments – variant I am able to open the file in VLC player as usual but I cannot do any location inside. So I have to wait for example 700s to see what had happened at that time – I cannot use VLC slider to muve to that position.
I am sure there is parametric solution I cannot find out yet 🙂
Many thanx for any ideas; in case of further details no problem to add them.
Regards, Pavel
I am just browsing internet whether I find any tip for possible solution. I expected the behaviour like before, i.e. to be able to move to any location in resulting MP4 file when played back.
pavlii is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.