ehendrix23 / tesla_dashcam

Convert Tesla dash cam movie files into one movie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--output Forcing folder when filename specified v0.1.11

raushel opened this issue · comments

It looks like when --output was modified in this release to fix a traceback issue when specifying a file name, the ability to just rename the output file was broken.

Server 2019
pip install 0.1.11, but confirmed with binary version as well

$foldername = "\wse\pictures\dashcam\TeslaCam\2019-08-03_19-00-19"
$output = "\wse\pictures\dashcam\TeslaCam\2019-08-03_19-00-19\2019-08-03_19-00-19.mp4"

tesla_dashcam $foldername --quality HIGH --layout WIDESCREEN --rear --encoding x265 --no-notification --output $output --no-timestamp --no-check_for_update

Now it's creating 2019-08-03_19-00-19.mp4 as a folder, placing intermediate files within this folder, and then not renaming the file to the desired filename.

Stitching is running on the final file in the screenshot below, but will be left with just the long timestamp filename in the wrong folder with the wrong name:

image

Final Result:

image

image