<div dir="ltr"><div><div><div>Hi there. <br><br></div>I am finally in a position to edit spherical vr video in kdenlive. <br></div>To save myself an extra step, I would like to set the metadata for the video as spherical in kdenlive already. <br></div><div>To do this in ffmpeg is pretty easy:</div><div><br></div><div>ffmpeg -i input.mkv -metadata:s:v spherical-video='<rdf:SphericalVideo xmlns:rdf="<a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">http://www.w3.org/1999/02/22-rdf-syntax-ns#</a>" xmlns:GSpherical="<a href="http://ns.google.com/videos/1.0/spherical/">http://ns.google.com/videos/1.0/spherical/</a>"> <GSpherical:Spherical>true</GSpherical:Spherical> <GSpherical:Stitched>true</GSpherical:Stitched> <GSpherical:ProjectionType>equirectangular</GSpherical:ProjectionType> </rdf:SphericalVideo>' -acodec copy -vcodec-copy out.mkv</div><div><br></div><div>The drawback of this approach is that it is an extra step, and involves copying the entire video. <br></div><div><br></div><div>Unfortunately, everything in between < and > are stripped out of my profile by kdenlive's parser when I try to create the profile in kdenlive. <br></div><div><br></div><div>How do I create an kdenlive rendering profile that is equivalent to the ffmpeg command above?</div><div><br></div><div>Kind regards,<br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Evert Vorster<br>Isometrix Acquistion Superchief<br><br></div></div></div>
</div></div>