ehendrix23 / tesla_dashcam

Convert Tesla dash cam movie files into one movie
Apache License 2.0
661 stars 79 forks source link

Feature Request: Layout 2x2 tiles, tight #116

Open Martien opened 4 years ago

Martien commented 4 years ago

Love to view four cams in a simple 2x2 layout; just four tiles that make up one big tile. Saves a lot of screen real estate.

Must fall back to hand-crafted ffmpeg…

ehendrix23 commented 4 years ago

One of the items I have been working towards is allowing one to have a custom layout instead of one of the pre-defined ones. This will be coming and then you would be able to create your own layout. :-)

ehendrix23 commented 3 years ago

FYI,

Not forgotten about this. Making internal improvements to tesla_dashcam so that enhancements can be added easier and overall improved code. Once that is done I can look at this.

ehendrix23 commented 1 year ago

Beta version allows for complete custom layout with 2 new options: --camera_position and --camera_order.

With camera_position you can set for each clip what the position should be in the resulting video by providing the respective coordinates for each clip. Then with camera_order you provide the order for each clip, allowing overlap of clips.

No executables yet for this version but this should allow you to do a 2x2 tile and if no overlap no need to use camera_order.

For example, to do: FRONT,REAR LEFT,RIGHT

You would do: --camera_position camera=front x_pos=0

That would then set it to the custom layout and for that the default coordinates are: Front: 0x0 Rear: x0 Left: 0xmax(, ) Right: xmax(, )

I might actually just make a TILE layout as well with this as default .