1
0
Fork 0

framerate 30

master
jebba 2021-07-14 22:55:53 -06:00
parent b1c1ea6f07
commit 5fa2d197e3
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ rm video.mkv video.h265
# In another terminal
cd luxonis-cruft
ffmpeg -i video.h265 video.mkv
ffmpeg -framerate 30 -i video.h265 video.mkv
# In another terminal
# Run the server back in the

View File

@ -15,7 +15,7 @@ echo "Start encoding..."
sleep 30
echo "Encode to Matroska"
ffmpeg -loglevel quiet -i video.h265 video.mkv &
ffmpeg -framerate 30 -loglevel quiet -i video.h265 video.mkv &
sleep 60