-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Trimming VIRB360 video loses the projection information #169
Comments
Looks like this may be the reason: |
Now inside the help screen you can see a log of the last ffmpeg commands so you can copy and paste |
Have you tried this? |
I found a solution to this: Go to Settings and enable the |
@mifi I successfully split my 360-video into several 360-pieces with "Experimental flag" set to true, but I can't join that pieces into a new single source. The result is not 360. Looks like it loses some meta-data or something else when doing merge. How can I merge some 360-videos into one 360-piece? |
@dhilt did you try to enable the "Preserve original metadata when merging? (slow)" option? And I think "Preserve all MP4/MOV metadata" needs to be disabled |
I think this is somewhat related to #853 |
So to summarise where the issue currently stands at:
However if merging (concat), it does not copy the side data ffmpeg -i 360.mp4 -f concat -safe 0 -i 360.txt -c copy -map 1 -map_metadata 0 -strict experimental -y 360-out.mp4
# even when explicitly specifying the metadata for "global" and "streams":
ffmpeg -f concat -safe 0 -i 360.txt -i 360.mp4 -strict experimental -c copy -map 0 -map_metadata:g 1:g -map_metadata:s 1:s -strict experimental -y 360-out.mp4
also: google/spatial-media#226 |
Ok I found that ffmpeg currently doesn't support it when concatenating files: BUT I found that exiftool seems to support it, so I'm considering adding it to losslesscut: |
That's great! BTW I did merge with google spatialmedia. |
Will track in #1027, so I'll close this |
Hi,

I am looking for a lean and mean video cutter which does not reencode video, and came accross this project which looks promising. However when trying to trim a video shot on VIRB360 (360 video) it somehow loses the projection information, and the trimmed video is not displayed correctly.
Looking at the codec information in VLC I see that the projection information has been lost. Is there any way to preserve it? Attached 2 screenshots: codec information of original file, and codec information of trimmed file.
Thanks!
The text was updated successfully, but these errors were encountered: