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

Release 0.1.10 (v2) #35

Closed
wants to merge 24 commits into from
Closed

Release 0.1.10 (v2) #35

wants to merge 24 commits into from

Conversation

ehendrix23
Copy link
Owner

Release 0.1.10

Fixed:

New:

  • Added scale option to set the scale of the clips and thus resulting video. (--scale)
  • Added option to specify a parameter file using @ where parameters can be located in. (@)
  • One can now specify multiple sources instead of just 1.
  • Individual file(s) can now be provided as a source as well (only 1 camera filename has to be provided to get all 3)
  • Source is now optional, if not provided then it will be same as --monitor_once with as source SavedClips.

Changed:

  • Timestamp within video will now be used for concatenation of the clips at folder level and all (--merge option) instead of filename. This will ensure that even when crossing timezones the order of the video is still accurate.
  • --delete_source will delete source files when specified even when --monitor or --monitor_once is not specified Issue #28 <https://github.com/ehendrix23/tesla_dashcam/issues/28>_
  • Output will default to Videos\Tesla_Dashcam (Windows) Movies/Tesla_Dashcam (MacOS), or Videos\Tesla_Dashcam (Linux) if not output folder specified.
  • Filename for the folder video files will not have start and end timestamp in local timezone instead of just folder name. Issue #30 <https://github.com/ehendrix23/tesla_dashcam/issues/30>_ and Issue #33 <https://github.com/ehendrix23/tesla_dashcam/issues/33>_
  • Updated release notes for each release better identifying what is new, changed, and fixed.

Updated README with items already in progress for 0.1.10

Added items to TODO list
Made behaviour for single folder discovered same as multiple.
Added default output folder
Changed folder filename to <Start_Timestamp>_<End_Timestamp>
Source is optional now
Finished updating readme
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 an issue if a camera file was missing.
Removed now unused MOVIE_LAYOUT dictionary
@ehendrix23 ehendrix23 closed this May 30, 2019
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

Successfully merging this pull request may close these issues.

1 participant