Open mrd0n opened 1 week ago
Good to know!
My teslausb installation is broken (for still unknown reasons, I haven't looked into it), so I haven't looked at this in a long time unfortunately.
Maybe there could be an addition to tesla_dashcam to add extra ffmpeg arguments that could be accepted? Otherwise I guess this repository can point to a fork for now, since this sounds like a good feature.
When passing the parameter
--title_screen_map
option to tesla_dashcam/ffmpeg, the videos were stuck at the first frame when viewing with the Safari browser and the QuickTime Player.The issue can be addressed by including the ffmpeg options
-pix_fmt
andyuv420p
. These options are already part of the dev branch of tesla_dashcam, but are commented out. (around line 2200). Including these ffmpeg parameters allowed the videos generated with the staticmap image at the front to play properly on my iPhone and MacBook.Just sharing here in case others run into the same problem. (This is obviously not an issue with this repository, but rather related to tesla_dashcam and ffmpeg.)