Skip to content

Program in Java that takes your travel footage (pictures and videos) and makes a video with them: the program divides them per location and adds a map of it to separate them.

License

Notifications You must be signed in to change notification settings

the-other-mariana/travel-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Video Generator

Program in Java that concatenates all your travel media (pics and vids) and, by using its metadata, the program separates everything by locations in the output video. The video result is divided by these locations, where each of them starts with a map of the place and it's followed by all the media created when in that place.

Specifications

Java version (JRE or JDK): jre1.8.0_241
Execution environment: JavaSE-1.8
Xampp Apache

External tools used

The code executes other existing programs, all of which are included in the main folder, but which I do not own. It uses:

ffmpeg (found online)
Exif Tool (found online)
static map lite (found online, by another git user)

Usage

Before Executing

Download travel-video-package folder and store it in your computer.
Drag ffmpeg folder to your Desktop.
Drag exiftool.exe file to your Desktop.
Drag sampleInputFolder folder to your Desktop.
Drag YourTrip.jar file to your Desktop.
Drag staticmaplite-master decompressed folder to htdocs.
Start xampp apache

While executing

For running the jar file, please type java -jar YourTrip.jar sampleInputFolder in your command prompt.

After executing

Video file RESULT.mkv as your final output video in YourVideoOutput folder.

Sample output

The gif version of the output is the following:

alt text

Source Code

The folder travelVideo_MarianaAvalos has the java project, where the VideoMaker file contains the main function.

About

Program in Java that takes your travel footage (pictures and videos) and makes a video with them: the program divides them per location and adds a map of it to separate them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published