Transparent Video Workflow: Difference between revisions

no edit summary
(Created page with "This page is mostly to store my commands and procedures so that I don't have to redo this every time I want to do transparent video stuff for JLab. ==Initial Video== The initial video should be a .mov encoded in prores4444. ==Creating Safari and Chrome Versions== Using [https://rotato.app/tools/converter Rotato Converter on MacOS], open the prores4444 .mov file and allow it to create the safari and chrome versions. use the following snippet to embed the video: <pre...")
 
No edit summary
Line 9: Line 9:
Using [https://rotato.app/tools/converter Rotato Converter on MacOS], open the prores4444 .mov file and allow it to create the safari and chrome versions.
Using [https://rotato.app/tools/converter Rotato Converter on MacOS], open the prores4444 .mov file and allow it to create the safari and chrome versions.


use the following snippet to embed the video:
Use the following snippet to embed the video:


<pre>
<nowiki>
<nowiki>
<video playsinline="true" webkit-playsinline="true" preload="auto" muted="muted">
<video playsinline="true" webkit-playsinline="true" preload="auto" muted="muted">
     <source src="safari.mp4" type="video/mp4;codecs=hvc1" codecs="hvc1"></source>
     <source src="safari.mp4" type="video/mp4;codecs=hvc1" codecs="hvc1"></source>
     <source src="chrome.webm" type="video/webm"></source>
     <source src="chrome.webm" type="video/webm"></source>
</video>
</video>
</nowiki>
</nowiki>
</pre>


==FFMPEG For Scrubbing==
==FFMPEG For Scrubbing==
Administrators, Swags, Bureaucrats, Administrators
2,822

edits