We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gopro timelapse 30 tl.mp4 4000 3000 on set of images from GoPro Hero 7 produces "jumpy" timelapse because images are not in completely right order.
gopro timelapse 30 tl.mp4 4000 3000
Images are ordered by this code:
$(type -P ls) -1tr ./*.JPG >gopro_timelapse_list.txt
here is an example result of this sorting in my case:
✔ rk:/tmp/gopro_tl> $(type -P ls) -1tr ./*.JPG ./G0011200.JPG ./G0011202.JPG ./G0011201.JPG ./G0011204.JPG ./G0011203.JPG ./G0011206.JPG ./G0011205.JPG ./G0011208.JPG ./G0011207.JPG ./G0011210.JPG ./G0011209.JPG ./G0011212.JPG ./G0011211.JPG ./G0011214.JPG ./G0011213.JPG ./G0011216.JPG ./G0011215.JPG ./G0011218.JPG ./G0011217.JPG ./G0011220.JPG ./G0011219.JPG
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gopro timelapse 30 tl.mp4 4000 3000
on set of images from GoPro Hero 7 produces "jumpy" timelapse because images are not in completely right order.Images are ordered by this code:
here is an example result of this sorting in my case:
The text was updated successfully, but these errors were encountered: