When using the split command to output files using a count string the time stamp is not recognizing the same string. Here is my command.
The output files are
test0000.h264
timestamps%04d.txt and not timestamps0000.txt
Can this be done?
Code:
libcamera-vid -t 0 -b 10000000 --framerate 30 --width 1920 --height 1080 --nopreview --autofocus-window manual --lens-position 0.5 --initial pause --split --profile high --level 4.2 -k --inline -o test%04d.h264 --save-pts timestamps%04d.txt
The output files are
test0000.h264
timestamps%04d.txt and not timestamps0000.txt
Can this be done?
Statistics: Posted by Jdiesel — Thu Mar 14, 2024 4:58 pm — Replies 0 — Views 37