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
* Temp exe
* Updated temporary exe file
* Delete tesla_dashcam_190b3.exe
* Fix check release
* Updated README with initial 0.1.10 and additional TODO
Updated README with items already in progress for 0.1.10
Added items to TODO list
* Fix running tesla_dashcam when installed with pip
* Updated README with additional items done for next release
* Initial set of updates for 0.1.10.
* Timestamp sorting fix
* Added Chapter Markers in To-Do list
* Made behaviour for single folder same as multiple
Made behaviour for single folder discovered same as multiple.
* --delete_souce now also for execution without --monitor
* Updated README and reorged 0.1.10 items a bit
* Fix deleting foldr file if name same as clip name
* Exclude ffmpeg.exe
* Default output folder, change in folder filename
Added default output folder
Changed folder filename to <Start_Timestamp>_<End_Timestamp>
Source is optional now
* Set Python version to 3.7 only
* Updated readme for 0.1.10
Finished updating readme
* Set version to 0.1.10
* Fixed metadata issue
Fixed if all 3 files of a timestamp are corrupt
Ensured that video_timestamp is dateformat if timestamp was retrieved from filename instead of clip.
* Fixed issue if camera file was missing
Fixed an issue if a camera file was missing.
Removed now unused MOVIE_LAYOUT dictionary
* Release 0.1.10
* Fixed traceback issue for ffmpeg (#39)
* Added option to test distribution with TestPyPi
* Version change to 0.1.11
* Updated README
Added 2 fixes for 0.1.11
Added option to crop videos in TODO section
* Fixed output folder issues
* Missing piece for PyPi
Figured out missing piece allowing easy execution from PyPi.
* Updated links to executables
* Removed DIAGONAL as it is not implemented
* Formatting update with Black
Formatting update with Black
* Fix for folder deletion with empty files
Fix for issue #40 where folders would not be deleted if there are 0-byte or corrupt files within the folder
* Fixed --output with filename issue
Fixed issue #52 with --output when providing a filename
* Changed concat for movie creation
Changed how to concatenate the clips in create_movie resulting in massive performance improvement.
* Updated README for create_movie
Updated readme for create_movie performance improvement
* Add chapter markers
Concatenated video files now will have chapter markers. Folder level will have chapters for each clip, merged will have chapters for each folder
* removed single clip exception
Removed single clip exception for creating movie as we now add chapters in it as well hence need to process.
* Add flags -movstart and +faststart
Added flags -movstart and +faststart to movies (not clips) created
* Updated README
* Version change to 0.1.12 beta 0
* Further fix for output argument
Further fix for output argument to determine what was provided.
* Fix chapter settings when video speed is adjusted
Chapter settings were not taking into consideration that clips were sped-up or slowed-down.
* Fix issue 54 (win10toast notifier)
Potential fix for issue 54
* Missed something
* Fix traceback with invalid output path
* Trigger file or folder and few fixes
Option to provide a trigger file or folder for monitoring.
Fix for sub-dir scanning
Fix for nothing being processed if . was provided as source.
* Cosmetic fixes
* Added chapter offset & movie filename fix
Added optional chapter offset for merged video file.
Fix for moviefile when output filename is provided on monitor
* Beta version 0.1.12.2
* Fix typo in new version check output (#56)
* Update README
* Final prep of README for 0.1.12
* Cleanup
* Fixes for chapter and deletion with corruptio files
Fix for chapter of 1st clip
Fix for deletion of files & folders with corrupt files.
* Fix oopsie
* Fix if file does not have timestamp
Fix if fiel does not have timestamp for issue introduced with fixing deletion of corrupt/empty files
* Added durations of resulting movie to print out
* Version to 0.1.12 for release
`ffmpeg <https://www.ffmpeg.org/legal.html>`_ is included within the respective package.
58
74
ffmpeg is a separately licensed product under the `GNU Lesser General Public License (LGPL) version 2.1 or later <http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html>`_.
- Fixed: Python version has to be 3.7 or higher due to use of capture_output `Issue #19 <https://github.com/ehendrix23/tesla_dashcam/issues/19>`_
660
711
0.1.11:
661
712
- Fixed: Traceback when getting ffmpeg path in Linux `Issue #39 <https://github.com/ehendrix23/tesla_dashcam/issues/39>`_
662
-
- Fixed: running tesla_dashcam when installed using pip. `Issue #38 <https://github.com/ehendrix23/tesla_dashcam/issues/38>`_
713
+
- Fixed: Running tesla_dashcam when installed using pip. `Issue #38 <https://github.com/ehendrix23/tesla_dashcam/issues/38>`_
663
714
- Fixed: Just providing a filename foroutput would resultin traceback.
664
715
- Fixed: When providing a folder as output it would be possible that the last folder name was stripped potentially resulting in error.
665
-
716
+
0.1.12:
717
+
- New: Added chapter markers in the concatenated movies. Folder ones will have a chapter marker for each intermediate clip, merged one has a chapter marker for each folder.
718
+
- New: Option --chapter_offset foruse with --merge to offset the chapter markerin relation to the folder clip.
719
+
- New: Added flags -movstart and +faststart for video files better suited with browsers etc. (i.e. YouTube). Thanks to sf302 for suggestion.
720
+
- New: Option to add trigger (--monitor_trigger_file) to use existence of a file/folder/link for starting processing instead of USB/SD being inserted.
721
+
- Changed: Method forconcatenating the clips together has been changed resultingin massive performance improvement (less then 1 second to do concatenation). Big thanks to sf302!
722
+
- Fixed: Folders will now be deleted if there are 0-byte or corrupt video files within the folder `Issue #40 <https://github.com/ehendrix23/tesla_dashcam/issues/40>`_
723
+
- Fixed: Providing a filename for --output would create a folder instead and not setting resulting file to filename provided `Issue #52 <https://github.com/ehendrix23/tesla_dashcam/issues/52>`_
724
+
- Fixed: Thread exception in Windows that ToastNotifier does not have an attribute classAtom (potential fix). `Issue #54 <https://github.com/ehendrix23/tesla_dashcam/issues/54>`_
725
+
- Fixed: Traceback when invalid output path (none-existing) is provided or when unable to create target folder in given path.
726
+
- Fixed: Including sub dirs did not work correctly, it would only grab the 1st folder.
727
+
- Fixed: When using monitor, if. was provided as sourcethen nothing would be processed. Now it will process everything as intended.
728
+
- Fixed: File created when providing a filename with --output and --monitor option did not put timestamp in filename to ensure unique filenames
729
+
- Fixed: Argument to get release notes was provided incorrectly when checking for updates. Thank you to demonbane for fixing.
666
730
667
731
TODO
668
732
----
669
733
670
734
* Allow exclusion of camera(s) in output (i.e. don't include right, or don't include front, ...).
671
735
* Implement option to crop individual camera output
672
736
* Provide option to copy or move from source to output folder before starting to process
673
-
* Add chapter markers
674
-
* Allow for scanning if there are new folders and process if there are
675
737
* Develop method to run as a service with --monitor option
676
738
* GUI Front-end
677
739
* Support drag&drop of video folder (supported in Windows now, MacOS not yet)
0 commit comments