Gear 360 software wont stitch trimmed video

Started by gecko, October 04, 2020, 12:03:54 PM

Previous topic - Next topic

gecko

Hi,

I'm using Gear 360 camera to film 360 videos.

Unfortunately, the built-in camera /phone processors are too slow to stitch the 360 videos. Instead, I copy the video (unstitched) to computer, to be processed by Action Director Software (Samsung OEM).

Any unmodified video from the camera, copied onto pc, can be processed and stitched by Action Director. However, if videos are trimmed, using ffmpeg, the software will not stitch the videos.

Is a metadata tag preventing stitching?


ffmpeg command:
ffmpeg -i 360_0001.mp4 -vcodec copy -ss 00:00:02 -to 00:00:03 outcut.mp4

Videos:
1- Original - 360_0001.mp4: https://drive.google.com/file/d/1aZqZrjgR-7FzNC1cTeN_wVC4av83X70s/view?usp=sharing
2- Trimmed - outcut.mp4: https://drive.google.com/file/d/1cQP8cv7y8o3mSQiHiUa4kMBa_JWKU0c6/view?usp=sharing

Phil Harvey

Sorry for the delay in responding.

I really can't say for sure what Action Director requires to be able to stitch the video (maybe you should ask them).  But I think your guess is correct that may be related to some metadata.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).