Skip to content
New issue

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

Wrong order of images when generating timelapse #25

Open
radimklaska opened this issue Oct 4, 2019 · 0 comments
Open

Wrong order of images when generating timelapse #25

radimklaska opened this issue Oct 4, 2019 · 0 comments

Comments

@radimklaska
Copy link

radimklaska commented Oct 4, 2019

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:

$(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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant