Add date and time to stream filename? rec-yyyy-mm-dd-hhmmss.ts #17018
Unanswered
DanijelDomazet
asked this question in
Q&A
Replies: 3 comments 3 replies
|
You need a script setting |
2 replies
|
Related question, is it possible to save muxed into mp4 instead of only ts? |
0 replies
|
You probably would like to use some existing solution, instead of doing it manually. https://github.com/Sagnac/streamsave |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I added one line to my
~/.config/mpv/input.confto enable recording of a stream to file viarkeypress:r cycle-values stream-record "" "/home/dd/recordings/rec.ts"That works fine.
Is there a way to set output filename to include current date and time?
For example
rec-yyyy-mm-dd-hhmmss.ts?All reactions