You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort images by date and time originally taken. This fixes the ordering
when using images from multiple cameras (e.g. DSLR and smart phone)
and when image numbers wrap around (IMG_9999.jpg -> IMG_0001.jpg)
(@thekid)
Merged PR #10: Synchronize images. The import tool now uses server
information to synchronize images instead of relying on the local
directory being in a consistent state.
(@thekid)
Fixed Codec AVOption g (set the group of picture (GOP) size) specified
for input file error
(@thekid)
Merged PR #8: Video support. Dialog can now import .mov, .mp4 and .mpeg
files, converting them to web-optimized H.264 video and automatically
extracting poster images.
(@thekid)