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 # In another terminal
cd luxonis-cruft cd luxonis-cruft
ffmpeg -i video.h265 video.mkv ffmpeg -framerate 30 -i video.h265 video.mkv
# In another terminal # In another terminal
# Run the server back in the # Run the server back in the

View File

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