-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/mlveggo/QtmVideoGridRender …
…into main
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# QtmVideoGridRender | ||
Render grid videos from a bunch of video files and include timestamp in the new h264 video (smpte if available) | ||
Render grid videos from a bunch of video files and include timestamp in the new mpeg4 video (smpte if available) | ||
|
||
1. It will go through all subfolders of the starting folder. | ||
2. If a .qtm file is found it will locate all associated Miqus Video .avi files | ||
3. It will extract smpte time code from the avi file(s) if available. | ||
4. It will design a video grid depending on number of avi files, 4 = 2x2 grid. | ||
5. Video Encoding is using ffmpeg in h264 | ||
5. Video Encoding is using ffmpeg in mpeg4 | ||
6. If an already existing filename.qtm/.avi exist then it will not recreate it. | ||
|