From 6938ef61cbf03ca1a6cf01ef3463abb6bb5cb01e Mon Sep 17 00:00:00 2001 From: <> Date: Fri, 12 Apr 2024 09:20:05 +0000 Subject: [PATCH] Deployed 472b889 with MkDocs version: 1.5.3 --- .nojekyll | 0 404.html | 454 ++ assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.1e8ae164.min.js | 29 + assets/javascripts/bundle.1e8ae164.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.b8dbb3d2.min.js | 42 + .../workers/search.b8dbb3d2.min.js.map | 7 + assets/stylesheets/main.bcfcd587.min.css | 1 + assets/stylesheets/main.bcfcd587.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + getting_started/basic_concepts/index.html | 1341 ++++ getting_started/download_install/index.html | 872 +++ getting_started/mixing_clip/index.html | 1057 +++ getting_started/quick_presentation/index.html | 970 +++ getting_started/read&write/index.html | 929 +++ index.html | 657 ++ media/vidiopy_logo.png | Bin 0 -> 422772 bytes more/CONTRIBUTING/index.html | 776 ++ more/code style guide/index.html | 1020 +++ .../audio_clips/audioarrayclip/index.html | 964 +++ .../clips/audio_clips/audioclip/index.html | 1313 ++++ .../audio_clips/audiofileclip/index.html | 960 +++ .../clips/audio_clips/mixingaudio/index.html | 1004 +++ .../clips/audio_clips/silenceclip/index.html | 956 +++ reference_manual/clips/clip/index.html | 899 +++ .../clips/video_clips/imageclips/index.html | 1549 ++++ .../video_clips/imagesequenceclip/index.html | 1044 +++ .../clips/video_clips/mixing_clips/index.html | 1014 +++ .../clips/video_clips/videoclip/index.html | 1642 ++++ .../video_clips/videofileclip/index.html | 1163 +++ reference_manual/reference_manual/index.html | 841 +++ search/search_index.json | 1 + sitemap.xml | 103 + sitemap.xml.gz | Bin 0 -> 429 bytes stylesheets/extra.css | 33 + 70 files changed, 28852 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.1e8ae164.min.js create mode 100644 assets/javascripts/bundle.1e8ae164.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js.map create mode 100644 assets/stylesheets/main.bcfcd587.min.css create mode 100644 assets/stylesheets/main.bcfcd587.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 getting_started/basic_concepts/index.html create mode 100644 getting_started/download_install/index.html create mode 100644 getting_started/mixing_clip/index.html create mode 100644 getting_started/quick_presentation/index.html create mode 100644 getting_started/read&write/index.html create mode 100644 index.html create mode 100644 media/vidiopy_logo.png create mode 100644 more/CONTRIBUTING/index.html create mode 100644 more/code style guide/index.html create mode 100644 reference_manual/clips/audio_clips/audioarrayclip/index.html create mode 100644 reference_manual/clips/audio_clips/audioclip/index.html create mode 100644 reference_manual/clips/audio_clips/audiofileclip/index.html create mode 100644 reference_manual/clips/audio_clips/mixingaudio/index.html create mode 100644 reference_manual/clips/audio_clips/silenceclip/index.html create mode 100644 reference_manual/clips/clip/index.html create mode 100644 reference_manual/clips/video_clips/imageclips/index.html create mode 100644 reference_manual/clips/video_clips/imagesequenceclip/index.html create mode 100644 reference_manual/clips/video_clips/mixing_clips/index.html create mode 100644 reference_manual/clips/video_clips/videoclip/index.html create mode 100644 reference_manual/clips/video_clips/videofileclip/index.html create mode 100644 reference_manual/reference_manual/index.html create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz create mode 100644 stylesheets/extra.css diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..0470b22 --- /dev/null +++ b/404.html @@ -0,0 +1,454 @@ + + + + + + + + + + + + + + + + + + + + + + + VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ +

404 - Not found

+ +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf13b9f9d978896599290a74f77d5dbe7d1655c GIT binary patch literal 1870 zcmV-U2eJ5xP)Gc)JR9QMau)O=X#!i9;T z37kk-upj^(fsR36MHs_+1RCI)NNu9}lD0S{B^g8PN?Ww(5|~L#Ng*g{WsqleV}|#l zz8@ri&cTzw_h33bHI+12+kK6WN$h#n5cD8OQt`5kw6p~9H3()bUQ8OS4Q4HTQ=1Ol z_JAocz`fLbT2^{`8n~UAo=#AUOf=SOq4pYkt;XbC&f#7lb$*7=$na!mWCQ`dBQsO0 zLFBSPj*N?#u5&pf2t4XjEGH|=pPQ8xh7tpx;US5Cx_Ju;!O`ya-yF`)b%TEt5>eP1ZX~}sjjA%FJF?h7cX8=b!DZl<6%Cv z*G0uvvU+vmnpLZ2paivG-(cd*y3$hCIcsZcYOGh{$&)A6*XX&kXZd3G8m)G$Zz-LV z^GF3VAW^Mdv!)4OM8EgqRiz~*Cji;uzl2uC9^=8I84vNp;ltJ|q-*uQwGp2ma6cY7 z;`%`!9UXO@fr&Ebapfs34OmS9^u6$)bJxrucutf>`dKPKT%%*d3XlFVKunp9 zasduxjrjs>f8V=D|J=XNZp;_Zy^WgQ$9WDjgY=z@stwiEBm9u5*|34&1Na8BMjjgf3+SHcr`5~>oz1Y?SW^=K z^bTyO6>Gar#P_W2gEMwq)ot3; zREHn~U&Dp0l6YT0&k-wLwYjb?5zGK`W6S2v+K>AM(95m2C20L|3m~rN8dprPr@t)5lsk9Hu*W z?pS990s;Ez=+Rj{x7p``4>+c0G5^pYnB1^!TL=(?HLHZ+HicG{~4F1d^5Awl_2!1jICM-!9eoLhbbT^;yHcefyTAaqRcY zmuctDopPT!%k+}x%lZRKnzykr2}}XfG_ne?nRQO~?%hkzo;@RN{P6o`&mMUWBYMTe z6i8ChtjX&gXl`nvrU>jah)2iNM%JdjqoaeaU%yVn!^70x-flljp6Q5tK}5}&X8&&G zX3fpb3E(!rH=zVI_9Gjl45w@{(ITqngWFe7@9{mX;tO25Z_8 zQHEpI+FkTU#4xu>RkN>b3Tnc3UpWzPXWm#o55GKF09j^Mh~)K7{QqbO_~(@CVq! zS<8954|P8mXN2MRs86xZ&Q4EfM@JB94b=(YGuk)s&^jiSF=t3*oNK3`rD{H`yQ?d; ztE=laAUoZx5?RC8*WKOj`%LXEkgDd>&^Q4M^z`%u0rg-It=hLCVsq!Z%^6eB-OvOT zFZ28TN&cRmgU}Elrnk43)!>Z1FCPL2K$7}gwzIc48NX}#!A1BpJP?#v5wkNprhV** z?Cpalt1oH&{r!o3eSKc&ap)iz2BTn_VV`4>9M^b3;(YY}4>#ML6{~(4mH+?%07*qo IM6N<$f(jP3KmY&$ literal 0 HcmV?d00001 diff --git a/assets/javascripts/bundle.1e8ae164.min.js b/assets/javascripts/bundle.1e8ae164.min.js new file mode 100644 index 0000000..2129798 --- /dev/null +++ b/assets/javascripts/bundle.1e8ae164.min.js @@ -0,0 +1,29 @@ +"use strict";(()=>{var _i=Object.create;var br=Object.defineProperty;var Ai=Object.getOwnPropertyDescriptor;var Ci=Object.getOwnPropertyNames,Ft=Object.getOwnPropertySymbols,ki=Object.getPrototypeOf,vr=Object.prototype.hasOwnProperty,eo=Object.prototype.propertyIsEnumerable;var Zr=(e,t,r)=>t in e?br(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,F=(e,t)=>{for(var r in t||(t={}))vr.call(t,r)&&Zr(e,r,t[r]);if(Ft)for(var r of Ft(t))eo.call(t,r)&&Zr(e,r,t[r]);return e};var to=(e,t)=>{var r={};for(var o in e)vr.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Ft)for(var o of Ft(e))t.indexOf(o)<0&&eo.call(e,o)&&(r[o]=e[o]);return r};var gr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Hi=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ci(t))!vr.call(e,n)&&n!==r&&br(e,n,{get:()=>t[n],enumerable:!(o=Ai(t,n))||o.enumerable});return e};var jt=(e,t,r)=>(r=e!=null?_i(ki(e)):{},Hi(t||!e||!e.__esModule?br(r,"default",{value:e,enumerable:!0}):r,e));var ro=(e,t,r)=>new Promise((o,n)=>{var i=c=>{try{s(r.next(c))}catch(p){n(p)}},a=c=>{try{s(r.throw(c))}catch(p){n(p)}},s=c=>c.done?o(c.value):Promise.resolve(c.value).then(i,a);s((r=r.apply(e,t)).next())});var no=gr((xr,oo)=>{(function(e,t){typeof xr=="object"&&typeof oo!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(xr,function(){"use strict";function e(r){var o=!0,n=!1,i=null,a={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function s(C){return!!(C&&C!==document&&C.nodeName!=="HTML"&&C.nodeName!=="BODY"&&"classList"in C&&"contains"in C.classList)}function c(C){var ct=C.type,Ne=C.tagName;return!!(Ne==="INPUT"&&a[ct]&&!C.readOnly||Ne==="TEXTAREA"&&!C.readOnly||C.isContentEditable)}function p(C){C.classList.contains("focus-visible")||(C.classList.add("focus-visible"),C.setAttribute("data-focus-visible-added",""))}function l(C){C.hasAttribute("data-focus-visible-added")&&(C.classList.remove("focus-visible"),C.removeAttribute("data-focus-visible-added"))}function f(C){C.metaKey||C.altKey||C.ctrlKey||(s(r.activeElement)&&p(r.activeElement),o=!0)}function u(C){o=!1}function h(C){s(C.target)&&(o||c(C.target))&&p(C.target)}function w(C){s(C.target)&&(C.target.classList.contains("focus-visible")||C.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(i),i=window.setTimeout(function(){n=!1},100),l(C.target))}function A(C){document.visibilityState==="hidden"&&(n&&(o=!0),Z())}function Z(){document.addEventListener("mousemove",J),document.addEventListener("mousedown",J),document.addEventListener("mouseup",J),document.addEventListener("pointermove",J),document.addEventListener("pointerdown",J),document.addEventListener("pointerup",J),document.addEventListener("touchmove",J),document.addEventListener("touchstart",J),document.addEventListener("touchend",J)}function te(){document.removeEventListener("mousemove",J),document.removeEventListener("mousedown",J),document.removeEventListener("mouseup",J),document.removeEventListener("pointermove",J),document.removeEventListener("pointerdown",J),document.removeEventListener("pointerup",J),document.removeEventListener("touchmove",J),document.removeEventListener("touchstart",J),document.removeEventListener("touchend",J)}function J(C){C.target.nodeName&&C.target.nodeName.toLowerCase()==="html"||(o=!1,te())}document.addEventListener("keydown",f,!0),document.addEventListener("mousedown",u,!0),document.addEventListener("pointerdown",u,!0),document.addEventListener("touchstart",u,!0),document.addEventListener("visibilitychange",A,!0),Z(),r.addEventListener("focus",h,!0),r.addEventListener("blur",w,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var zr=gr((kt,Vr)=>{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof kt=="object"&&typeof Vr=="object"?Vr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof kt=="object"?kt.ClipboardJS=r():t.ClipboardJS=r()})(kt,function(){return function(){var e={686:function(o,n,i){"use strict";i.d(n,{default:function(){return Li}});var a=i(279),s=i.n(a),c=i(370),p=i.n(c),l=i(817),f=i.n(l);function u(D){try{return document.execCommand(D)}catch(M){return!1}}var h=function(M){var O=f()(M);return u("cut"),O},w=h;function A(D){var M=document.documentElement.getAttribute("dir")==="rtl",O=document.createElement("textarea");O.style.fontSize="12pt",O.style.border="0",O.style.padding="0",O.style.margin="0",O.style.position="absolute",O.style[M?"right":"left"]="-9999px";var I=window.pageYOffset||document.documentElement.scrollTop;return O.style.top="".concat(I,"px"),O.setAttribute("readonly",""),O.value=D,O}var Z=function(M,O){var I=A(M);O.container.appendChild(I);var W=f()(I);return u("copy"),I.remove(),W},te=function(M){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},I="";return typeof M=="string"?I=Z(M,O):M instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(M==null?void 0:M.type)?I=Z(M.value,O):(I=f()(M),u("copy")),I},J=te;function C(D){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?C=function(O){return typeof O}:C=function(O){return O&&typeof Symbol=="function"&&O.constructor===Symbol&&O!==Symbol.prototype?"symbol":typeof O},C(D)}var ct=function(){var M=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},O=M.action,I=O===void 0?"copy":O,W=M.container,K=M.target,Ce=M.text;if(I!=="copy"&&I!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(K!==void 0)if(K&&C(K)==="object"&&K.nodeType===1){if(I==="copy"&&K.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(I==="cut"&&(K.hasAttribute("readonly")||K.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(Ce)return J(Ce,{container:W});if(K)return I==="cut"?w(K):J(K,{container:W})},Ne=ct;function Pe(D){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Pe=function(O){return typeof O}:Pe=function(O){return O&&typeof Symbol=="function"&&O.constructor===Symbol&&O!==Symbol.prototype?"symbol":typeof O},Pe(D)}function xi(D,M){if(!(D instanceof M))throw new TypeError("Cannot call a class as a function")}function Xr(D,M){for(var O=0;O0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof W.action=="function"?W.action:this.defaultAction,this.target=typeof W.target=="function"?W.target:this.defaultTarget,this.text=typeof W.text=="function"?W.text:this.defaultText,this.container=Pe(W.container)==="object"?W.container:document.body}},{key:"listenClick",value:function(W){var K=this;this.listener=p()(W,"click",function(Ce){return K.onClick(Ce)})}},{key:"onClick",value:function(W){var K=W.delegateTarget||W.currentTarget,Ce=this.action(K)||"copy",It=Ne({action:Ce,container:this.container,target:this.target(K),text:this.text(K)});this.emit(It?"success":"error",{action:Ce,text:It,trigger:K,clearSelection:function(){K&&K.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(W){return hr("action",W)}},{key:"defaultTarget",value:function(W){var K=hr("target",W);if(K)return document.querySelector(K)}},{key:"defaultText",value:function(W){return hr("text",W)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(W){var K=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return J(W,K)}},{key:"cut",value:function(W){return w(W)}},{key:"isSupported",value:function(){var W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],K=typeof W=="string"?[W]:W,Ce=!!document.queryCommandSupported;return K.forEach(function(It){Ce=Ce&&!!document.queryCommandSupported(It)}),Ce}}]),O}(s()),Li=Mi},828:function(o){var n=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function a(s,c){for(;s&&s.nodeType!==n;){if(typeof s.matches=="function"&&s.matches(c))return s;s=s.parentNode}}o.exports=a},438:function(o,n,i){var a=i(828);function s(l,f,u,h,w){var A=p.apply(this,arguments);return l.addEventListener(u,A,w),{destroy:function(){l.removeEventListener(u,A,w)}}}function c(l,f,u,h,w){return typeof l.addEventListener=="function"?s.apply(null,arguments):typeof u=="function"?s.bind(null,document).apply(null,arguments):(typeof l=="string"&&(l=document.querySelectorAll(l)),Array.prototype.map.call(l,function(A){return s(A,f,u,h,w)}))}function p(l,f,u,h){return function(w){w.delegateTarget=a(w.target,f),w.delegateTarget&&h.call(l,w)}}o.exports=c},879:function(o,n){n.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},n.nodeList=function(i){var a=Object.prototype.toString.call(i);return i!==void 0&&(a==="[object NodeList]"||a==="[object HTMLCollection]")&&"length"in i&&(i.length===0||n.node(i[0]))},n.string=function(i){return typeof i=="string"||i instanceof String},n.fn=function(i){var a=Object.prototype.toString.call(i);return a==="[object Function]"}},370:function(o,n,i){var a=i(879),s=i(438);function c(u,h,w){if(!u&&!h&&!w)throw new Error("Missing required arguments");if(!a.string(h))throw new TypeError("Second argument must be a String");if(!a.fn(w))throw new TypeError("Third argument must be a Function");if(a.node(u))return p(u,h,w);if(a.nodeList(u))return l(u,h,w);if(a.string(u))return f(u,h,w);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function p(u,h,w){return u.addEventListener(h,w),{destroy:function(){u.removeEventListener(h,w)}}}function l(u,h,w){return Array.prototype.forEach.call(u,function(A){A.addEventListener(h,w)}),{destroy:function(){Array.prototype.forEach.call(u,function(A){A.removeEventListener(h,w)})}}}function f(u,h,w){return s(document.body,u,h,w)}o.exports=c},817:function(o){function n(i){var a;if(i.nodeName==="SELECT")i.focus(),a=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var s=i.hasAttribute("readonly");s||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),s||i.removeAttribute("readonly"),a=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var c=window.getSelection(),p=document.createRange();p.selectNodeContents(i),c.removeAllRanges(),c.addRange(p),a=c.toString()}return a}o.exports=n},279:function(o){function n(){}n.prototype={on:function(i,a,s){var c=this.e||(this.e={});return(c[i]||(c[i]=[])).push({fn:a,ctx:s}),this},once:function(i,a,s){var c=this;function p(){c.off(i,p),a.apply(s,arguments)}return p._=a,this.on(i,p,s)},emit:function(i){var a=[].slice.call(arguments,1),s=((this.e||(this.e={}))[i]||[]).slice(),c=0,p=s.length;for(c;c{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,a=0;for(i=r.index;i0&&i[i.length-1])&&(p[0]===6||p[0]===2)){r=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[1]=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function V(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var o=r.call(e),n,i=[],a;try{for(;(t===void 0||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(s){a={error:s}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(a)throw a.error}}return i}function z(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,i;o1||s(u,h)})})}function s(u,h){try{c(o[u](h))}catch(w){f(i[0][3],w)}}function c(u){u.value instanceof ot?Promise.resolve(u.value.v).then(p,l):f(i[0][2],u)}function p(u){s("next",u)}function l(u){s("throw",u)}function f(u,h){u(h),i.shift(),i.length&&s(i[0][0],i[0][1])}}function so(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof ue=="function"?ue(e):e[Symbol.iterator](),r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r);function o(i){r[i]=e[i]&&function(a){return new Promise(function(s,c){a=e[i](a),n(s,c,a.done,a.value)})}}function n(i,a,s,c){Promise.resolve(c).then(function(p){i({value:p,done:s})},a)}}function k(e){return typeof e=="function"}function pt(e){var t=function(o){Error.call(o),o.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Wt=pt(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription: +`+r.map(function(o,n){return n+1+") "+o.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=r}});function Ve(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ie=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,o,n,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=ue(a),c=s.next();!c.done;c=s.next()){var p=c.value;p.remove(this)}}catch(A){t={error:A}}finally{try{c&&!c.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}else a.remove(this);var l=this.initialTeardown;if(k(l))try{l()}catch(A){i=A instanceof Wt?A.errors:[A]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var u=ue(f),h=u.next();!h.done;h=u.next()){var w=h.value;try{co(w)}catch(A){i=i!=null?i:[],A instanceof Wt?i=z(z([],V(i)),V(A.errors)):i.push(A)}}}catch(A){o={error:A}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}if(i)throw new Wt(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)co(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Ve(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Ve(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Er=Ie.EMPTY;function Dt(e){return e instanceof Ie||e&&"closed"in e&&k(e.remove)&&k(e.add)&&k(e.unsubscribe)}function co(e){k(e)?e():e.unsubscribe()}var ke={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var lt={setTimeout:function(e,t){for(var r=[],o=2;o0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var o=this,n=this,i=n.hasError,a=n.isStopped,s=n.observers;return i||a?Er:(this.currentObservers=null,s.push(r),new Ie(function(){o.currentObservers=null,Ve(s,r)}))},t.prototype._checkFinalizedStatuses=function(r){var o=this,n=o.hasError,i=o.thrownError,a=o.isStopped;n?r.error(i):a&&r.complete()},t.prototype.asObservable=function(){var r=new j;return r.source=this,r},t.create=function(r,o){return new vo(r,o)},t}(j);var vo=function(e){se(t,e);function t(r,o){var n=e.call(this)||this;return n.destination=r,n.source=o,n}return t.prototype.next=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.next)===null||n===void 0||n.call(o,r)},t.prototype.error=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.error)===null||n===void 0||n.call(o,r)},t.prototype.complete=function(){var r,o;(o=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||o===void 0||o.call(r)},t.prototype._subscribe=function(r){var o,n;return(n=(o=this.source)===null||o===void 0?void 0:o.subscribe(r))!==null&&n!==void 0?n:Er},t}(g);var St={now:function(){return(St.delegate||Date).now()},delegate:void 0};var Ot=function(e){se(t,e);function t(r,o,n){r===void 0&&(r=1/0),o===void 0&&(o=1/0),n===void 0&&(n=St);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=o,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=o===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,o),i}return t.prototype.next=function(r){var o=this,n=o.isStopped,i=o._buffer,a=o._infiniteTimeWindow,s=o._timestampProvider,c=o._windowTime;n||(i.push(r),!a&&i.push(s.now()+c)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var o=this._innerSubscribe(r),n=this,i=n._infiniteTimeWindow,a=n._buffer,s=a.slice(),c=0;c0?e.prototype.requestAsyncId.call(this,r,o,n):(r.actions.push(this),r._scheduled||(r._scheduled=ut.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,o,n){var i;if(n===void 0&&(n=0),n!=null?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,r,o,n);var a=r.actions;o!=null&&((i=a[a.length-1])===null||i===void 0?void 0:i.id)!==o&&(ut.cancelAnimationFrame(o),r._scheduled=void 0)},t}(zt);var yo=function(e){se(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0;var o=this._scheduled;this._scheduled=void 0;var n=this.actions,i;r=r||n.shift();do if(i=r.execute(r.state,r.delay))break;while((r=n[0])&&r.id===o&&n.shift());if(this._active=!1,i){for(;(r=n[0])&&r.id===o&&n.shift();)r.unsubscribe();throw i}},t}(qt);var de=new yo(xo);var L=new j(function(e){return e.complete()});function Kt(e){return e&&k(e.schedule)}function _r(e){return e[e.length-1]}function Je(e){return k(_r(e))?e.pop():void 0}function Ae(e){return Kt(_r(e))?e.pop():void 0}function Qt(e,t){return typeof _r(e)=="number"?e.pop():t}var dt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function Yt(e){return k(e==null?void 0:e.then)}function Bt(e){return k(e[ft])}function Gt(e){return Symbol.asyncIterator&&k(e==null?void 0:e[Symbol.asyncIterator])}function Jt(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Di(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Xt=Di();function Zt(e){return k(e==null?void 0:e[Xt])}function er(e){return ao(this,arguments,function(){var r,o,n,i;return Ut(this,function(a){switch(a.label){case 0:r=e.getReader(),a.label=1;case 1:a.trys.push([1,,9,10]),a.label=2;case 2:return[4,ot(r.read())];case 3:return o=a.sent(),n=o.value,i=o.done,i?[4,ot(void 0)]:[3,5];case 4:return[2,a.sent()];case 5:return[4,ot(n)];case 6:return[4,a.sent()];case 7:return a.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function tr(e){return k(e==null?void 0:e.getReader)}function N(e){if(e instanceof j)return e;if(e!=null){if(Bt(e))return Ni(e);if(dt(e))return Vi(e);if(Yt(e))return zi(e);if(Gt(e))return Eo(e);if(Zt(e))return qi(e);if(tr(e))return Ki(e)}throw Jt(e)}function Ni(e){return new j(function(t){var r=e[ft]();if(k(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Vi(e){return new j(function(t){for(var r=0;r=2;return function(o){return o.pipe(e?b(function(n,i){return e(n,i,o)}):ce,ye(1),r?Qe(t):jo(function(){return new or}))}}function $r(e){return e<=0?function(){return L}:x(function(t,r){var o=[];t.subscribe(S(r,function(n){o.push(n),e=2,!0))}function le(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new g}:t,o=e.resetOnError,n=o===void 0?!0:o,i=e.resetOnComplete,a=i===void 0?!0:i,s=e.resetOnRefCountZero,c=s===void 0?!0:s;return function(p){var l,f,u,h=0,w=!1,A=!1,Z=function(){f==null||f.unsubscribe(),f=void 0},te=function(){Z(),l=u=void 0,w=A=!1},J=function(){var C=l;te(),C==null||C.unsubscribe()};return x(function(C,ct){h++,!A&&!w&&Z();var Ne=u=u!=null?u:r();ct.add(function(){h--,h===0&&!A&&!w&&(f=Pr(J,c))}),Ne.subscribe(ct),!l&&h>0&&(l=new it({next:function(Pe){return Ne.next(Pe)},error:function(Pe){A=!0,Z(),f=Pr(te,n,Pe),Ne.error(Pe)},complete:function(){w=!0,Z(),f=Pr(te,a),Ne.complete()}}),N(C).subscribe(l))})(p)}}function Pr(e,t){for(var r=[],o=2;oe.next(document)),e}function R(e,t=document){return Array.from(t.querySelectorAll(e))}function P(e,t=document){let r=me(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function me(e,t=document){return t.querySelector(e)||void 0}function Re(){var e,t,r,o;return(o=(r=(t=(e=document.activeElement)==null?void 0:e.shadowRoot)==null?void 0:t.activeElement)!=null?r:document.activeElement)!=null?o:void 0}var la=T(d(document.body,"focusin"),d(document.body,"focusout")).pipe(be(1),q(void 0),m(()=>Re()||document.body),B(1));function vt(e){return la.pipe(m(t=>e.contains(t)),Y())}function Vo(e,t){return T(d(e,"mouseenter").pipe(m(()=>!0)),d(e,"mouseleave").pipe(m(()=>!1))).pipe(t?be(t):ce,q(!1))}function Ue(e){return{x:e.offsetLeft,y:e.offsetTop}}function zo(e){return T(d(window,"load"),d(window,"resize")).pipe(Me(0,de),m(()=>Ue(e)),q(Ue(e)))}function ir(e){return{x:e.scrollLeft,y:e.scrollTop}}function et(e){return T(d(e,"scroll"),d(window,"resize")).pipe(Me(0,de),m(()=>ir(e)),q(ir(e)))}function qo(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)qo(e,r)}function E(e,t,...r){let o=document.createElement(e);if(t)for(let n of Object.keys(t))typeof t[n]!="undefined"&&(typeof t[n]!="boolean"?o.setAttribute(n,t[n]):o.setAttribute(n,""));for(let n of r)qo(o,n);return o}function ar(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function gt(e){let t=E("script",{src:e});return H(()=>(document.head.appendChild(t),T(d(t,"load"),d(t,"error").pipe(v(()=>Ar(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(m(()=>{}),_(()=>document.head.removeChild(t)),ye(1))))}var Ko=new g,ma=H(()=>typeof ResizeObserver=="undefined"?gt("https://unpkg.com/resize-observer-polyfill"):$(void 0)).pipe(m(()=>new ResizeObserver(e=>{for(let t of e)Ko.next(t)})),v(e=>T(qe,$(e)).pipe(_(()=>e.disconnect()))),B(1));function pe(e){return{width:e.offsetWidth,height:e.offsetHeight}}function Ee(e){return ma.pipe(y(t=>t.observe(e)),v(t=>Ko.pipe(b(({target:r})=>r===e),_(()=>t.unobserve(e)),m(()=>pe(e)))),q(pe(e)))}function xt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function sr(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}var Qo=new g,fa=H(()=>$(new IntersectionObserver(e=>{for(let t of e)Qo.next(t)},{threshold:0}))).pipe(v(e=>T(qe,$(e)).pipe(_(()=>e.disconnect()))),B(1));function yt(e){return fa.pipe(y(t=>t.observe(e)),v(t=>Qo.pipe(b(({target:r})=>r===e),_(()=>t.unobserve(e)),m(({isIntersecting:r})=>r))))}function Yo(e,t=16){return et(e).pipe(m(({y:r})=>{let o=pe(e),n=xt(e);return r>=n.height-o.height-t}),Y())}var cr={drawer:P("[data-md-toggle=drawer]"),search:P("[data-md-toggle=search]")};function Bo(e){return cr[e].checked}function Be(e,t){cr[e].checked!==t&&cr[e].click()}function We(e){let t=cr[e];return d(t,"change").pipe(m(()=>t.checked),q(t.checked))}function ua(e,t){switch(e.constructor){case HTMLInputElement:return e.type==="radio"?/^Arrow/.test(t):!0;case HTMLSelectElement:case HTMLTextAreaElement:return!0;default:return e.isContentEditable}}function da(){return T(d(window,"compositionstart").pipe(m(()=>!0)),d(window,"compositionend").pipe(m(()=>!1))).pipe(q(!1))}function Go(){let e=d(window,"keydown").pipe(b(t=>!(t.metaKey||t.ctrlKey)),m(t=>({mode:Bo("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),b(({mode:t,type:r})=>{if(t==="global"){let o=Re();if(typeof o!="undefined")return!ua(o,r)}return!0}),le());return da().pipe(v(t=>t?L:e))}function ve(){return new URL(location.href)}function st(e,t=!1){if(G("navigation.instant")&&!t){let r=E("a",{href:e.href});document.body.appendChild(r),r.click(),r.remove()}else location.href=e.href}function Jo(){return new g}function Xo(){return location.hash.slice(1)}function Zo(e){let t=E("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function ha(e){return T(d(window,"hashchange"),e).pipe(m(Xo),q(Xo()),b(t=>t.length>0),B(1))}function en(e){return ha(e).pipe(m(t=>me(`[id="${t}"]`)),b(t=>typeof t!="undefined"))}function At(e){let t=matchMedia(e);return nr(r=>t.addListener(()=>r(t.matches))).pipe(q(t.matches))}function tn(){let e=matchMedia("print");return T(d(window,"beforeprint").pipe(m(()=>!0)),d(window,"afterprint").pipe(m(()=>!1))).pipe(q(e.matches))}function Ur(e,t){return e.pipe(v(r=>r?t():L))}function Wr(e,t){return new j(r=>{let o=new XMLHttpRequest;return o.open("GET",`${e}`),o.responseType="blob",o.addEventListener("load",()=>{o.status>=200&&o.status<300?(r.next(o.response),r.complete()):r.error(new Error(o.statusText))}),o.addEventListener("error",()=>{r.error(new Error("Network error"))}),o.addEventListener("abort",()=>{r.complete()}),typeof(t==null?void 0:t.progress$)!="undefined"&&(o.addEventListener("progress",n=>{var i;if(n.lengthComputable)t.progress$.next(n.loaded/n.total*100);else{let a=(i=o.getResponseHeader("Content-Length"))!=null?i:0;t.progress$.next(n.loaded/+a*100)}}),t.progress$.next(5)),o.send(),()=>o.abort()})}function De(e,t){return Wr(e,t).pipe(v(r=>r.text()),m(r=>JSON.parse(r)),B(1))}function rn(e,t){let r=new DOMParser;return Wr(e,t).pipe(v(o=>o.text()),m(o=>r.parseFromString(o,"text/html")),B(1))}function on(e,t){let r=new DOMParser;return Wr(e,t).pipe(v(o=>o.text()),m(o=>r.parseFromString(o,"text/xml")),B(1))}function nn(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function an(){return T(d(window,"scroll",{passive:!0}),d(window,"resize",{passive:!0})).pipe(m(nn),q(nn()))}function sn(){return{width:innerWidth,height:innerHeight}}function cn(){return d(window,"resize",{passive:!0}).pipe(m(sn),q(sn()))}function pn(){return Q([an(),cn()]).pipe(m(([e,t])=>({offset:e,size:t})),B(1))}function pr(e,{viewport$:t,header$:r}){let o=t.pipe(X("size")),n=Q([o,r]).pipe(m(()=>Ue(e)));return Q([r,t,n]).pipe(m(([{height:i},{offset:a,size:s},{x:c,y:p}])=>({offset:{x:a.x-c,y:a.y-p+i},size:s})))}function ba(e){return d(e,"message",t=>t.data)}function va(e){let t=new g;return t.subscribe(r=>e.postMessage(r)),t}function ln(e,t=new Worker(e)){let r=ba(t),o=va(t),n=new g;n.subscribe(o);let i=o.pipe(ee(),oe(!0));return n.pipe(ee(),$e(r.pipe(U(i))),le())}var ga=P("#__config"),Et=JSON.parse(ga.textContent);Et.base=`${new URL(Et.base,ve())}`;function we(){return Et}function G(e){return Et.features.includes(e)}function ge(e,t){return typeof t!="undefined"?Et.translations[e].replace("#",t.toString()):Et.translations[e]}function Te(e,t=document){return P(`[data-md-component=${e}]`,t)}function ie(e,t=document){return R(`[data-md-component=${e}]`,t)}function xa(e){let t=P(".md-typeset > :first-child",e);return d(t,"click",{once:!0}).pipe(m(()=>P(".md-typeset",e)),m(r=>({hash:__md_hash(r.innerHTML)})))}function mn(e){if(!G("announce.dismiss")||!e.childElementCount)return L;if(!e.hidden){let t=P(".md-typeset",e);__md_hash(t.innerHTML)===__md_get("__announce")&&(e.hidden=!0)}return H(()=>{let t=new g;return t.subscribe(({hash:r})=>{e.hidden=!0,__md_set("__announce",r)}),xa(e).pipe(y(r=>t.next(r)),_(()=>t.complete()),m(r=>F({ref:e},r)))})}function ya(e,{target$:t}){return t.pipe(m(r=>({hidden:r!==e})))}function fn(e,t){let r=new g;return r.subscribe(({hidden:o})=>{e.hidden=o}),ya(e,t).pipe(y(o=>r.next(o)),_(()=>r.complete()),m(o=>F({ref:e},o)))}function Ct(e,t){return t==="inline"?E("div",{class:"md-tooltip md-tooltip--inline",id:e,role:"tooltip"},E("div",{class:"md-tooltip__inner md-typeset"})):E("div",{class:"md-tooltip",id:e,role:"tooltip"},E("div",{class:"md-tooltip__inner md-typeset"}))}function un(e,t){if(t=t?`${t}_annotation_${e}`:void 0,t){let r=t?`#${t}`:void 0;return E("aside",{class:"md-annotation",tabIndex:0},Ct(t),E("a",{href:r,class:"md-annotation__index",tabIndex:-1},E("span",{"data-md-annotation-id":e})))}else return E("aside",{class:"md-annotation",tabIndex:0},Ct(t),E("span",{class:"md-annotation__index",tabIndex:-1},E("span",{"data-md-annotation-id":e})))}function dn(e){return E("button",{class:"md-clipboard md-icon",title:ge("clipboard.copy"),"data-clipboard-target":`#${e} > code`})}function Dr(e,t){let r=t&2,o=t&1,n=Object.keys(e.terms).filter(c=>!e.terms[c]).reduce((c,p)=>[...c,E("del",null,p)," "],[]).slice(0,-1),i=we(),a=new URL(e.location,i.base);G("search.highlight")&&a.searchParams.set("h",Object.entries(e.terms).filter(([,c])=>c).reduce((c,[p])=>`${c} ${p}`.trim(),""));let{tags:s}=we();return E("a",{href:`${a}`,class:"md-search-result__link",tabIndex:-1},E("article",{class:"md-search-result__article md-typeset","data-md-score":e.score.toFixed(2)},r>0&&E("div",{class:"md-search-result__icon md-icon"}),r>0&&E("h1",null,e.title),r<=0&&E("h2",null,e.title),o>0&&e.text.length>0&&e.text,e.tags&&e.tags.map(c=>{let p=s?c in s?`md-tag-icon md-tag--${s[c]}`:"md-tag-icon":"";return E("span",{class:`md-tag ${p}`},c)}),o>0&&n.length>0&&E("p",{class:"md-search-result__terms"},ge("search.result.term.missing"),": ",...n)))}function hn(e){let t=e[0].score,r=[...e],o=we(),n=r.findIndex(l=>!`${new URL(l.location,o.base)}`.includes("#")),[i]=r.splice(n,1),a=r.findIndex(l=>l.scoreDr(l,1)),...c.length?[E("details",{class:"md-search-result__more"},E("summary",{tabIndex:-1},E("div",null,c.length>0&&c.length===1?ge("search.result.more.one"):ge("search.result.more.other",c.length))),...c.map(l=>Dr(l,1)))]:[]];return E("li",{class:"md-search-result__item"},p)}function bn(e){return E("ul",{class:"md-source__facts"},Object.entries(e).map(([t,r])=>E("li",{class:`md-source__fact md-source__fact--${t}`},typeof r=="number"?ar(r):r)))}function Nr(e){let t=`tabbed-control tabbed-control--${e}`;return E("div",{class:t,hidden:!0},E("button",{class:"tabbed-button",tabIndex:-1,"aria-hidden":"true"}))}function vn(e){return E("div",{class:"md-typeset__scrollwrap"},E("div",{class:"md-typeset__table"},e))}function Ea(e){let t=we(),r=new URL(`../${e.version}/`,t.base);return E("li",{class:"md-version__item"},E("a",{href:`${r}`,class:"md-version__link"},e.title))}function gn(e,t){return e=e.filter(r=>{var o;return!((o=r.properties)!=null&&o.hidden)}),E("div",{class:"md-version"},E("button",{class:"md-version__current","aria-label":ge("select.version")},t.title),E("ul",{class:"md-version__list"},e.map(Ea)))}var wa=0;function Ta(e,t){document.body.append(e);let{width:r}=pe(e);e.style.setProperty("--md-tooltip-width",`${r}px`),e.remove();let o=sr(t),n=typeof o!="undefined"?et(o):$({x:0,y:0}),i=T(vt(t),Vo(t)).pipe(Y());return Q([i,n]).pipe(m(([a,s])=>{let{x:c,y:p}=Ue(t),l=pe(t),f=t.closest("table");return f&&t.parentElement&&(c+=f.offsetLeft+t.parentElement.offsetLeft,p+=f.offsetTop+t.parentElement.offsetTop),{active:a,offset:{x:c-s.x+l.width/2-r/2,y:p-s.y+l.height+8}}}))}function Ge(e){let t=e.title;if(!t.length)return L;let r=`__tooltip_${wa++}`,o=Ct(r,"inline"),n=P(".md-typeset",o);return n.innerHTML=t,H(()=>{let i=new g;return i.subscribe({next({offset:a}){o.style.setProperty("--md-tooltip-x",`${a.x}px`),o.style.setProperty("--md-tooltip-y",`${a.y}px`)},complete(){o.style.removeProperty("--md-tooltip-x"),o.style.removeProperty("--md-tooltip-y")}}),T(i.pipe(b(({active:a})=>a)),i.pipe(be(250),b(({active:a})=>!a))).subscribe({next({active:a}){a?(e.insertAdjacentElement("afterend",o),e.setAttribute("aria-describedby",r),e.removeAttribute("title")):(o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t))},complete(){o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t)}}),i.pipe(Me(16,de)).subscribe(({active:a})=>{o.classList.toggle("md-tooltip--active",a)}),i.pipe(_t(125,de),b(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:a})=>a)).subscribe({next(a){a?o.style.setProperty("--md-tooltip-0",`${-a}px`):o.style.removeProperty("--md-tooltip-0")},complete(){o.style.removeProperty("--md-tooltip-0")}}),Ta(o,e).pipe(y(a=>i.next(a)),_(()=>i.complete()),m(a=>F({ref:e},a)))}).pipe(ze(ae))}function Sa(e,t){let r=H(()=>Q([zo(e),et(t)])).pipe(m(([{x:o,y:n},i])=>{let{width:a,height:s}=pe(e);return{x:o-i.x+a/2,y:n-i.y+s/2}}));return vt(e).pipe(v(o=>r.pipe(m(n=>({active:o,offset:n})),ye(+!o||1/0))))}function xn(e,t,{target$:r}){let[o,n]=Array.from(e.children);return H(()=>{let i=new g,a=i.pipe(ee(),oe(!0));return i.subscribe({next({offset:s}){e.style.setProperty("--md-tooltip-x",`${s.x}px`),e.style.setProperty("--md-tooltip-y",`${s.y}px`)},complete(){e.style.removeProperty("--md-tooltip-x"),e.style.removeProperty("--md-tooltip-y")}}),yt(e).pipe(U(a)).subscribe(s=>{e.toggleAttribute("data-md-visible",s)}),T(i.pipe(b(({active:s})=>s)),i.pipe(be(250),b(({active:s})=>!s))).subscribe({next({active:s}){s?e.prepend(o):o.remove()},complete(){e.prepend(o)}}),i.pipe(Me(16,de)).subscribe(({active:s})=>{o.classList.toggle("md-tooltip--active",s)}),i.pipe(_t(125,de),b(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:s})=>s)).subscribe({next(s){s?e.style.setProperty("--md-tooltip-0",`${-s}px`):e.style.removeProperty("--md-tooltip-0")},complete(){e.style.removeProperty("--md-tooltip-0")}}),d(n,"click").pipe(U(a),b(s=>!(s.metaKey||s.ctrlKey))).subscribe(s=>{s.stopPropagation(),s.preventDefault()}),d(n,"mousedown").pipe(U(a),ne(i)).subscribe(([s,{active:c}])=>{var p;if(s.button!==0||s.metaKey||s.ctrlKey)s.preventDefault();else if(c){s.preventDefault();let l=e.parentElement.closest(".md-annotation");l instanceof HTMLElement?l.focus():(p=Re())==null||p.blur()}}),r.pipe(U(a),b(s=>s===o),Ye(125)).subscribe(()=>e.focus()),Sa(e,t).pipe(y(s=>i.next(s)),_(()=>i.complete()),m(s=>F({ref:e},s)))})}function Oa(e){return e.tagName==="CODE"?R(".c, .c1, .cm",e):[e]}function Ma(e){let t=[];for(let r of Oa(e)){let o=[],n=document.createNodeIterator(r,NodeFilter.SHOW_TEXT);for(let i=n.nextNode();i;i=n.nextNode())o.push(i);for(let i of o){let a;for(;a=/(\(\d+\))(!)?/.exec(i.textContent);){let[,s,c]=a;if(typeof c=="undefined"){let p=i.splitText(a.index);i=p.splitText(s.length),t.push(p)}else{i.textContent=s,t.push(i);break}}}}return t}function yn(e,t){t.append(...Array.from(e.childNodes))}function lr(e,t,{target$:r,print$:o}){let n=t.closest("[id]"),i=n==null?void 0:n.id,a=new Map;for(let s of Ma(t)){let[,c]=s.textContent.match(/\((\d+)\)/);me(`:scope > li:nth-child(${c})`,e)&&(a.set(c,un(c,i)),s.replaceWith(a.get(c)))}return a.size===0?L:H(()=>{let s=new g,c=s.pipe(ee(),oe(!0)),p=[];for(let[l,f]of a)p.push([P(".md-typeset",f),P(`:scope > li:nth-child(${l})`,e)]);return o.pipe(U(c)).subscribe(l=>{e.hidden=!l,e.classList.toggle("md-annotation-list",l);for(let[f,u]of p)l?yn(f,u):yn(u,f)}),T(...[...a].map(([,l])=>xn(l,t,{target$:r}))).pipe(_(()=>s.complete()),le())})}function En(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return En(t)}}function wn(e,t){return H(()=>{let r=En(e);return typeof r!="undefined"?lr(r,e,t):L})}var Tn=jt(zr());var La=0;function Sn(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return Sn(t)}}function _a(e){return Ee(e).pipe(m(({width:t})=>({scrollable:xt(e).width>t})),X("scrollable"))}function On(e,t){let{matches:r}=matchMedia("(hover)"),o=H(()=>{let n=new g,i=n.pipe($r(1));n.subscribe(({scrollable:c})=>{c&&r?e.setAttribute("tabindex","0"):e.removeAttribute("tabindex")});let a=[];if(Tn.default.isSupported()&&(e.closest(".copy")||G("content.code.copy")&&!e.closest(".no-copy"))){let c=e.closest("pre");c.id=`__code_${La++}`;let p=dn(c.id);c.insertBefore(p,e),G("content.tooltips")&&a.push(Ge(p))}let s=e.closest(".highlight");if(s instanceof HTMLElement){let c=Sn(s);if(typeof c!="undefined"&&(s.classList.contains("annotate")||G("content.code.annotate"))){let p=lr(c,e,t);a.push(Ee(s).pipe(U(i),m(({width:l,height:f})=>l&&f),Y(),v(l=>l?p:L)))}}return _a(e).pipe(y(c=>n.next(c)),_(()=>n.complete()),m(c=>F({ref:e},c)),$e(...a))});return G("content.lazy")?yt(e).pipe(b(n=>n),ye(1),v(()=>o)):o}function Aa(e,{target$:t,print$:r}){let o=!0;return T(t.pipe(m(n=>n.closest("details:not([open])")),b(n=>e===n),m(()=>({action:"open",reveal:!0}))),r.pipe(b(n=>n||!o),y(()=>o=e.open),m(n=>({action:n?"open":"close"}))))}function Mn(e,t){return H(()=>{let r=new g;return r.subscribe(({action:o,reveal:n})=>{e.toggleAttribute("open",o==="open"),n&&e.scrollIntoView()}),Aa(e,t).pipe(y(o=>r.next(o)),_(()=>r.complete()),m(o=>F({ref:e},o)))})}var Ln=".node circle,.node ellipse,.node path,.node polygon,.node rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}marker{fill:var(--md-mermaid-edge-color)!important}.edgeLabel .label rect{fill:#0000}.label{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.label foreignObject{line-height:normal;overflow:visible}.label div .edgeLabel{color:var(--md-mermaid-label-fg-color)}.edgeLabel,.edgeLabel rect,.label div .edgeLabel{background-color:var(--md-mermaid-label-bg-color)}.edgeLabel,.edgeLabel rect{fill:var(--md-mermaid-label-bg-color);color:var(--md-mermaid-edge-color)}.edgePath .path,.flowchart-link{stroke:var(--md-mermaid-edge-color);stroke-width:.05rem}.edgePath .arrowheadPath{fill:var(--md-mermaid-edge-color);stroke:none}.cluster rect{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}.cluster span{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}g #flowchart-circleEnd,g #flowchart-circleStart,g #flowchart-crossEnd,g #flowchart-crossStart,g #flowchart-pointEnd,g #flowchart-pointStart{stroke:none}g.classGroup line,g.classGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.classGroup text{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.classLabel .box{fill:var(--md-mermaid-label-bg-color);background-color:var(--md-mermaid-label-bg-color);opacity:1}.classLabel .label{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.node .divider{stroke:var(--md-mermaid-node-fg-color)}.relation{stroke:var(--md-mermaid-edge-color)}.cardinality{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.cardinality text{fill:inherit!important}defs #classDiagram-compositionEnd,defs #classDiagram-compositionStart,defs #classDiagram-dependencyEnd,defs #classDiagram-dependencyStart,defs #classDiagram-extensionEnd,defs #classDiagram-extensionStart{fill:var(--md-mermaid-edge-color)!important;stroke:var(--md-mermaid-edge-color)!important}defs #classDiagram-aggregationEnd,defs #classDiagram-aggregationStart{fill:var(--md-mermaid-label-bg-color)!important;stroke:var(--md-mermaid-edge-color)!important}g.stateGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.stateGroup .state-title{fill:var(--md-mermaid-label-fg-color)!important;font-family:var(--md-mermaid-font-family)}g.stateGroup .composit{fill:var(--md-mermaid-label-bg-color)}.nodeLabel,.nodeLabel p{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.node circle.state-end,.node circle.state-start,.start-state{fill:var(--md-mermaid-edge-color);stroke:none}.end-state-inner,.end-state-outer{fill:var(--md-mermaid-edge-color)}.end-state-inner,.node circle.state-end{stroke:var(--md-mermaid-label-bg-color)}.transition{stroke:var(--md-mermaid-edge-color)}[id^=state-fork] rect,[id^=state-join] rect{fill:var(--md-mermaid-edge-color)!important;stroke:none!important}.statediagram-cluster.statediagram-cluster .inner{fill:var(--md-default-bg-color)}.statediagram-cluster rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.statediagram-state rect.divider{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}defs #statediagram-barbEnd{stroke:var(--md-mermaid-edge-color)}.attributeBoxEven,.attributeBoxOdd{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityBox{fill:var(--md-mermaid-label-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityLabel{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.relationshipLabelBox{fill:var(--md-mermaid-label-bg-color);fill-opacity:1;background-color:var(--md-mermaid-label-bg-color);opacity:1}.relationshipLabel{fill:var(--md-mermaid-label-fg-color)}.relationshipLine{stroke:var(--md-mermaid-edge-color)}defs #ONE_OR_MORE_END *,defs #ONE_OR_MORE_START *,defs #ONLY_ONE_END *,defs #ONLY_ONE_START *,defs #ZERO_OR_MORE_END *,defs #ZERO_OR_MORE_START *,defs #ZERO_OR_ONE_END *,defs #ZERO_OR_ONE_START *{stroke:var(--md-mermaid-edge-color)!important}defs #ZERO_OR_MORE_END circle,defs #ZERO_OR_MORE_START circle{fill:var(--md-mermaid-label-bg-color)}.actor{fill:var(--md-mermaid-sequence-actor-bg-color);stroke:var(--md-mermaid-sequence-actor-border-color)}text.actor>tspan{fill:var(--md-mermaid-sequence-actor-fg-color);font-family:var(--md-mermaid-font-family)}line{stroke:var(--md-mermaid-sequence-actor-line-color)}.actor-man circle,.actor-man line{fill:var(--md-mermaid-sequence-actorman-bg-color);stroke:var(--md-mermaid-sequence-actorman-line-color)}.messageLine0,.messageLine1{stroke:var(--md-mermaid-sequence-message-line-color)}.note{fill:var(--md-mermaid-sequence-note-bg-color);stroke:var(--md-mermaid-sequence-note-border-color)}.loopText,.loopText>tspan,.messageText,.noteText>tspan{stroke:none;font-family:var(--md-mermaid-font-family)!important}.messageText{fill:var(--md-mermaid-sequence-message-fg-color)}.loopText,.loopText>tspan{fill:var(--md-mermaid-sequence-loop-fg-color)}.noteText>tspan{fill:var(--md-mermaid-sequence-note-fg-color)}#arrowhead path{fill:var(--md-mermaid-sequence-message-line-color);stroke:none}.loopLine{fill:var(--md-mermaid-sequence-loop-bg-color);stroke:var(--md-mermaid-sequence-loop-border-color)}.labelBox{fill:var(--md-mermaid-sequence-label-bg-color);stroke:none}.labelText,.labelText>span{fill:var(--md-mermaid-sequence-label-fg-color);font-family:var(--md-mermaid-font-family)}.sequenceNumber{fill:var(--md-mermaid-sequence-number-fg-color)}rect.rect{fill:var(--md-mermaid-sequence-box-bg-color);stroke:none}rect.rect+text.text{fill:var(--md-mermaid-sequence-box-fg-color)}defs #sequencenumber{fill:var(--md-mermaid-sequence-number-bg-color)!important}";var qr,ka=0;function Ha(){return typeof mermaid=="undefined"||mermaid instanceof Element?gt("https://unpkg.com/mermaid@10.7.0/dist/mermaid.min.js"):$(void 0)}function _n(e){return e.classList.remove("mermaid"),qr||(qr=Ha().pipe(y(()=>mermaid.initialize({startOnLoad:!1,themeCSS:Ln,sequence:{actorFontSize:"16px",messageFontSize:"16px",noteFontSize:"16px"}})),m(()=>{}),B(1))),qr.subscribe(()=>ro(this,null,function*(){e.classList.add("mermaid");let t=`__mermaid_${ka++}`,r=E("div",{class:"mermaid"}),o=e.textContent,{svg:n,fn:i}=yield mermaid.render(t,o),a=r.attachShadow({mode:"closed"});a.innerHTML=n,e.replaceWith(r),i==null||i(a)})),qr.pipe(m(()=>({ref:e})))}var An=E("table");function Cn(e){return e.replaceWith(An),An.replaceWith(vn(e)),$({ref:e})}function $a(e){let t=e.find(r=>r.checked)||e[0];return T(...e.map(r=>d(r,"change").pipe(m(()=>P(`label[for="${r.id}"]`))))).pipe(q(P(`label[for="${t.id}"]`)),m(r=>({active:r})))}function kn(e,{viewport$:t,target$:r}){let o=P(".tabbed-labels",e),n=R(":scope > input",e),i=Nr("prev");e.append(i);let a=Nr("next");return e.append(a),H(()=>{let s=new g,c=s.pipe(ee(),oe(!0));Q([s,Ee(e)]).pipe(U(c),Me(1,de)).subscribe({next([{active:p},l]){let f=Ue(p),{width:u}=pe(p);e.style.setProperty("--md-indicator-x",`${f.x}px`),e.style.setProperty("--md-indicator-width",`${u}px`);let h=ir(o);(f.xh.x+l.width)&&o.scrollTo({left:Math.max(0,f.x-16),behavior:"smooth"})},complete(){e.style.removeProperty("--md-indicator-x"),e.style.removeProperty("--md-indicator-width")}}),Q([et(o),Ee(o)]).pipe(U(c)).subscribe(([p,l])=>{let f=xt(o);i.hidden=p.x<16,a.hidden=p.x>f.width-l.width-16}),T(d(i,"click").pipe(m(()=>-1)),d(a,"click").pipe(m(()=>1))).pipe(U(c)).subscribe(p=>{let{width:l}=pe(o);o.scrollBy({left:l*p,behavior:"smooth"})}),r.pipe(U(c),b(p=>n.includes(p))).subscribe(p=>p.click()),o.classList.add("tabbed-labels--linked");for(let p of n){let l=P(`label[for="${p.id}"]`);l.replaceChildren(E("a",{href:`#${l.htmlFor}`,tabIndex:-1},...Array.from(l.childNodes))),d(l.firstElementChild,"click").pipe(U(c),b(f=>!(f.metaKey||f.ctrlKey)),y(f=>{f.preventDefault(),f.stopPropagation()})).subscribe(()=>{history.replaceState({},"",`#${l.htmlFor}`),l.click()})}return G("content.tabs.link")&&s.pipe(Le(1),ne(t)).subscribe(([{active:p},{offset:l}])=>{let f=p.innerText.trim();if(p.hasAttribute("data-md-switching"))p.removeAttribute("data-md-switching");else{let u=e.offsetTop-l.y;for(let w of R("[data-tabs]"))for(let A of R(":scope > input",w)){let Z=P(`label[for="${A.id}"]`);if(Z!==p&&Z.innerText.trim()===f){Z.setAttribute("data-md-switching",""),A.click();break}}window.scrollTo({top:e.offsetTop-u});let h=__md_get("__tabs")||[];__md_set("__tabs",[...new Set([f,...h])])}}),s.pipe(U(c)).subscribe(()=>{for(let p of R("audio, video",e))p.pause()}),$a(n).pipe(y(p=>s.next(p)),_(()=>s.complete()),m(p=>F({ref:e},p)))}).pipe(ze(ae))}function Hn(e,{viewport$:t,target$:r,print$:o}){return T(...R(".annotate:not(.highlight)",e).map(n=>wn(n,{target$:r,print$:o})),...R("pre:not(.mermaid) > code",e).map(n=>On(n,{target$:r,print$:o})),...R("pre.mermaid",e).map(n=>_n(n)),...R("table:not([class])",e).map(n=>Cn(n)),...R("details",e).map(n=>Mn(n,{target$:r,print$:o})),...R("[data-tabs]",e).map(n=>kn(n,{viewport$:t,target$:r})),...R("[title]",e).filter(()=>G("content.tooltips")).map(n=>Ge(n)))}function Ra(e,{alert$:t}){return t.pipe(v(r=>T($(!0),$(!1).pipe(Ye(2e3))).pipe(m(o=>({message:r,active:o})))))}function $n(e,t){let r=P(".md-typeset",e);return H(()=>{let o=new g;return o.subscribe(({message:n,active:i})=>{e.classList.toggle("md-dialog--active",i),r.textContent=n}),Ra(e,t).pipe(y(n=>o.next(n)),_(()=>o.complete()),m(n=>F({ref:e},n)))})}function Pa({viewport$:e}){if(!G("header.autohide"))return $(!1);let t=e.pipe(m(({offset:{y:n}})=>n),Ke(2,1),m(([n,i])=>[nMath.abs(i-n.y)>100),m(([,[n]])=>n),Y()),o=We("search");return Q([e,o]).pipe(m(([{offset:n},i])=>n.y>400&&!i),Y(),v(n=>n?r:$(!1)),q(!1))}function Rn(e,t){return H(()=>Q([Ee(e),Pa(t)])).pipe(m(([{height:r},o])=>({height:r,hidden:o})),Y((r,o)=>r.height===o.height&&r.hidden===o.hidden),B(1))}function Pn(e,{header$:t,main$:r}){return H(()=>{let o=new g,n=o.pipe(ee(),oe(!0));o.pipe(X("active"),je(t)).subscribe(([{active:a},{hidden:s}])=>{e.classList.toggle("md-header--shadow",a&&!s),e.hidden=s});let i=fe(R("[title]",e)).pipe(b(()=>G("content.tooltips")),re(a=>Ge(a)));return r.subscribe(o),t.pipe(U(n),m(a=>F({ref:e},a)),$e(i.pipe(U(n))))})}function Ia(e,{viewport$:t,header$:r}){return pr(e,{viewport$:t,header$:r}).pipe(m(({offset:{y:o}})=>{let{height:n}=pe(e);return{active:o>=n}}),X("active"))}function In(e,t){return H(()=>{let r=new g;r.subscribe({next({active:n}){e.classList.toggle("md-header__title--active",n)},complete(){e.classList.remove("md-header__title--active")}});let o=me(".md-content h1");return typeof o=="undefined"?L:Ia(o,t).pipe(y(n=>r.next(n)),_(()=>r.complete()),m(n=>F({ref:e},n)))})}function Fn(e,{viewport$:t,header$:r}){let o=r.pipe(m(({height:i})=>i),Y()),n=o.pipe(v(()=>Ee(e).pipe(m(({height:i})=>({top:e.offsetTop,bottom:e.offsetTop+i})),X("bottom"))));return Q([o,n,t]).pipe(m(([i,{top:a,bottom:s},{offset:{y:c},size:{height:p}}])=>(p=Math.max(0,p-Math.max(0,a-c,i)-Math.max(0,p+c-s)),{offset:a-i,height:p,active:a-i<=c})),Y((i,a)=>i.offset===a.offset&&i.height===a.height&&i.active===a.active))}function Fa(e){let t=__md_get("__palette")||{index:e.findIndex(o=>matchMedia(o.getAttribute("data-md-color-media")).matches)},r=Math.max(0,Math.min(t.index,e.length-1));return $(...e).pipe(re(o=>d(o,"change").pipe(m(()=>o))),q(e[r]),m(o=>({index:e.indexOf(o),color:{media:o.getAttribute("data-md-color-media"),scheme:o.getAttribute("data-md-color-scheme"),primary:o.getAttribute("data-md-color-primary"),accent:o.getAttribute("data-md-color-accent")}})),B(1))}function jn(e){let t=R("input",e),r=E("meta",{name:"theme-color"});document.head.appendChild(r);let o=E("meta",{name:"color-scheme"});document.head.appendChild(o);let n=At("(prefers-color-scheme: light)");return H(()=>{let i=new g;return i.subscribe(a=>{if(document.body.setAttribute("data-md-color-switching",""),a.color.media==="(prefers-color-scheme)"){let s=matchMedia("(prefers-color-scheme: light)"),c=document.querySelector(s.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");a.color.scheme=c.getAttribute("data-md-color-scheme"),a.color.primary=c.getAttribute("data-md-color-primary"),a.color.accent=c.getAttribute("data-md-color-accent")}for(let[s,c]of Object.entries(a.color))document.body.setAttribute(`data-md-color-${s}`,c);for(let s=0;sa.key==="Enter"),ne(i,(a,s)=>s)).subscribe(({index:a})=>{a=(a+1)%t.length,t[a].click(),t[a].focus()}),i.pipe(m(()=>{let a=Te("header"),s=window.getComputedStyle(a);return o.content=s.colorScheme,s.backgroundColor.match(/\d+/g).map(c=>(+c).toString(16).padStart(2,"0")).join("")})).subscribe(a=>r.content=`#${a}`),i.pipe(Oe(ae)).subscribe(()=>{document.body.removeAttribute("data-md-color-switching")}),Fa(t).pipe(U(n.pipe(Le(1))),at(),y(a=>i.next(a)),_(()=>i.complete()),m(a=>F({ref:e},a)))})}function Un(e,{progress$:t}){return H(()=>{let r=new g;return r.subscribe(({value:o})=>{e.style.setProperty("--md-progress-value",`${o}`)}),t.pipe(y(o=>r.next({value:o})),_(()=>r.complete()),m(o=>({ref:e,value:o})))})}var Kr=jt(zr());function ja(e){e.setAttribute("data-md-copying","");let t=e.closest("[data-copy]"),r=t?t.getAttribute("data-copy"):e.innerText;return e.removeAttribute("data-md-copying"),r.trimEnd()}function Wn({alert$:e}){Kr.default.isSupported()&&new j(t=>{new Kr.default("[data-clipboard-target], [data-clipboard-text]",{text:r=>r.getAttribute("data-clipboard-text")||ja(P(r.getAttribute("data-clipboard-target")))}).on("success",r=>t.next(r))}).pipe(y(t=>{t.trigger.focus()}),m(()=>ge("clipboard.copied"))).subscribe(e)}function Dn(e,t){return e.protocol=t.protocol,e.hostname=t.hostname,e}function Ua(e,t){let r=new Map;for(let o of R("url",e)){let n=P("loc",o),i=[Dn(new URL(n.textContent),t)];r.set(`${i[0]}`,i);for(let a of R("[rel=alternate]",o)){let s=a.getAttribute("href");s!=null&&i.push(Dn(new URL(s),t))}}return r}function mr(e){return on(new URL("sitemap.xml",e)).pipe(m(t=>Ua(t,new URL(e))),he(()=>$(new Map)))}function Wa(e,t){if(!(e.target instanceof Element))return L;let r=e.target.closest("a");if(r===null)return L;if(r.target||e.metaKey||e.ctrlKey)return L;let o=new URL(r.href);return o.search=o.hash="",t.has(`${o}`)?(e.preventDefault(),$(new URL(r.href))):L}function Nn(e){let t=new Map;for(let r of R(":scope > *",e.head))t.set(r.outerHTML,r);return t}function Vn(e){for(let t of R("[href], [src]",e))for(let r of["href","src"]){let o=t.getAttribute(r);if(o&&!/^(?:[a-z]+:)?\/\//i.test(o)){t[r]=t[r];break}}return $(e)}function Da(e){for(let o of["[data-md-component=announce]","[data-md-component=container]","[data-md-component=header-topic]","[data-md-component=outdated]","[data-md-component=logo]","[data-md-component=skip]",...G("navigation.tabs.sticky")?["[data-md-component=tabs]"]:[]]){let n=me(o),i=me(o,e);typeof n!="undefined"&&typeof i!="undefined"&&n.replaceWith(i)}let t=Nn(document);for(let[o,n]of Nn(e))t.has(o)?t.delete(o):document.head.appendChild(n);for(let o of t.values()){let n=o.getAttribute("name");n!=="theme-color"&&n!=="color-scheme"&&o.remove()}let r=Te("container");return Fe(R("script",r)).pipe(v(o=>{let n=e.createElement("script");if(o.src){for(let i of o.getAttributeNames())n.setAttribute(i,o.getAttribute(i));return o.replaceWith(n),new j(i=>{n.onload=()=>i.complete()})}else return n.textContent=o.textContent,o.replaceWith(n),L}),ee(),oe(document))}function zn({location$:e,viewport$:t,progress$:r}){let o=we();if(location.protocol==="file:")return L;let n=mr(o.base);$(document).subscribe(Vn);let i=d(document.body,"click").pipe(je(n),v(([c,p])=>Wa(c,p)),le()),a=d(window,"popstate").pipe(m(ve),le());i.pipe(ne(t)).subscribe(([c,{offset:p}])=>{history.replaceState(p,""),history.pushState(null,"",c)}),T(i,a).subscribe(e);let s=e.pipe(X("pathname"),v(c=>rn(c,{progress$:r}).pipe(he(()=>(st(c,!0),L)))),v(Vn),v(Da),le());return T(s.pipe(ne(e,(c,p)=>p)),e.pipe(X("pathname"),v(()=>e),X("hash")),e.pipe(Y((c,p)=>c.pathname===p.pathname&&c.hash===p.hash),v(()=>i),y(()=>history.back()))).subscribe(c=>{var p,l;history.state!==null||!c.hash?window.scrollTo(0,(l=(p=history.state)==null?void 0:p.y)!=null?l:0):(history.scrollRestoration="auto",Zo(c.hash),history.scrollRestoration="manual")}),e.subscribe(()=>{history.scrollRestoration="manual"}),d(window,"beforeunload").subscribe(()=>{history.scrollRestoration="auto"}),t.pipe(X("offset"),be(100)).subscribe(({offset:c})=>{history.replaceState(c,"")}),s}var Qn=jt(Kn());function Yn(e){let t=e.separator.split("|").map(n=>n.replace(/(\(\?[!=<][^)]+\))/g,"").length===0?"\uFFFD":n).join("|"),r=new RegExp(t,"img"),o=(n,i,a)=>`${i}${a}`;return n=>{n=n.replace(/[\s*+\-:~^]+/g," ").trim();let i=new RegExp(`(^|${e.separator}|)(${n.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&").replace(r,"|")})`,"img");return a=>(0,Qn.default)(a).replace(i,o).replace(/<\/mark>(\s+)]*>/img,"$1")}}function Ht(e){return e.type===1}function fr(e){return e.type===3}function Bn(e,t){let r=ln(e);return T($(location.protocol!=="file:"),We("search")).pipe(He(o=>o),v(()=>t)).subscribe(({config:o,docs:n})=>r.next({type:0,data:{config:o,docs:n,options:{suggest:G("search.suggest")}}})),r}function Gn({document$:e}){let t=we(),r=De(new URL("../versions.json",t.base)).pipe(he(()=>L)),o=r.pipe(m(n=>{let[,i]=t.base.match(/([^/]+)\/?$/);return n.find(({version:a,aliases:s})=>a===i||s.includes(i))||n[0]}));r.pipe(m(n=>new Map(n.map(i=>[`${new URL(`../${i.version}/`,t.base)}`,i]))),v(n=>d(document.body,"click").pipe(b(i=>!i.metaKey&&!i.ctrlKey),ne(o),v(([i,a])=>{if(i.target instanceof Element){let s=i.target.closest("a");if(s&&!s.target&&n.has(s.href)){let c=s.href;return!i.target.closest(".md-version")&&n.get(c)===a?L:(i.preventDefault(),$(c))}}return L}),v(i=>{let{version:a}=n.get(i);return mr(new URL(i)).pipe(m(s=>{let p=ve().href.replace(t.base,"");return s.has(p.split("#")[0])?new URL(`../${a}/${p}`,t.base):new URL(i)}))})))).subscribe(n=>st(n,!0)),Q([r,o]).subscribe(([n,i])=>{P(".md-header__topic").appendChild(gn(n,i))}),e.pipe(v(()=>o)).subscribe(n=>{var a;let i=__md_get("__outdated",sessionStorage);if(i===null){i=!0;let s=((a=t.version)==null?void 0:a.default)||"latest";Array.isArray(s)||(s=[s]);e:for(let c of s)for(let p of n.aliases.concat(n.version))if(new RegExp(c,"i").test(p)){i=!1;break e}__md_set("__outdated",i,sessionStorage)}if(i)for(let s of ie("outdated"))s.hidden=!1})}function Ka(e,{worker$:t}){let{searchParams:r}=ve();r.has("q")&&(Be("search",!0),e.value=r.get("q"),e.focus(),We("search").pipe(He(i=>!i)).subscribe(()=>{let i=ve();i.searchParams.delete("q"),history.replaceState({},"",`${i}`)}));let o=vt(e),n=T(t.pipe(He(Ht)),d(e,"keyup"),o).pipe(m(()=>e.value),Y());return Q([n,o]).pipe(m(([i,a])=>({value:i,focus:a})),B(1))}function Jn(e,{worker$:t}){let r=new g,o=r.pipe(ee(),oe(!0));Q([t.pipe(He(Ht)),r],(i,a)=>a).pipe(X("value")).subscribe(({value:i})=>t.next({type:2,data:i})),r.pipe(X("focus")).subscribe(({focus:i})=>{i&&Be("search",i)}),d(e.form,"reset").pipe(U(o)).subscribe(()=>e.focus());let n=P("header [for=__search]");return d(n,"click").subscribe(()=>e.focus()),Ka(e,{worker$:t}).pipe(y(i=>r.next(i)),_(()=>r.complete()),m(i=>F({ref:e},i)),B(1))}function Xn(e,{worker$:t,query$:r}){let o=new g,n=Yo(e.parentElement).pipe(b(Boolean)),i=e.parentElement,a=P(":scope > :first-child",e),s=P(":scope > :last-child",e);We("search").subscribe(l=>s.setAttribute("role",l?"list":"presentation")),o.pipe(ne(r),Ir(t.pipe(He(Ht)))).subscribe(([{items:l},{value:f}])=>{switch(l.length){case 0:a.textContent=f.length?ge("search.result.none"):ge("search.result.placeholder");break;case 1:a.textContent=ge("search.result.one");break;default:let u=ar(l.length);a.textContent=ge("search.result.other",u)}});let c=o.pipe(y(()=>s.innerHTML=""),v(({items:l})=>T($(...l.slice(0,10)),$(...l.slice(10)).pipe(Ke(4),jr(n),v(([f])=>f)))),m(hn),le());return c.subscribe(l=>s.appendChild(l)),c.pipe(re(l=>{let f=me("details",l);return typeof f=="undefined"?L:d(f,"toggle").pipe(U(o),m(()=>f))})).subscribe(l=>{l.open===!1&&l.offsetTop<=i.scrollTop&&i.scrollTo({top:l.offsetTop})}),t.pipe(b(fr),m(({data:l})=>l)).pipe(y(l=>o.next(l)),_(()=>o.complete()),m(l=>F({ref:e},l)))}function Qa(e,{query$:t}){return t.pipe(m(({value:r})=>{let o=ve();return o.hash="",r=r.replace(/\s+/g,"+").replace(/&/g,"%26").replace(/=/g,"%3D"),o.search=`q=${r}`,{url:o}}))}function Zn(e,t){let r=new g,o=r.pipe(ee(),oe(!0));return r.subscribe(({url:n})=>{e.setAttribute("data-clipboard-text",e.href),e.href=`${n}`}),d(e,"click").pipe(U(o)).subscribe(n=>n.preventDefault()),Qa(e,t).pipe(y(n=>r.next(n)),_(()=>r.complete()),m(n=>F({ref:e},n)))}function ei(e,{worker$:t,keyboard$:r}){let o=new g,n=Te("search-query"),i=T(d(n,"keydown"),d(n,"focus")).pipe(Oe(ae),m(()=>n.value),Y());return o.pipe(je(i),m(([{suggest:s},c])=>{let p=c.split(/([\s-]+)/);if(s!=null&&s.length&&p[p.length-1]){let l=s[s.length-1];l.startsWith(p[p.length-1])&&(p[p.length-1]=l)}else p.length=0;return p})).subscribe(s=>e.innerHTML=s.join("").replace(/\s/g," ")),r.pipe(b(({mode:s})=>s==="search")).subscribe(s=>{switch(s.type){case"ArrowRight":e.innerText.length&&n.selectionStart===n.value.length&&(n.value=e.innerText);break}}),t.pipe(b(fr),m(({data:s})=>s)).pipe(y(s=>o.next(s)),_(()=>o.complete()),m(()=>({ref:e})))}function ti(e,{index$:t,keyboard$:r}){let o=we();try{let n=Bn(o.search,t),i=Te("search-query",e),a=Te("search-result",e);d(e,"click").pipe(b(({target:c})=>c instanceof Element&&!!c.closest("a"))).subscribe(()=>Be("search",!1)),r.pipe(b(({mode:c})=>c==="search")).subscribe(c=>{let p=Re();switch(c.type){case"Enter":if(p===i){let l=new Map;for(let f of R(":first-child [href]",a)){let u=f.firstElementChild;l.set(f,parseFloat(u.getAttribute("data-md-score")))}if(l.size){let[[f]]=[...l].sort(([,u],[,h])=>h-u);f.click()}c.claim()}break;case"Escape":case"Tab":Be("search",!1),i.blur();break;case"ArrowUp":case"ArrowDown":if(typeof p=="undefined")i.focus();else{let l=[i,...R(":not(details) > [href], summary, details[open] [href]",a)],f=Math.max(0,(Math.max(0,l.indexOf(p))+l.length+(c.type==="ArrowUp"?-1:1))%l.length);l[f].focus()}c.claim();break;default:i!==Re()&&i.focus()}}),r.pipe(b(({mode:c})=>c==="global")).subscribe(c=>{switch(c.type){case"f":case"s":case"/":i.focus(),i.select(),c.claim();break}});let s=Jn(i,{worker$:n});return T(s,Xn(a,{worker$:n,query$:s})).pipe($e(...ie("search-share",e).map(c=>Zn(c,{query$:s})),...ie("search-suggest",e).map(c=>ei(c,{worker$:n,keyboard$:r}))))}catch(n){return e.hidden=!0,qe}}function ri(e,{index$:t,location$:r}){return Q([t,r.pipe(q(ve()),b(o=>!!o.searchParams.get("h")))]).pipe(m(([o,n])=>Yn(o.config)(n.searchParams.get("h"))),m(o=>{var a;let n=new Map,i=document.createNodeIterator(e,NodeFilter.SHOW_TEXT);for(let s=i.nextNode();s;s=i.nextNode())if((a=s.parentElement)!=null&&a.offsetHeight){let c=s.textContent,p=o(c);p.length>c.length&&n.set(s,p)}for(let[s,c]of n){let{childNodes:p}=E("span",null,c);s.replaceWith(...Array.from(p))}return{ref:e,nodes:n}}))}function Ya(e,{viewport$:t,main$:r}){let o=e.closest(".md-grid"),n=o.offsetTop-o.parentElement.offsetTop;return Q([r,t]).pipe(m(([{offset:i,height:a},{offset:{y:s}}])=>(a=a+Math.min(n,Math.max(0,s-i))-n,{height:a,locked:s>=i+n})),Y((i,a)=>i.height===a.height&&i.locked===a.locked))}function Qr(e,o){var n=o,{header$:t}=n,r=to(n,["header$"]);let i=P(".md-sidebar__scrollwrap",e),{y:a}=Ue(i);return H(()=>{let s=new g,c=s.pipe(ee(),oe(!0)),p=s.pipe(Me(0,de));return p.pipe(ne(t)).subscribe({next([{height:l},{height:f}]){i.style.height=`${l-2*a}px`,e.style.top=`${f}px`},complete(){i.style.height="",e.style.top=""}}),p.pipe(He()).subscribe(()=>{for(let l of R(".md-nav__link--active[href]",e)){if(!l.clientHeight)continue;let f=l.closest(".md-sidebar__scrollwrap");if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:h}=pe(f);f.scrollTo({top:u-h/2})}}}),fe(R("label[tabindex]",e)).pipe(re(l=>d(l,"click").pipe(Oe(ae),m(()=>l),U(c)))).subscribe(l=>{let f=P(`[id="${l.htmlFor}"]`);P(`[aria-labelledby="${l.id}"]`).setAttribute("aria-expanded",`${f.checked}`)}),Ya(e,r).pipe(y(l=>s.next(l)),_(()=>s.complete()),m(l=>F({ref:e},l)))})}function oi(e,t){if(typeof t!="undefined"){let r=`https://api.github.com/repos/${e}/${t}`;return Lt(De(`${r}/releases/latest`).pipe(he(()=>L),m(o=>({version:o.tag_name})),Qe({})),De(r).pipe(he(()=>L),m(o=>({stars:o.stargazers_count,forks:o.forks_count})),Qe({}))).pipe(m(([o,n])=>F(F({},o),n)))}else{let r=`https://api.github.com/users/${e}`;return De(r).pipe(m(o=>({repositories:o.public_repos})),Qe({}))}}function ni(e,t){let r=`https://${e}/api/v4/projects/${encodeURIComponent(t)}`;return De(r).pipe(he(()=>L),m(({star_count:o,forks_count:n})=>({stars:o,forks:n})),Qe({}))}function ii(e){let t=e.match(/^.+github\.com\/([^/]+)\/?([^/]+)?/i);if(t){let[,r,o]=t;return oi(r,o)}if(t=e.match(/^.+?([^/]*gitlab[^/]+)\/(.+?)\/?$/i),t){let[,r,o]=t;return ni(r,o)}return L}var Ba;function Ga(e){return Ba||(Ba=H(()=>{let t=__md_get("__source",sessionStorage);if(t)return $(t);if(ie("consent").length){let o=__md_get("__consent");if(!(o&&o.github))return L}return ii(e.href).pipe(y(o=>__md_set("__source",o,sessionStorage)))}).pipe(he(()=>L),b(t=>Object.keys(t).length>0),m(t=>({facts:t})),B(1)))}function ai(e){let t=P(":scope > :last-child",e);return H(()=>{let r=new g;return r.subscribe(({facts:o})=>{t.appendChild(bn(o)),t.classList.add("md-source__repository--active")}),Ga(e).pipe(y(o=>r.next(o)),_(()=>r.complete()),m(o=>F({ref:e},o)))})}function Ja(e,{viewport$:t,header$:r}){return Ee(document.body).pipe(v(()=>pr(e,{header$:r,viewport$:t})),m(({offset:{y:o}})=>({hidden:o>=10})),X("hidden"))}function si(e,t){return H(()=>{let r=new g;return r.subscribe({next({hidden:o}){e.hidden=o},complete(){e.hidden=!1}}),(G("navigation.tabs.sticky")?$({hidden:!1}):Ja(e,t)).pipe(y(o=>r.next(o)),_(()=>r.complete()),m(o=>F({ref:e},o)))})}function Xa(e,{viewport$:t,header$:r}){let o=new Map,n=R(".md-nav__link",e);for(let s of n){let c=decodeURIComponent(s.hash.substring(1)),p=me(`[id="${c}"]`);typeof p!="undefined"&&o.set(s,p)}let i=r.pipe(X("height"),m(({height:s})=>{let c=Te("main"),p=P(":scope > :first-child",c);return s+.8*(p.offsetTop-c.offsetTop)}),le());return Ee(document.body).pipe(X("height"),v(s=>H(()=>{let c=[];return $([...o].reduce((p,[l,f])=>{for(;c.length&&o.get(c[c.length-1]).tagName>=f.tagName;)c.pop();let u=f.offsetTop;for(;!u&&f.parentElement;)f=f.parentElement,u=f.offsetTop;let h=f.offsetParent;for(;h;h=h.offsetParent)u+=h.offsetTop;return p.set([...c=[...c,l]].reverse(),u)},new Map))}).pipe(m(c=>new Map([...c].sort(([,p],[,l])=>p-l))),je(i),v(([c,p])=>t.pipe(Rr(([l,f],{offset:{y:u},size:h})=>{let w=u+h.height>=Math.floor(s.height);for(;f.length;){let[,A]=f[0];if(A-p=u&&!w)f=[l.pop(),...f];else break}return[l,f]},[[],[...c]]),Y((l,f)=>l[0]===f[0]&&l[1]===f[1])))))).pipe(m(([s,c])=>({prev:s.map(([p])=>p),next:c.map(([p])=>p)})),q({prev:[],next:[]}),Ke(2,1),m(([s,c])=>s.prev.length{let i=new g,a=i.pipe(ee(),oe(!0));if(i.subscribe(({prev:s,next:c})=>{for(let[p]of c)p.classList.remove("md-nav__link--passed"),p.classList.remove("md-nav__link--active");for(let[p,[l]]of s.entries())l.classList.add("md-nav__link--passed"),l.classList.toggle("md-nav__link--active",p===s.length-1)}),G("toc.follow")){let s=T(t.pipe(be(1),m(()=>{})),t.pipe(be(250),m(()=>"smooth")));i.pipe(b(({prev:c})=>c.length>0),je(o.pipe(Oe(ae))),ne(s)).subscribe(([[{prev:c}],p])=>{let[l]=c[c.length-1];if(l.offsetHeight){let f=sr(l);if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:h}=pe(f);f.scrollTo({top:u-h/2,behavior:p})}}})}return G("navigation.tracking")&&t.pipe(U(a),X("offset"),be(250),Le(1),U(n.pipe(Le(1))),at({delay:250}),ne(i)).subscribe(([,{prev:s}])=>{let c=ve(),p=s[s.length-1];if(p&&p.length){let[l]=p,{hash:f}=new URL(l.href);c.hash!==f&&(c.hash=f,history.replaceState({},"",`${c}`))}else c.hash="",history.replaceState({},"",`${c}`)}),Xa(e,{viewport$:t,header$:r}).pipe(y(s=>i.next(s)),_(()=>i.complete()),m(s=>F({ref:e},s)))})}function Za(e,{viewport$:t,main$:r,target$:o}){let n=t.pipe(m(({offset:{y:a}})=>a),Ke(2,1),m(([a,s])=>a>s&&s>0),Y()),i=r.pipe(m(({active:a})=>a));return Q([i,n]).pipe(m(([a,s])=>!(a&&s)),Y(),U(o.pipe(Le(1))),oe(!0),at({delay:250}),m(a=>({hidden:a})))}function pi(e,{viewport$:t,header$:r,main$:o,target$:n}){let i=new g,a=i.pipe(ee(),oe(!0));return i.subscribe({next({hidden:s}){e.hidden=s,s?(e.setAttribute("tabindex","-1"),e.blur()):e.removeAttribute("tabindex")},complete(){e.style.top="",e.hidden=!0,e.removeAttribute("tabindex")}}),r.pipe(U(a),X("height")).subscribe(({height:s})=>{e.style.top=`${s+16}px`}),d(e,"click").subscribe(s=>{s.preventDefault(),window.scrollTo({top:0})}),Za(e,{viewport$:t,main$:o,target$:n}).pipe(y(s=>i.next(s)),_(()=>i.complete()),m(s=>F({ref:e},s)))}function li({document$:e}){e.pipe(v(()=>R(".md-ellipsis")),re(t=>yt(t).pipe(U(e.pipe(Le(1))),b(r=>r),m(()=>t),ye(1))),b(t=>t.offsetWidth{let r=t.innerText,o=t.closest("a")||t;return o.title=r,Ge(o).pipe(U(e.pipe(Le(1))),_(()=>o.removeAttribute("title")))})).subscribe(),e.pipe(v(()=>R(".md-status")),re(t=>Ge(t))).subscribe()}function mi({document$:e,tablet$:t}){e.pipe(v(()=>R(".md-toggle--indeterminate")),y(r=>{r.indeterminate=!0,r.checked=!1}),re(r=>d(r,"change").pipe(Fr(()=>r.classList.contains("md-toggle--indeterminate")),m(()=>r))),ne(t)).subscribe(([r,o])=>{r.classList.remove("md-toggle--indeterminate"),o&&(r.checked=!1)})}function es(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function fi({document$:e}){e.pipe(v(()=>R("[data-md-scrollfix]")),y(t=>t.removeAttribute("data-md-scrollfix")),b(es),re(t=>d(t,"touchstart").pipe(m(()=>t)))).subscribe(t=>{let r=t.scrollTop;r===0?t.scrollTop=1:r+t.offsetHeight===t.scrollHeight&&(t.scrollTop=r-1)})}function ui({viewport$:e,tablet$:t}){Q([We("search"),t]).pipe(m(([r,o])=>r&&!o),v(r=>$(r).pipe(Ye(r?400:100))),ne(e)).subscribe(([r,{offset:{y:o}}])=>{if(r)document.body.setAttribute("data-md-scrolllock",""),document.body.style.top=`-${o}px`;else{let n=-1*parseInt(document.body.style.top,10);document.body.removeAttribute("data-md-scrolllock"),document.body.style.top="",n&&window.scrollTo(0,n)}})}Object.entries||(Object.entries=function(e){let t=[];for(let r of Object.keys(e))t.push([r,e[r]]);return t});Object.values||(Object.values=function(e){let t=[];for(let r of Object.keys(e))t.push(e[r]);return t});typeof Element!="undefined"&&(Element.prototype.scrollTo||(Element.prototype.scrollTo=function(e,t){typeof e=="object"?(this.scrollLeft=e.left,this.scrollTop=e.top):(this.scrollLeft=e,this.scrollTop=t)}),Element.prototype.replaceWith||(Element.prototype.replaceWith=function(...e){let t=this.parentNode;if(t){e.length===0&&t.removeChild(this);for(let r=e.length-1;r>=0;r--){let o=e[r];typeof o=="string"?o=document.createTextNode(o):o.parentNode&&o.parentNode.removeChild(o),r?t.insertBefore(this.previousSibling,o):t.replaceChild(o,this)}}}));function ts(){return location.protocol==="file:"?gt(`${new URL("search/search_index.js",Yr.base)}`).pipe(m(()=>__index),B(1)):De(new URL("search/search_index.json",Yr.base))}document.documentElement.classList.remove("no-js");document.documentElement.classList.add("js");var rt=No(),Rt=Jo(),wt=en(Rt),Br=Go(),_e=pn(),ur=At("(min-width: 960px)"),hi=At("(min-width: 1220px)"),bi=tn(),Yr=we(),vi=document.forms.namedItem("search")?ts():qe,Gr=new g;Wn({alert$:Gr});var Jr=new g;G("navigation.instant")&&zn({location$:Rt,viewport$:_e,progress$:Jr}).subscribe(rt);var di;((di=Yr.version)==null?void 0:di.provider)==="mike"&&Gn({document$:rt});T(Rt,wt).pipe(Ye(125)).subscribe(()=>{Be("drawer",!1),Be("search",!1)});Br.pipe(b(({mode:e})=>e==="global")).subscribe(e=>{switch(e.type){case"p":case",":let t=me("link[rel=prev]");typeof t!="undefined"&&st(t);break;case"n":case".":let r=me("link[rel=next]");typeof r!="undefined"&&st(r);break;case"Enter":let o=Re();o instanceof HTMLLabelElement&&o.click()}});li({document$:rt});mi({document$:rt,tablet$:ur});fi({document$:rt});ui({viewport$:_e,tablet$:ur});var tt=Rn(Te("header"),{viewport$:_e}),$t=rt.pipe(m(()=>Te("main")),v(e=>Fn(e,{viewport$:_e,header$:tt})),B(1)),rs=T(...ie("consent").map(e=>fn(e,{target$:wt})),...ie("dialog").map(e=>$n(e,{alert$:Gr})),...ie("header").map(e=>Pn(e,{viewport$:_e,header$:tt,main$:$t})),...ie("palette").map(e=>jn(e)),...ie("progress").map(e=>Un(e,{progress$:Jr})),...ie("search").map(e=>ti(e,{index$:vi,keyboard$:Br})),...ie("source").map(e=>ai(e))),os=H(()=>T(...ie("announce").map(e=>mn(e)),...ie("content").map(e=>Hn(e,{viewport$:_e,target$:wt,print$:bi})),...ie("content").map(e=>G("search.highlight")?ri(e,{index$:vi,location$:Rt}):L),...ie("header-title").map(e=>In(e,{viewport$:_e,header$:tt})),...ie("sidebar").map(e=>e.getAttribute("data-md-type")==="navigation"?Ur(hi,()=>Qr(e,{viewport$:_e,header$:tt,main$:$t})):Ur(ur,()=>Qr(e,{viewport$:_e,header$:tt,main$:$t}))),...ie("tabs").map(e=>si(e,{viewport$:_e,header$:tt})),...ie("toc").map(e=>ci(e,{viewport$:_e,header$:tt,main$:$t,target$:wt})),...ie("top").map(e=>pi(e,{viewport$:_e,header$:tt,main$:$t,target$:wt})))),gi=rt.pipe(v(()=>os),$e(rs),B(1));gi.subscribe();window.document$=rt;window.location$=Rt;window.target$=wt;window.keyboard$=Br;window.viewport$=_e;window.tablet$=ur;window.screen$=hi;window.print$=bi;window.alert$=Gr;window.progress$=Jr;window.component$=gi;})(); +//# sourceMappingURL=bundle.1e8ae164.min.js.map + diff --git a/assets/javascripts/bundle.1e8ae164.min.js.map b/assets/javascripts/bundle.1e8ae164.min.js.map new file mode 100644 index 0000000..6c33b8e --- /dev/null +++ b/assets/javascripts/bundle.1e8ae164.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/focus-visible/dist/focus-visible.js", "node_modules/clipboard/dist/clipboard.js", "node_modules/escape-html/index.js", "src/templates/assets/javascripts/bundle.ts", "node_modules/rxjs/node_modules/tslib/tslib.es6.js", "node_modules/rxjs/src/internal/util/isFunction.ts", "node_modules/rxjs/src/internal/util/createErrorClass.ts", "node_modules/rxjs/src/internal/util/UnsubscriptionError.ts", "node_modules/rxjs/src/internal/util/arrRemove.ts", "node_modules/rxjs/src/internal/Subscription.ts", "node_modules/rxjs/src/internal/config.ts", "node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts", "node_modules/rxjs/src/internal/util/reportUnhandledError.ts", "node_modules/rxjs/src/internal/util/noop.ts", "node_modules/rxjs/src/internal/NotificationFactories.ts", "node_modules/rxjs/src/internal/util/errorContext.ts", "node_modules/rxjs/src/internal/Subscriber.ts", "node_modules/rxjs/src/internal/symbol/observable.ts", "node_modules/rxjs/src/internal/util/identity.ts", "node_modules/rxjs/src/internal/util/pipe.ts", "node_modules/rxjs/src/internal/Observable.ts", "node_modules/rxjs/src/internal/util/lift.ts", "node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts", "node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts", "node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts", "node_modules/rxjs/src/internal/Subject.ts", "node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts", "node_modules/rxjs/src/internal/ReplaySubject.ts", "node_modules/rxjs/src/internal/scheduler/Action.ts", "node_modules/rxjs/src/internal/scheduler/intervalProvider.ts", "node_modules/rxjs/src/internal/scheduler/AsyncAction.ts", "node_modules/rxjs/src/internal/Scheduler.ts", "node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts", "node_modules/rxjs/src/internal/scheduler/async.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts", "node_modules/rxjs/src/internal/scheduler/animationFrame.ts", "node_modules/rxjs/src/internal/observable/empty.ts", "node_modules/rxjs/src/internal/util/isScheduler.ts", "node_modules/rxjs/src/internal/util/args.ts", "node_modules/rxjs/src/internal/util/isArrayLike.ts", "node_modules/rxjs/src/internal/util/isPromise.ts", "node_modules/rxjs/src/internal/util/isInteropObservable.ts", "node_modules/rxjs/src/internal/util/isAsyncIterable.ts", "node_modules/rxjs/src/internal/util/throwUnobservableError.ts", "node_modules/rxjs/src/internal/symbol/iterator.ts", "node_modules/rxjs/src/internal/util/isIterable.ts", "node_modules/rxjs/src/internal/util/isReadableStreamLike.ts", "node_modules/rxjs/src/internal/observable/innerFrom.ts", "node_modules/rxjs/src/internal/util/executeSchedule.ts", "node_modules/rxjs/src/internal/operators/observeOn.ts", "node_modules/rxjs/src/internal/operators/subscribeOn.ts", "node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts", "node_modules/rxjs/src/internal/scheduled/schedulePromise.ts", "node_modules/rxjs/src/internal/scheduled/scheduleArray.ts", "node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduled.ts", "node_modules/rxjs/src/internal/observable/from.ts", "node_modules/rxjs/src/internal/observable/of.ts", "node_modules/rxjs/src/internal/observable/throwError.ts", "node_modules/rxjs/src/internal/util/EmptyError.ts", "node_modules/rxjs/src/internal/util/isDate.ts", "node_modules/rxjs/src/internal/operators/map.ts", "node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts", "node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts", "node_modules/rxjs/src/internal/util/createObject.ts", "node_modules/rxjs/src/internal/observable/combineLatest.ts", "node_modules/rxjs/src/internal/operators/mergeInternals.ts", "node_modules/rxjs/src/internal/operators/mergeMap.ts", "node_modules/rxjs/src/internal/operators/mergeAll.ts", "node_modules/rxjs/src/internal/operators/concatAll.ts", "node_modules/rxjs/src/internal/observable/concat.ts", "node_modules/rxjs/src/internal/observable/defer.ts", "node_modules/rxjs/src/internal/observable/fromEvent.ts", "node_modules/rxjs/src/internal/observable/fromEventPattern.ts", "node_modules/rxjs/src/internal/observable/timer.ts", "node_modules/rxjs/src/internal/observable/merge.ts", "node_modules/rxjs/src/internal/observable/never.ts", "node_modules/rxjs/src/internal/util/argsOrArgArray.ts", "node_modules/rxjs/src/internal/operators/filter.ts", "node_modules/rxjs/src/internal/observable/zip.ts", "node_modules/rxjs/src/internal/operators/audit.ts", "node_modules/rxjs/src/internal/operators/auditTime.ts", "node_modules/rxjs/src/internal/operators/bufferCount.ts", "node_modules/rxjs/src/internal/operators/catchError.ts", "node_modules/rxjs/src/internal/operators/scanInternals.ts", "node_modules/rxjs/src/internal/operators/combineLatest.ts", "node_modules/rxjs/src/internal/operators/combineLatestWith.ts", "node_modules/rxjs/src/internal/operators/debounceTime.ts", "node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts", "node_modules/rxjs/src/internal/operators/take.ts", "node_modules/rxjs/src/internal/operators/ignoreElements.ts", "node_modules/rxjs/src/internal/operators/mapTo.ts", "node_modules/rxjs/src/internal/operators/delayWhen.ts", "node_modules/rxjs/src/internal/operators/delay.ts", "node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts", "node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts", "node_modules/rxjs/src/internal/operators/throwIfEmpty.ts", "node_modules/rxjs/src/internal/operators/endWith.ts", "node_modules/rxjs/src/internal/operators/finalize.ts", "node_modules/rxjs/src/internal/operators/first.ts", "node_modules/rxjs/src/internal/operators/takeLast.ts", "node_modules/rxjs/src/internal/operators/merge.ts", "node_modules/rxjs/src/internal/operators/mergeWith.ts", "node_modules/rxjs/src/internal/operators/repeat.ts", "node_modules/rxjs/src/internal/operators/scan.ts", "node_modules/rxjs/src/internal/operators/share.ts", "node_modules/rxjs/src/internal/operators/shareReplay.ts", "node_modules/rxjs/src/internal/operators/skip.ts", "node_modules/rxjs/src/internal/operators/skipUntil.ts", "node_modules/rxjs/src/internal/operators/startWith.ts", "node_modules/rxjs/src/internal/operators/switchMap.ts", "node_modules/rxjs/src/internal/operators/takeUntil.ts", "node_modules/rxjs/src/internal/operators/takeWhile.ts", "node_modules/rxjs/src/internal/operators/tap.ts", "node_modules/rxjs/src/internal/operators/throttle.ts", "node_modules/rxjs/src/internal/operators/throttleTime.ts", "node_modules/rxjs/src/internal/operators/withLatestFrom.ts", "node_modules/rxjs/src/internal/operators/zip.ts", "node_modules/rxjs/src/internal/operators/zipWith.ts", "src/templates/assets/javascripts/browser/document/index.ts", "src/templates/assets/javascripts/browser/element/_/index.ts", "src/templates/assets/javascripts/browser/element/focus/index.ts", "src/templates/assets/javascripts/browser/element/hover/index.ts", "src/templates/assets/javascripts/browser/element/offset/_/index.ts", "src/templates/assets/javascripts/browser/element/offset/content/index.ts", "src/templates/assets/javascripts/utilities/h/index.ts", "src/templates/assets/javascripts/utilities/round/index.ts", "src/templates/assets/javascripts/browser/script/index.ts", "src/templates/assets/javascripts/browser/element/size/_/index.ts", "src/templates/assets/javascripts/browser/element/size/content/index.ts", "src/templates/assets/javascripts/browser/element/visibility/index.ts", "src/templates/assets/javascripts/browser/toggle/index.ts", "src/templates/assets/javascripts/browser/keyboard/index.ts", "src/templates/assets/javascripts/browser/location/_/index.ts", "src/templates/assets/javascripts/browser/location/hash/index.ts", "src/templates/assets/javascripts/browser/media/index.ts", "src/templates/assets/javascripts/browser/request/index.ts", "src/templates/assets/javascripts/browser/viewport/offset/index.ts", "src/templates/assets/javascripts/browser/viewport/size/index.ts", "src/templates/assets/javascripts/browser/viewport/_/index.ts", "src/templates/assets/javascripts/browser/viewport/at/index.ts", "src/templates/assets/javascripts/browser/worker/index.ts", "src/templates/assets/javascripts/_/index.ts", "src/templates/assets/javascripts/components/_/index.ts", "src/templates/assets/javascripts/components/announce/index.ts", "src/templates/assets/javascripts/components/consent/index.ts", "src/templates/assets/javascripts/templates/tooltip/index.tsx", "src/templates/assets/javascripts/templates/annotation/index.tsx", "src/templates/assets/javascripts/templates/clipboard/index.tsx", "src/templates/assets/javascripts/templates/search/index.tsx", "src/templates/assets/javascripts/templates/source/index.tsx", "src/templates/assets/javascripts/templates/tabbed/index.tsx", "src/templates/assets/javascripts/templates/table/index.tsx", "src/templates/assets/javascripts/templates/version/index.tsx", "src/templates/assets/javascripts/components/tooltip/index.ts", "src/templates/assets/javascripts/components/content/annotation/_/index.ts", "src/templates/assets/javascripts/components/content/annotation/list/index.ts", "src/templates/assets/javascripts/components/content/annotation/block/index.ts", "src/templates/assets/javascripts/components/content/code/_/index.ts", "src/templates/assets/javascripts/components/content/details/index.ts", "src/templates/assets/javascripts/components/content/mermaid/index.css", "src/templates/assets/javascripts/components/content/mermaid/index.ts", "src/templates/assets/javascripts/components/content/table/index.ts", "src/templates/assets/javascripts/components/content/tabs/index.ts", "src/templates/assets/javascripts/components/content/_/index.ts", "src/templates/assets/javascripts/components/dialog/index.ts", "src/templates/assets/javascripts/components/header/_/index.ts", "src/templates/assets/javascripts/components/header/title/index.ts", "src/templates/assets/javascripts/components/main/index.ts", "src/templates/assets/javascripts/components/palette/index.ts", "src/templates/assets/javascripts/components/progress/index.ts", "src/templates/assets/javascripts/integrations/clipboard/index.ts", "src/templates/assets/javascripts/integrations/sitemap/index.ts", "src/templates/assets/javascripts/integrations/instant/index.ts", "src/templates/assets/javascripts/integrations/search/highlighter/index.ts", "src/templates/assets/javascripts/integrations/search/worker/message/index.ts", "src/templates/assets/javascripts/integrations/search/worker/_/index.ts", "src/templates/assets/javascripts/integrations/version/index.ts", "src/templates/assets/javascripts/components/search/query/index.ts", "src/templates/assets/javascripts/components/search/result/index.ts", "src/templates/assets/javascripts/components/search/share/index.ts", "src/templates/assets/javascripts/components/search/suggest/index.ts", "src/templates/assets/javascripts/components/search/_/index.ts", "src/templates/assets/javascripts/components/search/highlight/index.ts", "src/templates/assets/javascripts/components/sidebar/index.ts", "src/templates/assets/javascripts/components/source/facts/github/index.ts", "src/templates/assets/javascripts/components/source/facts/gitlab/index.ts", "src/templates/assets/javascripts/components/source/facts/_/index.ts", "src/templates/assets/javascripts/components/source/_/index.ts", "src/templates/assets/javascripts/components/tabs/index.ts", "src/templates/assets/javascripts/components/toc/index.ts", "src/templates/assets/javascripts/components/top/index.ts", "src/templates/assets/javascripts/patches/ellipsis/index.ts", "src/templates/assets/javascripts/patches/indeterminate/index.ts", "src/templates/assets/javascripts/patches/scrollfix/index.ts", "src/templates/assets/javascripts/patches/scrolllock/index.ts", "src/templates/assets/javascripts/polyfills/index.ts"], + "sourcesContent": ["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (factory());\n}(this, (function () { 'use strict';\n\n /**\n * Applies the :focus-visible polyfill at the given scope.\n * A scope in this case is either the top-level Document or a Shadow Root.\n *\n * @param {(Document|ShadowRoot)} scope\n * @see https://github.com/WICG/focus-visible\n */\n function applyFocusVisiblePolyfill(scope) {\n var hadKeyboardEvent = true;\n var hadFocusVisibleRecently = false;\n var hadFocusVisibleRecentlyTimeout = null;\n\n var inputTypesAllowlist = {\n text: true,\n search: true,\n url: true,\n tel: true,\n email: true,\n password: true,\n number: true,\n date: true,\n month: true,\n week: true,\n time: true,\n datetime: true,\n 'datetime-local': true\n };\n\n /**\n * Helper function for legacy browsers and iframes which sometimes focus\n * elements like document, body, and non-interactive SVG.\n * @param {Element} el\n */\n function isValidFocusTarget(el) {\n if (\n el &&\n el !== document &&\n el.nodeName !== 'HTML' &&\n el.nodeName !== 'BODY' &&\n 'classList' in el &&\n 'contains' in el.classList\n ) {\n return true;\n }\n return false;\n }\n\n /**\n * Computes whether the given element should automatically trigger the\n * `focus-visible` class being added, i.e. whether it should always match\n * `:focus-visible` when focused.\n * @param {Element} el\n * @return {boolean}\n */\n function focusTriggersKeyboardModality(el) {\n var type = el.type;\n var tagName = el.tagName;\n\n if (tagName === 'INPUT' && inputTypesAllowlist[type] && !el.readOnly) {\n return true;\n }\n\n if (tagName === 'TEXTAREA' && !el.readOnly) {\n return true;\n }\n\n if (el.isContentEditable) {\n return true;\n }\n\n return false;\n }\n\n /**\n * Add the `focus-visible` class to the given element if it was not added by\n * the author.\n * @param {Element} el\n */\n function addFocusVisibleClass(el) {\n if (el.classList.contains('focus-visible')) {\n return;\n }\n el.classList.add('focus-visible');\n el.setAttribute('data-focus-visible-added', '');\n }\n\n /**\n * Remove the `focus-visible` class from the given element if it was not\n * originally added by the author.\n * @param {Element} el\n */\n function removeFocusVisibleClass(el) {\n if (!el.hasAttribute('data-focus-visible-added')) {\n return;\n }\n el.classList.remove('focus-visible');\n el.removeAttribute('data-focus-visible-added');\n }\n\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n\n if (isValidFocusTarget(scope.activeElement)) {\n addFocusVisibleClass(scope.activeElement);\n }\n\n hadKeyboardEvent = true;\n }\n\n /**\n * If at any point a user clicks with a pointing device, ensure that we change\n * the modality away from keyboard.\n * This avoids the situation where a user presses a key on an already focused\n * element, and then clicks on a different element, focusing it with a\n * pointing device, while we still think we're in keyboard modality.\n * @param {Event} e\n */\n function onPointerDown(e) {\n hadKeyboardEvent = false;\n }\n\n /**\n * On `focus`, add the `focus-visible` class to the target if:\n * - the target received focus as a result of keyboard navigation, or\n * - the event target is an element that will likely require interaction\n * via the keyboard (e.g. a text box)\n * @param {Event} e\n */\n function onFocus(e) {\n // Prevent IE from focusing the document or HTML element.\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (hadKeyboardEvent || focusTriggersKeyboardModality(e.target)) {\n addFocusVisibleClass(e.target);\n }\n }\n\n /**\n * On `blur`, remove the `focus-visible` class from the target.\n * @param {Event} e\n */\n function onBlur(e) {\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (\n e.target.classList.contains('focus-visible') ||\n e.target.hasAttribute('data-focus-visible-added')\n ) {\n // To detect a tab/window switch, we look for a blur event followed\n // rapidly by a visibility change.\n // If we don't see a visibility change within 100ms, it's probably a\n // regular focus change.\n hadFocusVisibleRecently = true;\n window.clearTimeout(hadFocusVisibleRecentlyTimeout);\n hadFocusVisibleRecentlyTimeout = window.setTimeout(function() {\n hadFocusVisibleRecently = false;\n }, 100);\n removeFocusVisibleClass(e.target);\n }\n }\n\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange(e) {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n if (hadFocusVisibleRecently) {\n hadKeyboardEvent = true;\n }\n addInitialPointerMoveListeners();\n }\n }\n\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on whenever the\n // window blurs, even if you're tabbing out of the page. \u00AF\\_(\u30C4)_/\u00AF\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n\n hadKeyboardEvent = false;\n removeInitialPointerMoveListeners();\n }\n\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n\n addInitialPointerMoveListeners();\n\n // For focus and blur, we specifically care about state changes in the local\n // scope. This is because focus / blur events that originate from within a\n // shadow root are not re-dispatched from the host element if it was already\n // the active element in its own scope:\n scope.addEventListener('focus', onFocus, true);\n scope.addEventListener('blur', onBlur, true);\n\n // We detect that a node is a ShadowRoot by ensuring that it is a\n // DocumentFragment and also has a host property. This check covers native\n // implementation and polyfill implementation transparently. If we only cared\n // about the native implementation, we could just check if the scope was\n // an instance of a ShadowRoot.\n if (scope.nodeType === Node.DOCUMENT_FRAGMENT_NODE && scope.host) {\n // Since a ShadowRoot is a special kind of DocumentFragment, it does not\n // have a root element to add a class to. So, we add this attribute to the\n // host element instead:\n scope.host.setAttribute('data-js-focus-visible', '');\n } else if (scope.nodeType === Node.DOCUMENT_NODE) {\n document.documentElement.classList.add('js-focus-visible');\n document.documentElement.setAttribute('data-js-focus-visible', '');\n }\n }\n\n // It is important to wrap all references to global window and document in\n // these checks to support server-side rendering use cases\n // @see https://github.com/WICG/focus-visible/issues/199\n if (typeof window !== 'undefined' && typeof document !== 'undefined') {\n // Make the polyfill helper globally available. This can be used as a signal\n // to interested libraries that wish to coordinate with the polyfill for e.g.,\n // applying the polyfill to a shadow root:\n window.applyFocusVisiblePolyfill = applyFocusVisiblePolyfill;\n\n // Notify interested libraries of the polyfill's presence, in case the\n // polyfill was loaded lazily:\n var event;\n\n try {\n event = new CustomEvent('focus-visible-polyfill-ready');\n } catch (error) {\n // IE11 does not support using CustomEvent as a constructor directly:\n event = document.createEvent('CustomEvent');\n event.initCustomEvent('focus-visible-polyfill-ready', false, false, {});\n }\n\n window.dispatchEvent(event);\n }\n\n if (typeof document !== 'undefined') {\n // Apply the polyfill to the global document, so that no JavaScript\n // coordination is required to use the polyfill in the top-level document:\n applyFocusVisiblePolyfill(document);\n }\n\n})));\n", "/*!\n * clipboard.js v2.0.11\n * https://clipboardjs.com/\n *\n * Licensed MIT \u00A9 Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 686:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/common/command.js\n/**\n * Executes a given operation type.\n * @param {String} type\n * @return {Boolean}\n */\nfunction command(type) {\n try {\n return document.execCommand(type);\n } catch (err) {\n return false;\n }\n}\n;// CONCATENATED MODULE: ./src/actions/cut.js\n\n\n/**\n * Cut action wrapper.\n * @param {String|HTMLElement} target\n * @return {String}\n */\n\nvar ClipboardActionCut = function ClipboardActionCut(target) {\n var selectedText = select_default()(target);\n command('cut');\n return selectedText;\n};\n\n/* harmony default export */ var actions_cut = (ClipboardActionCut);\n;// CONCATENATED MODULE: ./src/common/create-fake-element.js\n/**\n * Creates a fake textarea element with a value.\n * @param {String} value\n * @return {HTMLElement}\n */\nfunction createFakeElement(value) {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n var fakeElement = document.createElement('textarea'); // Prevent zooming on iOS\n\n fakeElement.style.fontSize = '12pt'; // Reset box model\n\n fakeElement.style.border = '0';\n fakeElement.style.padding = '0';\n fakeElement.style.margin = '0'; // Move element out of screen horizontally\n\n fakeElement.style.position = 'absolute';\n fakeElement.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n fakeElement.style.top = \"\".concat(yPosition, \"px\");\n fakeElement.setAttribute('readonly', '');\n fakeElement.value = value;\n return fakeElement;\n}\n;// CONCATENATED MODULE: ./src/actions/copy.js\n\n\n\n/**\n * Create fake copy action wrapper using a fake element.\n * @param {String} target\n * @param {Object} options\n * @return {String}\n */\n\nvar fakeCopyAction = function fakeCopyAction(value, options) {\n var fakeElement = createFakeElement(value);\n options.container.appendChild(fakeElement);\n var selectedText = select_default()(fakeElement);\n command('copy');\n fakeElement.remove();\n return selectedText;\n};\n/**\n * Copy action wrapper.\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @return {String}\n */\n\n\nvar ClipboardActionCopy = function ClipboardActionCopy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n var selectedText = '';\n\n if (typeof target === 'string') {\n selectedText = fakeCopyAction(target, options);\n } else if (target instanceof HTMLInputElement && !['text', 'search', 'url', 'tel', 'password'].includes(target === null || target === void 0 ? void 0 : target.type)) {\n // If input type doesn't support `setSelectionRange`. Simulate it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange\n selectedText = fakeCopyAction(target.value, options);\n } else {\n selectedText = select_default()(target);\n command('copy');\n }\n\n return selectedText;\n};\n\n/* harmony default export */ var actions_copy = (ClipboardActionCopy);\n;// CONCATENATED MODULE: ./src/actions/default.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n\n\n/**\n * Inner function which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n * @param {Object} options\n */\n\nvar ClipboardActionDefault = function ClipboardActionDefault() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Defines base properties passed from constructor.\n var _options$action = options.action,\n action = _options$action === void 0 ? 'copy' : _options$action,\n container = options.container,\n target = options.target,\n text = options.text; // Sets the `action` to be performed which can be either 'copy' or 'cut'.\n\n if (action !== 'copy' && action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n } // Sets the `target` property using an element that will be have its content copied.\n\n\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n } // Define selection strategy based on `text` property.\n\n\n if (text) {\n return actions_copy(text, {\n container: container\n });\n } // Defines which selection strategy based on `target` property.\n\n\n if (target) {\n return action === 'cut' ? actions_cut(target) : actions_copy(target, {\n container: container\n });\n }\n};\n\n/* harmony default export */ var actions_default = (ClipboardActionDefault);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n _classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n _createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n var action = this.action(trigger) || 'copy';\n var text = actions_default({\n action: action,\n container: this.container,\n target: this.target(trigger),\n text: this.text(trigger)\n }); // Fires an event based on the copy operation result.\n\n this.emit(text ? 'success' : 'error', {\n action: action,\n text: text,\n trigger: trigger,\n clearSelection: function clearSelection() {\n if (trigger) {\n trigger.focus();\n }\n\n window.getSelection().removeAllRanges();\n }\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Allow fire programmatically a copy action\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @returns Text copied.\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n }\n }], [{\n key: \"copy\",\n value: function copy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n return actions_copy(target, options);\n }\n /**\n * Allow fire programmatically a cut action\n * @param {String|HTMLElement} target\n * @returns Text cutted.\n */\n\n }, {\n key: \"cut\",\n value: function cut(target) {\n return actions_cut(target);\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(686);\n/******/ })()\n.default;\n});", "/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n", "/*\n * Copyright (c) 2016-2024 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport \"focus-visible\"\n\nimport {\n EMPTY,\n NEVER,\n Observable,\n Subject,\n defer,\n delay,\n filter,\n map,\n merge,\n mergeWith,\n shareReplay,\n switchMap\n} from \"rxjs\"\n\nimport { configuration, feature } from \"./_\"\nimport {\n at,\n getActiveElement,\n getOptionalElement,\n requestJSON,\n setLocation,\n setToggle,\n watchDocument,\n watchKeyboard,\n watchLocation,\n watchLocationTarget,\n watchMedia,\n watchPrint,\n watchScript,\n watchViewport\n} from \"./browser\"\nimport {\n getComponentElement,\n getComponentElements,\n mountAnnounce,\n mountBackToTop,\n mountConsent,\n mountContent,\n mountDialog,\n mountHeader,\n mountHeaderTitle,\n mountPalette,\n mountProgress,\n mountSearch,\n mountSearchHiglight,\n mountSidebar,\n mountSource,\n mountTableOfContents,\n mountTabs,\n watchHeader,\n watchMain\n} from \"./components\"\nimport {\n SearchIndex,\n setupClipboardJS,\n setupInstantNavigation,\n setupVersionSelector\n} from \"./integrations\"\nimport {\n patchEllipsis,\n patchIndeterminate,\n patchScrollfix,\n patchScrolllock\n} from \"./patches\"\nimport \"./polyfills\"\n\n/* ----------------------------------------------------------------------------\n * Functions - @todo refactor\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch search index\n *\n * @returns Search index observable\n */\nfunction fetchSearchIndex(): Observable {\n if (location.protocol === \"file:\") {\n return watchScript(\n `${new URL(\"search/search_index.js\", config.base)}`\n )\n .pipe(\n // @ts-ignore - @todo fix typings\n map(() => __index),\n shareReplay(1)\n )\n } else {\n return requestJSON(\n new URL(\"search/search_index.json\", config.base)\n )\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Application\n * ------------------------------------------------------------------------- */\n\n/* Yay, JavaScript is available */\ndocument.documentElement.classList.remove(\"no-js\")\ndocument.documentElement.classList.add(\"js\")\n\n/* Set up navigation observables and subjects */\nconst document$ = watchDocument()\nconst location$ = watchLocation()\nconst target$ = watchLocationTarget(location$)\nconst keyboard$ = watchKeyboard()\n\n/* Set up media observables */\nconst viewport$ = watchViewport()\nconst tablet$ = watchMedia(\"(min-width: 960px)\")\nconst screen$ = watchMedia(\"(min-width: 1220px)\")\nconst print$ = watchPrint()\n\n/* Retrieve search index, if search is enabled */\nconst config = configuration()\nconst index$ = document.forms.namedItem(\"search\")\n ? fetchSearchIndex()\n : NEVER\n\n/* Set up Clipboard.js integration */\nconst alert$ = new Subject()\nsetupClipboardJS({ alert$ })\n\n/* Set up progress indicator */\nconst progress$ = new Subject()\n\n/* Set up instant navigation, if enabled */\nif (feature(\"navigation.instant\"))\n setupInstantNavigation({ location$, viewport$, progress$ })\n .subscribe(document$)\n\n/* Set up version selector */\nif (config.version?.provider === \"mike\")\n setupVersionSelector({ document$ })\n\n/* Always close drawer and search on navigation */\nmerge(location$, target$)\n .pipe(\n delay(125)\n )\n .subscribe(() => {\n setToggle(\"drawer\", false)\n setToggle(\"search\", false)\n })\n\n/* Set up global keyboard handlers */\nkeyboard$\n .pipe(\n filter(({ mode }) => mode === \"global\")\n )\n .subscribe(key => {\n switch (key.type) {\n\n /* Go to previous page */\n case \"p\":\n case \",\":\n const prev = getOptionalElement(\"link[rel=prev]\")\n if (typeof prev !== \"undefined\")\n setLocation(prev)\n break\n\n /* Go to next page */\n case \"n\":\n case \".\":\n const next = getOptionalElement(\"link[rel=next]\")\n if (typeof next !== \"undefined\")\n setLocation(next)\n break\n\n /* Expand navigation, see https://bit.ly/3ZjG5io */\n case \"Enter\":\n const active = getActiveElement()\n if (active instanceof HTMLLabelElement)\n active.click()\n }\n })\n\n/* Set up patches */\npatchEllipsis({ document$ })\npatchIndeterminate({ document$, tablet$ })\npatchScrollfix({ document$ })\npatchScrolllock({ viewport$, tablet$ })\n\n/* Set up header and main area observable */\nconst header$ = watchHeader(getComponentElement(\"header\"), { viewport$ })\nconst main$ = document$\n .pipe(\n map(() => getComponentElement(\"main\")),\n switchMap(el => watchMain(el, { viewport$, header$ })),\n shareReplay(1)\n )\n\n/* Set up control component observables */\nconst control$ = merge(\n\n /* Consent */\n ...getComponentElements(\"consent\")\n .map(el => mountConsent(el, { target$ })),\n\n /* Dialog */\n ...getComponentElements(\"dialog\")\n .map(el => mountDialog(el, { alert$ })),\n\n /* Header */\n ...getComponentElements(\"header\")\n .map(el => mountHeader(el, { viewport$, header$, main$ })),\n\n /* Color palette */\n ...getComponentElements(\"palette\")\n .map(el => mountPalette(el)),\n\n /* Progress bar */\n ...getComponentElements(\"progress\")\n .map(el => mountProgress(el, { progress$ })),\n\n /* Search */\n ...getComponentElements(\"search\")\n .map(el => mountSearch(el, { index$, keyboard$ })),\n\n /* Repository information */\n ...getComponentElements(\"source\")\n .map(el => mountSource(el))\n)\n\n/* Set up content component observables */\nconst content$ = defer(() => merge(\n\n /* Announcement bar */\n ...getComponentElements(\"announce\")\n .map(el => mountAnnounce(el)),\n\n /* Content */\n ...getComponentElements(\"content\")\n .map(el => mountContent(el, { viewport$, target$, print$ })),\n\n /* Search highlighting */\n ...getComponentElements(\"content\")\n .map(el => feature(\"search.highlight\")\n ? mountSearchHiglight(el, { index$, location$ })\n : EMPTY\n ),\n\n /* Header title */\n ...getComponentElements(\"header-title\")\n .map(el => mountHeaderTitle(el, { viewport$, header$ })),\n\n /* Sidebar */\n ...getComponentElements(\"sidebar\")\n .map(el => el.getAttribute(\"data-md-type\") === \"navigation\"\n ? at(screen$, () => mountSidebar(el, { viewport$, header$, main$ }))\n : at(tablet$, () => mountSidebar(el, { viewport$, header$, main$ }))\n ),\n\n /* Navigation tabs */\n ...getComponentElements(\"tabs\")\n .map(el => mountTabs(el, { viewport$, header$ })),\n\n /* Table of contents */\n ...getComponentElements(\"toc\")\n .map(el => mountTableOfContents(el, {\n viewport$, header$, main$, target$\n })),\n\n /* Back-to-top button */\n ...getComponentElements(\"top\")\n .map(el => mountBackToTop(el, { viewport$, header$, main$, target$ }))\n))\n\n/* Set up component observables */\nconst component$ = document$\n .pipe(\n switchMap(() => content$),\n mergeWith(control$),\n shareReplay(1)\n )\n\n/* Subscribe to all components */\ncomponent$.subscribe()\n\n/* ----------------------------------------------------------------------------\n * Exports\n * ------------------------------------------------------------------------- */\n\nwindow.document$ = document$ /* Document observable */\nwindow.location$ = location$ /* Location subject */\nwindow.target$ = target$ /* Location target observable */\nwindow.keyboard$ = keyboard$ /* Keyboard observable */\nwindow.viewport$ = viewport$ /* Viewport observable */\nwindow.tablet$ = tablet$ /* Media tablet observable */\nwindow.screen$ = screen$ /* Media screen observable */\nwindow.print$ = print$ /* Media print observable */\nwindow.alert$ = alert$ /* Alert subject */\nwindow.progress$ = progress$ /* Progress indicator subject */\nwindow.component$ = component$ /* Component observable */\n", "/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n", "/**\n * Returns true if the object is a function.\n * @param value The value to check\n */\nexport function isFunction(value: any): value is (...args: any[]) => any {\n return typeof value === 'function';\n}\n", "/**\n * Used to create Error subclasses until the community moves away from ES5.\n *\n * This is because compiling from TypeScript down to ES5 has issues with subclassing Errors\n * as well as other built-in types: https://github.com/Microsoft/TypeScript/issues/12123\n *\n * @param createImpl A factory function to create the actual constructor implementation. The returned\n * function should be a named function that calls `_super` internally.\n */\nexport function createErrorClass(createImpl: (_super: any) => any): T {\n const _super = (instance: any) => {\n Error.call(instance);\n instance.stack = new Error().stack;\n };\n\n const ctorFunc = createImpl(_super);\n ctorFunc.prototype = Object.create(Error.prototype);\n ctorFunc.prototype.constructor = ctorFunc;\n return ctorFunc;\n}\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface UnsubscriptionError extends Error {\n readonly errors: any[];\n}\n\nexport interface UnsubscriptionErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (errors: any[]): UnsubscriptionError;\n}\n\n/**\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n */\nexport const UnsubscriptionError: UnsubscriptionErrorCtor = createErrorClass(\n (_super) =>\n function UnsubscriptionErrorImpl(this: any, errors: (Error | string)[]) {\n _super(this);\n this.message = errors\n ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}`\n : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n }\n);\n", "/**\n * Removes an item from an array, mutating it.\n * @param arr The array to remove the item from\n * @param item The item to remove\n */\nexport function arrRemove(arr: T[] | undefined | null, item: T) {\n if (arr) {\n const index = arr.indexOf(item);\n 0 <= index && arr.splice(index, 1);\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { UnsubscriptionError } from './util/UnsubscriptionError';\nimport { SubscriptionLike, TeardownLogic, Unsubscribable } from './types';\nimport { arrRemove } from './util/arrRemove';\n\n/**\n * Represents a disposable resource, such as the execution of an Observable. A\n * Subscription has one important method, `unsubscribe`, that takes no argument\n * and just disposes the resource held by the subscription.\n *\n * Additionally, subscriptions may be grouped together through the `add()`\n * method, which will attach a child Subscription to the current Subscription.\n * When a Subscription is unsubscribed, all its children (and its grandchildren)\n * will be unsubscribed as well.\n *\n * @class Subscription\n */\nexport class Subscription implements SubscriptionLike {\n /** @nocollapse */\n public static EMPTY = (() => {\n const empty = new Subscription();\n empty.closed = true;\n return empty;\n })();\n\n /**\n * A flag to indicate whether this Subscription has already been unsubscribed.\n */\n public closed = false;\n\n private _parentage: Subscription[] | Subscription | null = null;\n\n /**\n * The list of registered finalizers to execute upon unsubscription. Adding and removing from this\n * list occurs in the {@link #add} and {@link #remove} methods.\n */\n private _finalizers: Exclude[] | null = null;\n\n /**\n * @param initialTeardown A function executed first as part of the finalization\n * process that is kicked off when {@link #unsubscribe} is called.\n */\n constructor(private initialTeardown?: () => void) {}\n\n /**\n * Disposes the resources held by the subscription. May, for instance, cancel\n * an ongoing Observable execution or cancel any other type of work that\n * started when the Subscription was created.\n * @return {void}\n */\n unsubscribe(): void {\n let errors: any[] | undefined;\n\n if (!this.closed) {\n this.closed = true;\n\n // Remove this from it's parents.\n const { _parentage } = this;\n if (_parentage) {\n this._parentage = null;\n if (Array.isArray(_parentage)) {\n for (const parent of _parentage) {\n parent.remove(this);\n }\n } else {\n _parentage.remove(this);\n }\n }\n\n const { initialTeardown: initialFinalizer } = this;\n if (isFunction(initialFinalizer)) {\n try {\n initialFinalizer();\n } catch (e) {\n errors = e instanceof UnsubscriptionError ? e.errors : [e];\n }\n }\n\n const { _finalizers } = this;\n if (_finalizers) {\n this._finalizers = null;\n for (const finalizer of _finalizers) {\n try {\n execFinalizer(finalizer);\n } catch (err) {\n errors = errors ?? [];\n if (err instanceof UnsubscriptionError) {\n errors = [...errors, ...err.errors];\n } else {\n errors.push(err);\n }\n }\n }\n }\n\n if (errors) {\n throw new UnsubscriptionError(errors);\n }\n }\n }\n\n /**\n * Adds a finalizer to this subscription, so that finalization will be unsubscribed/called\n * when this subscription is unsubscribed. If this subscription is already {@link #closed},\n * because it has already been unsubscribed, then whatever finalizer is passed to it\n * will automatically be executed (unless the finalizer itself is also a closed subscription).\n *\n * Closed Subscriptions cannot be added as finalizers to any subscription. Adding a closed\n * subscription to a any subscription will result in no operation. (A noop).\n *\n * Adding a subscription to itself, or adding `null` or `undefined` will not perform any\n * operation at all. (A noop).\n *\n * `Subscription` instances that are added to this instance will automatically remove themselves\n * if they are unsubscribed. Functions and {@link Unsubscribable} objects that you wish to remove\n * will need to be removed manually with {@link #remove}\n *\n * @param teardown The finalization logic to add to this subscription.\n */\n add(teardown: TeardownLogic): void {\n // Only add the finalizer if it's not undefined\n // and don't add a subscription to itself.\n if (teardown && teardown !== this) {\n if (this.closed) {\n // If this subscription is already closed,\n // execute whatever finalizer is handed to it automatically.\n execFinalizer(teardown);\n } else {\n if (teardown instanceof Subscription) {\n // We don't add closed subscriptions, and we don't add the same subscription\n // twice. Subscription unsubscribe is idempotent.\n if (teardown.closed || teardown._hasParent(this)) {\n return;\n }\n teardown._addParent(this);\n }\n (this._finalizers = this._finalizers ?? []).push(teardown);\n }\n }\n }\n\n /**\n * Checks to see if a this subscription already has a particular parent.\n * This will signal that this subscription has already been added to the parent in question.\n * @param parent the parent to check for\n */\n private _hasParent(parent: Subscription) {\n const { _parentage } = this;\n return _parentage === parent || (Array.isArray(_parentage) && _parentage.includes(parent));\n }\n\n /**\n * Adds a parent to this subscription so it can be removed from the parent if it\n * unsubscribes on it's own.\n *\n * NOTE: THIS ASSUMES THAT {@link _hasParent} HAS ALREADY BEEN CHECKED.\n * @param parent The parent subscription to add\n */\n private _addParent(parent: Subscription) {\n const { _parentage } = this;\n this._parentage = Array.isArray(_parentage) ? (_parentage.push(parent), _parentage) : _parentage ? [_parentage, parent] : parent;\n }\n\n /**\n * Called on a child when it is removed via {@link #remove}.\n * @param parent The parent to remove\n */\n private _removeParent(parent: Subscription) {\n const { _parentage } = this;\n if (_parentage === parent) {\n this._parentage = null;\n } else if (Array.isArray(_parentage)) {\n arrRemove(_parentage, parent);\n }\n }\n\n /**\n * Removes a finalizer from this subscription that was previously added with the {@link #add} method.\n *\n * Note that `Subscription` instances, when unsubscribed, will automatically remove themselves\n * from every other `Subscription` they have been added to. This means that using the `remove` method\n * is not a common thing and should be used thoughtfully.\n *\n * If you add the same finalizer instance of a function or an unsubscribable object to a `Subscription` instance\n * more than once, you will need to call `remove` the same number of times to remove all instances.\n *\n * All finalizer instances are removed to free up memory upon unsubscription.\n *\n * @param teardown The finalizer to remove from this subscription\n */\n remove(teardown: Exclude): void {\n const { _finalizers } = this;\n _finalizers && arrRemove(_finalizers, teardown);\n\n if (teardown instanceof Subscription) {\n teardown._removeParent(this);\n }\n }\n}\n\nexport const EMPTY_SUBSCRIPTION = Subscription.EMPTY;\n\nexport function isSubscription(value: any): value is Subscription {\n return (\n value instanceof Subscription ||\n (value && 'closed' in value && isFunction(value.remove) && isFunction(value.add) && isFunction(value.unsubscribe))\n );\n}\n\nfunction execFinalizer(finalizer: Unsubscribable | (() => void)) {\n if (isFunction(finalizer)) {\n finalizer();\n } else {\n finalizer.unsubscribe();\n }\n}\n", "import { Subscriber } from './Subscriber';\nimport { ObservableNotification } from './types';\n\n/**\n * The {@link GlobalConfig} object for RxJS. It is used to configure things\n * like how to react on unhandled errors.\n */\nexport const config: GlobalConfig = {\n onUnhandledError: null,\n onStoppedNotification: null,\n Promise: undefined,\n useDeprecatedSynchronousErrorHandling: false,\n useDeprecatedNextContext: false,\n};\n\n/**\n * The global configuration object for RxJS, used to configure things\n * like how to react on unhandled errors. Accessible via {@link config}\n * object.\n */\nexport interface GlobalConfig {\n /**\n * A registration point for unhandled errors from RxJS. These are errors that\n * cannot were not handled by consuming code in the usual subscription path. For\n * example, if you have this configured, and you subscribe to an observable without\n * providing an error handler, errors from that subscription will end up here. This\n * will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onUnhandledError: ((err: any) => void) | null;\n\n /**\n * A registration point for notifications that cannot be sent to subscribers because they\n * have completed, errored or have been explicitly unsubscribed. By default, next, complete\n * and error notifications sent to stopped subscribers are noops. However, sometimes callers\n * might want a different behavior. For example, with sources that attempt to report errors\n * to stopped subscribers, a caller can configure RxJS to throw an unhandled error instead.\n * This will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onStoppedNotification: ((notification: ObservableNotification, subscriber: Subscriber) => void) | null;\n\n /**\n * The promise constructor used by default for {@link Observable#toPromise toPromise} and {@link Observable#forEach forEach}\n * methods.\n *\n * @deprecated As of version 8, RxJS will no longer support this sort of injection of a\n * Promise constructor. If you need a Promise implementation other than native promises,\n * please polyfill/patch Promise as you see appropriate. Will be removed in v8.\n */\n Promise?: PromiseConstructorLike;\n\n /**\n * If true, turns on synchronous error rethrowing, which is a deprecated behavior\n * in v6 and higher. This behavior enables bad patterns like wrapping a subscribe\n * call in a try/catch block. It also enables producer interference, a nasty bug\n * where a multicast can be broken for all observers by a downstream consumer with\n * an unhandled error. DO NOT USE THIS FLAG UNLESS IT'S NEEDED TO BUY TIME\n * FOR MIGRATION REASONS.\n *\n * @deprecated As of version 8, RxJS will no longer support synchronous throwing\n * of unhandled errors. All errors will be thrown on a separate call stack to prevent bad\n * behaviors described above. Will be removed in v8.\n */\n useDeprecatedSynchronousErrorHandling: boolean;\n\n /**\n * If true, enables an as-of-yet undocumented feature from v5: The ability to access\n * `unsubscribe()` via `this` context in `next` functions created in observers passed\n * to `subscribe`.\n *\n * This is being removed because the performance was severely problematic, and it could also cause\n * issues when types other than POJOs are passed to subscribe as subscribers, as they will likely have\n * their `this` context overwritten.\n *\n * @deprecated As of version 8, RxJS will no longer support altering the\n * context of next functions provided as part of an observer to Subscribe. Instead,\n * you will have access to a subscription or a signal or token that will allow you to do things like\n * unsubscribe and test closed status. Will be removed in v8.\n */\n useDeprecatedNextContext: boolean;\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetTimeoutFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearTimeoutFunction = (handle: TimerHandle) => void;\n\ninterface TimeoutProvider {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n delegate:\n | {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n }\n | undefined;\n}\n\nexport const timeoutProvider: TimeoutProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setTimeout(handler: () => void, timeout?: number, ...args) {\n const { delegate } = timeoutProvider;\n if (delegate?.setTimeout) {\n return delegate.setTimeout(handler, timeout, ...args);\n }\n return setTimeout(handler, timeout, ...args);\n },\n clearTimeout(handle) {\n const { delegate } = timeoutProvider;\n return (delegate?.clearTimeout || clearTimeout)(handle as any);\n },\n delegate: undefined,\n};\n", "import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\n\n/**\n * Handles an error on another job either with the user-configured {@link onUnhandledError},\n * or by throwing it on that new job so it can be picked up by `window.onerror`, `process.on('error')`, etc.\n *\n * This should be called whenever there is an error that is out-of-band with the subscription\n * or when an error hits a terminal boundary of the subscription and no error handler was provided.\n *\n * @param err the error to report\n */\nexport function reportUnhandledError(err: any) {\n timeoutProvider.setTimeout(() => {\n const { onUnhandledError } = config;\n if (onUnhandledError) {\n // Execute the user-configured error handler.\n onUnhandledError(err);\n } else {\n // Throw so it is picked up by the runtime's uncaught error mechanism.\n throw err;\n }\n });\n}\n", "/* tslint:disable:no-empty */\nexport function noop() { }\n", "import { CompleteNotification, NextNotification, ErrorNotification } from './types';\n\n/**\n * A completion object optimized for memory use and created to be the\n * same \"shape\" as other notifications in v8.\n * @internal\n */\nexport const COMPLETE_NOTIFICATION = (() => createNotification('C', undefined, undefined) as CompleteNotification)();\n\n/**\n * Internal use only. Creates an optimized error notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function errorNotification(error: any): ErrorNotification {\n return createNotification('E', undefined, error) as any;\n}\n\n/**\n * Internal use only. Creates an optimized next notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function nextNotification(value: T) {\n return createNotification('N', value, undefined) as NextNotification;\n}\n\n/**\n * Ensures that all notifications created internally have the same \"shape\" in v8.\n *\n * TODO: This is only exported to support a crazy legacy test in `groupBy`.\n * @internal\n */\nexport function createNotification(kind: 'N' | 'E' | 'C', value: any, error: any) {\n return {\n kind,\n value,\n error,\n };\n}\n", "import { config } from '../config';\n\nlet context: { errorThrown: boolean; error: any } | null = null;\n\n/**\n * Handles dealing with errors for super-gross mode. Creates a context, in which\n * any synchronously thrown errors will be passed to {@link captureError}. Which\n * will record the error such that it will be rethrown after the call back is complete.\n * TODO: Remove in v8\n * @param cb An immediately executed function.\n */\nexport function errorContext(cb: () => void) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n const isRoot = !context;\n if (isRoot) {\n context = { errorThrown: false, error: null };\n }\n cb();\n if (isRoot) {\n const { errorThrown, error } = context!;\n context = null;\n if (errorThrown) {\n throw error;\n }\n }\n } else {\n // This is the general non-deprecated path for everyone that\n // isn't crazy enough to use super-gross mode (useDeprecatedSynchronousErrorHandling)\n cb();\n }\n}\n\n/**\n * Captures errors only in super-gross mode.\n * @param err the error to capture\n */\nexport function captureError(err: any) {\n if (config.useDeprecatedSynchronousErrorHandling && context) {\n context.errorThrown = true;\n context.error = err;\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { Observer, ObservableNotification } from './types';\nimport { isSubscription, Subscription } from './Subscription';\nimport { config } from './config';\nimport { reportUnhandledError } from './util/reportUnhandledError';\nimport { noop } from './util/noop';\nimport { nextNotification, errorNotification, COMPLETE_NOTIFICATION } from './NotificationFactories';\nimport { timeoutProvider } from './scheduler/timeoutProvider';\nimport { captureError } from './util/errorContext';\n\n/**\n * Implements the {@link Observer} interface and extends the\n * {@link Subscription} class. While the {@link Observer} is the public API for\n * consuming the values of an {@link Observable}, all Observers get converted to\n * a Subscriber, in order to provide Subscription-like capabilities such as\n * `unsubscribe`. Subscriber is a common type in RxJS, and crucial for\n * implementing operators, but it is rarely used as a public API.\n *\n * @class Subscriber\n */\nexport class Subscriber extends Subscription implements Observer {\n /**\n * A static factory for a Subscriber, given a (potentially partial) definition\n * of an Observer.\n * @param next The `next` callback of an Observer.\n * @param error The `error` callback of an\n * Observer.\n * @param complete The `complete` callback of an\n * Observer.\n * @return A Subscriber wrapping the (partially defined)\n * Observer represented by the given arguments.\n * @nocollapse\n * @deprecated Do not use. Will be removed in v8. There is no replacement for this\n * method, and there is no reason to be creating instances of `Subscriber` directly.\n * If you have a specific use case, please file an issue.\n */\n static create(next?: (x?: T) => void, error?: (e?: any) => void, complete?: () => void): Subscriber {\n return new SafeSubscriber(next, error, complete);\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected isStopped: boolean = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected destination: Subscriber | Observer; // this `any` is the escape hatch to erase extra type param (e.g. R)\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * There is no reason to directly create an instance of Subscriber. This type is exported for typings reasons.\n */\n constructor(destination?: Subscriber | Observer) {\n super();\n if (destination) {\n this.destination = destination;\n // Automatically chain subscriptions together here.\n // if destination is a Subscription, then it is a Subscriber.\n if (isSubscription(destination)) {\n destination.add(this);\n }\n } else {\n this.destination = EMPTY_OBSERVER;\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `next` from\n * the Observable, with a value. The Observable may call this method 0 or more\n * times.\n * @param {T} [value] The `next` value.\n * @return {void}\n */\n next(value?: T): void {\n if (this.isStopped) {\n handleStoppedNotification(nextNotification(value), this);\n } else {\n this._next(value!);\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `error` from\n * the Observable, with an attached `Error`. Notifies the Observer that\n * the Observable has experienced an error condition.\n * @param {any} [err] The `error` exception.\n * @return {void}\n */\n error(err?: any): void {\n if (this.isStopped) {\n handleStoppedNotification(errorNotification(err), this);\n } else {\n this.isStopped = true;\n this._error(err);\n }\n }\n\n /**\n * The {@link Observer} callback to receive a valueless notification of type\n * `complete` from the Observable. Notifies the Observer that the Observable\n * has finished sending push-based notifications.\n * @return {void}\n */\n complete(): void {\n if (this.isStopped) {\n handleStoppedNotification(COMPLETE_NOTIFICATION, this);\n } else {\n this.isStopped = true;\n this._complete();\n }\n }\n\n unsubscribe(): void {\n if (!this.closed) {\n this.isStopped = true;\n super.unsubscribe();\n this.destination = null!;\n }\n }\n\n protected _next(value: T): void {\n this.destination.next(value);\n }\n\n protected _error(err: any): void {\n try {\n this.destination.error(err);\n } finally {\n this.unsubscribe();\n }\n }\n\n protected _complete(): void {\n try {\n this.destination.complete();\n } finally {\n this.unsubscribe();\n }\n }\n}\n\n/**\n * This bind is captured here because we want to be able to have\n * compatibility with monoid libraries that tend to use a method named\n * `bind`. In particular, a library called Monio requires this.\n */\nconst _bind = Function.prototype.bind;\n\nfunction bind any>(fn: Fn, thisArg: any): Fn {\n return _bind.call(fn, thisArg);\n}\n\n/**\n * Internal optimization only, DO NOT EXPOSE.\n * @internal\n */\nclass ConsumerObserver implements Observer {\n constructor(private partialObserver: Partial>) {}\n\n next(value: T): void {\n const { partialObserver } = this;\n if (partialObserver.next) {\n try {\n partialObserver.next(value);\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n\n error(err: any): void {\n const { partialObserver } = this;\n if (partialObserver.error) {\n try {\n partialObserver.error(err);\n } catch (error) {\n handleUnhandledError(error);\n }\n } else {\n handleUnhandledError(err);\n }\n }\n\n complete(): void {\n const { partialObserver } = this;\n if (partialObserver.complete) {\n try {\n partialObserver.complete();\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n}\n\nexport class SafeSubscriber extends Subscriber {\n constructor(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((e?: any) => void) | null,\n complete?: (() => void) | null\n ) {\n super();\n\n let partialObserver: Partial>;\n if (isFunction(observerOrNext) || !observerOrNext) {\n // The first argument is a function, not an observer. The next\n // two arguments *could* be observers, or they could be empty.\n partialObserver = {\n next: (observerOrNext ?? undefined) as (((value: T) => void) | undefined),\n error: error ?? undefined,\n complete: complete ?? undefined,\n };\n } else {\n // The first argument is a partial observer.\n let context: any;\n if (this && config.useDeprecatedNextContext) {\n // This is a deprecated path that made `this.unsubscribe()` available in\n // next handler functions passed to subscribe. This only exists behind a flag\n // now, as it is *very* slow.\n context = Object.create(observerOrNext);\n context.unsubscribe = () => this.unsubscribe();\n partialObserver = {\n next: observerOrNext.next && bind(observerOrNext.next, context),\n error: observerOrNext.error && bind(observerOrNext.error, context),\n complete: observerOrNext.complete && bind(observerOrNext.complete, context),\n };\n } else {\n // The \"normal\" path. Just use the partial observer directly.\n partialObserver = observerOrNext;\n }\n }\n\n // Wrap the partial observer to ensure it's a full observer, and\n // make sure proper error handling is accounted for.\n this.destination = new ConsumerObserver(partialObserver);\n }\n}\n\nfunction handleUnhandledError(error: any) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n captureError(error);\n } else {\n // Ideal path, we report this as an unhandled error,\n // which is thrown on a new call stack.\n reportUnhandledError(error);\n }\n}\n\n/**\n * An error handler used when no error handler was supplied\n * to the SafeSubscriber -- meaning no error handler was supplied\n * do the `subscribe` call on our observable.\n * @param err The error to handle\n */\nfunction defaultErrorHandler(err: any) {\n throw err;\n}\n\n/**\n * A handler for notifications that cannot be sent to a stopped subscriber.\n * @param notification The notification being sent\n * @param subscriber The stopped subscriber\n */\nfunction handleStoppedNotification(notification: ObservableNotification, subscriber: Subscriber) {\n const { onStoppedNotification } = config;\n onStoppedNotification && timeoutProvider.setTimeout(() => onStoppedNotification(notification, subscriber));\n}\n\n/**\n * The observer used as a stub for subscriptions where the user did not\n * pass any arguments to `subscribe`. Comes with the default error handling\n * behavior.\n */\nexport const EMPTY_OBSERVER: Readonly> & { closed: true } = {\n closed: true,\n next: noop,\n error: defaultErrorHandler,\n complete: noop,\n};\n", "/**\n * Symbol.observable or a string \"@@observable\". Used for interop\n *\n * @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS.\n * Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable\n */\nexport const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();\n", "/**\n * This function takes one parameter and just returns it. Simply put,\n * this is like `(x: T): T => x`.\n *\n * ## Examples\n *\n * This is useful in some cases when using things like `mergeMap`\n *\n * ```ts\n * import { interval, take, map, range, mergeMap, identity } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(5));\n *\n * const result$ = source$.pipe(\n * map(i => range(i)),\n * mergeMap(identity) // same as mergeMap(x => x)\n * );\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * Or when you want to selectively apply an operator\n *\n * ```ts\n * import { interval, take, identity } from 'rxjs';\n *\n * const shouldLimit = () => Math.random() < 0.5;\n *\n * const source$ = interval(1000);\n *\n * const result$ = source$.pipe(shouldLimit() ? take(5) : identity);\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * @param x Any value that is returned by this function\n * @returns The value passed as the first parameter to this function\n */\nexport function identity(x: T): T {\n return x;\n}\n", "import { identity } from './identity';\nimport { UnaryFunction } from '../types';\n\nexport function pipe(): typeof identity;\nexport function pipe(fn1: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction, fn3: UnaryFunction): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction,\n ...fns: UnaryFunction[]\n): UnaryFunction;\n\n/**\n * pipe() can be called on one or more functions, each of which can take one argument (\"UnaryFunction\")\n * and uses it to return a value.\n * It returns a function that takes one argument, passes it to the first UnaryFunction, and then\n * passes the result to the next one, passes that result to the next one, and so on. \n */\nexport function pipe(...fns: Array>): UnaryFunction {\n return pipeFromArray(fns);\n}\n\n/** @internal */\nexport function pipeFromArray(fns: Array>): UnaryFunction {\n if (fns.length === 0) {\n return identity as UnaryFunction;\n }\n\n if (fns.length === 1) {\n return fns[0];\n }\n\n return function piped(input: T): R {\n return fns.reduce((prev: any, fn: UnaryFunction) => fn(prev), input as any);\n };\n}\n", "import { Operator } from './Operator';\nimport { SafeSubscriber, Subscriber } from './Subscriber';\nimport { isSubscription, Subscription } from './Subscription';\nimport { TeardownLogic, OperatorFunction, Subscribable, Observer } from './types';\nimport { observable as Symbol_observable } from './symbol/observable';\nimport { pipeFromArray } from './util/pipe';\nimport { config } from './config';\nimport { isFunction } from './util/isFunction';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A representation of any set of values over any amount of time. This is the most basic building block\n * of RxJS.\n *\n * @class Observable\n */\nexport class Observable implements Subscribable {\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n source: Observable | undefined;\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n operator: Operator | undefined;\n\n /**\n * @constructor\n * @param {Function} subscribe the function that is called when the Observable is\n * initially subscribed to. This function is given a Subscriber, to which new values\n * can be `next`ed, or an `error` method can be called to raise an error, or\n * `complete` can be called to notify of a successful completion.\n */\n constructor(subscribe?: (this: Observable, subscriber: Subscriber) => TeardownLogic) {\n if (subscribe) {\n this._subscribe = subscribe;\n }\n }\n\n // HACK: Since TypeScript inherits static properties too, we have to\n // fight against TypeScript here so Subject can have a different static create signature\n /**\n * Creates a new Observable by calling the Observable constructor\n * @owner Observable\n * @method create\n * @param {Function} subscribe? the subscriber function to be passed to the Observable constructor\n * @return {Observable} a new observable\n * @nocollapse\n * @deprecated Use `new Observable()` instead. Will be removed in v8.\n */\n static create: (...args: any[]) => any = (subscribe?: (subscriber: Subscriber) => TeardownLogic) => {\n return new Observable(subscribe);\n };\n\n /**\n * Creates a new Observable, with this Observable instance as the source, and the passed\n * operator defined as the new observable's operator.\n * @method lift\n * @param operator the operator defining the operation to take on the observable\n * @return a new observable with the Operator applied\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * If you have implemented an operator using `lift`, it is recommended that you create an\n * operator by simply returning `new Observable()` directly. See \"Creating new operators from\n * scratch\" section here: https://rxjs.dev/guide/operators\n */\n lift(operator?: Operator): Observable {\n const observable = new Observable();\n observable.source = this;\n observable.operator = operator;\n return observable;\n }\n\n subscribe(observerOrNext?: Partial> | ((value: T) => void)): Subscription;\n /** @deprecated Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments */\n subscribe(next?: ((value: T) => void) | null, error?: ((error: any) => void) | null, complete?: (() => void) | null): Subscription;\n /**\n * Invokes an execution of an Observable and registers Observer handlers for notifications it will emit.\n *\n * Use it when you have all these Observables, but still nothing is happening.\n *\n * `subscribe` is not a regular operator, but a method that calls Observable's internal `subscribe` function. It\n * might be for example a function that you passed to Observable's constructor, but most of the time it is\n * a library implementation, which defines what will be emitted by an Observable, and when it be will emitted. This means\n * that calling `subscribe` is actually the moment when Observable starts its work, not when it is created, as it is often\n * the thought.\n *\n * Apart from starting the execution of an Observable, this method allows you to listen for values\n * that an Observable emits, as well as for when it completes or errors. You can achieve this in two\n * of the following ways.\n *\n * The first way is creating an object that implements {@link Observer} interface. It should have methods\n * defined by that interface, but note that it should be just a regular JavaScript object, which you can create\n * yourself in any way you want (ES6 class, classic function constructor, object literal etc.). In particular, do\n * not attempt to use any RxJS implementation details to create Observers - you don't need them. Remember also\n * that your object does not have to implement all methods. If you find yourself creating a method that doesn't\n * do anything, you can simply omit it. Note however, if the `error` method is not provided and an error happens,\n * it will be thrown asynchronously. Errors thrown asynchronously cannot be caught using `try`/`catch`. Instead,\n * use the {@link onUnhandledError} configuration option or use a runtime handler (like `window.onerror` or\n * `process.on('error)`) to be notified of unhandled errors. Because of this, it's recommended that you provide\n * an `error` method to avoid missing thrown errors.\n *\n * The second way is to give up on Observer object altogether and simply provide callback functions in place of its methods.\n * This means you can provide three functions as arguments to `subscribe`, where the first function is equivalent\n * of a `next` method, the second of an `error` method and the third of a `complete` method. Just as in case of an Observer,\n * if you do not need to listen for something, you can omit a function by passing `undefined` or `null`,\n * since `subscribe` recognizes these functions by where they were placed in function call. When it comes\n * to the `error` function, as with an Observer, if not provided, errors emitted by an Observable will be thrown asynchronously.\n *\n * You can, however, subscribe with no parameters at all. This may be the case where you're not interested in terminal events\n * and you also handled emissions internally by using operators (e.g. using `tap`).\n *\n * Whichever style of calling `subscribe` you use, in both cases it returns a Subscription object.\n * This object allows you to call `unsubscribe` on it, which in turn will stop the work that an Observable does and will clean\n * up all resources that an Observable used. Note that cancelling a subscription will not call `complete` callback\n * provided to `subscribe` function, which is reserved for a regular completion signal that comes from an Observable.\n *\n * Remember that callbacks provided to `subscribe` are not guaranteed to be called asynchronously.\n * It is an Observable itself that decides when these functions will be called. For example {@link of}\n * by default emits all its values synchronously. Always check documentation for how given Observable\n * will behave when subscribed and if its default behavior can be modified with a `scheduler`.\n *\n * #### Examples\n *\n * Subscribe with an {@link guide/observer Observer}\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * const sumObserver = {\n * sum: 0,\n * next(value) {\n * console.log('Adding: ' + value);\n * this.sum = this.sum + value;\n * },\n * error() {\n * // We actually could just remove this method,\n * // since we do not really care about errors right now.\n * },\n * complete() {\n * console.log('Sum equals: ' + this.sum);\n * }\n * };\n *\n * of(1, 2, 3) // Synchronously emits 1, 2, 3 and then completes.\n * .subscribe(sumObserver);\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Subscribe with functions ({@link deprecations/subscribe-arguments deprecated})\n *\n * ```ts\n * import { of } from 'rxjs'\n *\n * let sum = 0;\n *\n * of(1, 2, 3).subscribe(\n * value => {\n * console.log('Adding: ' + value);\n * sum = sum + value;\n * },\n * undefined,\n * () => console.log('Sum equals: ' + sum)\n * );\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Cancel a subscription\n *\n * ```ts\n * import { interval } from 'rxjs';\n *\n * const subscription = interval(1000).subscribe({\n * next(num) {\n * console.log(num)\n * },\n * complete() {\n * // Will not be called, even when cancelling subscription.\n * console.log('completed!');\n * }\n * });\n *\n * setTimeout(() => {\n * subscription.unsubscribe();\n * console.log('unsubscribed!');\n * }, 2500);\n *\n * // Logs:\n * // 0 after 1s\n * // 1 after 2s\n * // 'unsubscribed!' after 2.5s\n * ```\n *\n * @param {Observer|Function} observerOrNext (optional) Either an observer with methods to be called,\n * or the first of three possible handlers, which is the handler for each value emitted from the subscribed\n * Observable.\n * @param {Function} error (optional) A handler for a terminal event resulting from an error. If no error handler is provided,\n * the error will be thrown asynchronously as unhandled.\n * @param {Function} complete (optional) A handler for a terminal event resulting from successful completion.\n * @return {Subscription} a subscription reference to the registered handlers\n * @method subscribe\n */\n subscribe(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((error: any) => void) | null,\n complete?: (() => void) | null\n ): Subscription {\n const subscriber = isSubscriber(observerOrNext) ? observerOrNext : new SafeSubscriber(observerOrNext, error, complete);\n\n errorContext(() => {\n const { operator, source } = this;\n subscriber.add(\n operator\n ? // We're dealing with a subscription in the\n // operator chain to one of our lifted operators.\n operator.call(subscriber, source)\n : source\n ? // If `source` has a value, but `operator` does not, something that\n // had intimate knowledge of our API, like our `Subject`, must have\n // set it. We're going to just call `_subscribe` directly.\n this._subscribe(subscriber)\n : // In all other cases, we're likely wrapping a user-provided initializer\n // function, so we need to catch errors and handle them appropriately.\n this._trySubscribe(subscriber)\n );\n });\n\n return subscriber;\n }\n\n /** @internal */\n protected _trySubscribe(sink: Subscriber): TeardownLogic {\n try {\n return this._subscribe(sink);\n } catch (err) {\n // We don't need to return anything in this case,\n // because it's just going to try to `add()` to a subscription\n // above.\n sink.error(err);\n }\n }\n\n /**\n * Used as a NON-CANCELLABLE means of subscribing to an observable, for use with\n * APIs that expect promises, like `async/await`. You cannot unsubscribe from this.\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * #### Example\n *\n * ```ts\n * import { interval, take } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(4));\n *\n * async function getTotal() {\n * let total = 0;\n *\n * await source$.forEach(value => {\n * total += value;\n * console.log('observable -> ' + value);\n * });\n *\n * return total;\n * }\n *\n * getTotal().then(\n * total => console.log('Total: ' + total)\n * );\n *\n * // Expected:\n * // 'observable -> 0'\n * // 'observable -> 1'\n * // 'observable -> 2'\n * // 'observable -> 3'\n * // 'Total: 6'\n * ```\n *\n * @param next a handler for each value emitted by the observable\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n */\n forEach(next: (value: T) => void): Promise;\n\n /**\n * @param next a handler for each value emitted by the observable\n * @param promiseCtor a constructor function used to instantiate the Promise\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n * @deprecated Passing a Promise constructor will no longer be available\n * in upcoming versions of RxJS. This is because it adds weight to the library, for very\n * little benefit. If you need this functionality, it is recommended that you either\n * polyfill Promise, or you create an adapter to convert the returned native promise\n * to whatever promise implementation you wanted. Will be removed in v8.\n */\n forEach(next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise;\n\n forEach(next: (value: T) => void, promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n const subscriber = new SafeSubscriber({\n next: (value) => {\n try {\n next(value);\n } catch (err) {\n reject(err);\n subscriber.unsubscribe();\n }\n },\n error: reject,\n complete: resolve,\n });\n this.subscribe(subscriber);\n }) as Promise;\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): TeardownLogic {\n return this.source?.subscribe(subscriber);\n }\n\n /**\n * An interop point defined by the es7-observable spec https://github.com/zenparsing/es-observable\n * @method Symbol.observable\n * @return {Observable} this instance of the observable\n */\n [Symbol_observable]() {\n return this;\n }\n\n /* tslint:disable:max-line-length */\n pipe(): Observable;\n pipe(op1: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction, op3: OperatorFunction): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction,\n ...operations: OperatorFunction[]\n ): Observable;\n /* tslint:enable:max-line-length */\n\n /**\n * Used to stitch together functional operators into a chain.\n * @method pipe\n * @return {Observable} the Observable result of all of the operators having\n * been called in the order they were passed in.\n *\n * ## Example\n *\n * ```ts\n * import { interval, filter, map, scan } from 'rxjs';\n *\n * interval(1000)\n * .pipe(\n * filter(x => x % 2 === 0),\n * map(x => x + x),\n * scan((acc, x) => acc + x)\n * )\n * .subscribe(x => console.log(x));\n * ```\n */\n pipe(...operations: OperatorFunction[]): Observable {\n return pipeFromArray(operations)(this);\n }\n\n /* tslint:disable:max-line-length */\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: typeof Promise): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: PromiseConstructorLike): Promise;\n /* tslint:enable:max-line-length */\n\n /**\n * Subscribe to this Observable and get a Promise resolving on\n * `complete` with the last emission (if any).\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * @method toPromise\n * @param [promiseCtor] a constructor function used to instantiate\n * the Promise\n * @return A Promise that resolves with the last value emit, or\n * rejects on an error. If there were no emissions, Promise\n * resolves with undefined.\n * @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise\n */\n toPromise(promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n let value: T | undefined;\n this.subscribe(\n (x: T) => (value = x),\n (err: any) => reject(err),\n () => resolve(value)\n );\n }) as Promise;\n }\n}\n\n/**\n * Decides between a passed promise constructor from consuming code,\n * A default configured promise constructor, and the native promise\n * constructor and returns it. If nothing can be found, it will throw\n * an error.\n * @param promiseCtor The optional promise constructor to passed by consuming code\n */\nfunction getPromiseCtor(promiseCtor: PromiseConstructorLike | undefined) {\n return promiseCtor ?? config.Promise ?? Promise;\n}\n\nfunction isObserver(value: any): value is Observer {\n return value && isFunction(value.next) && isFunction(value.error) && isFunction(value.complete);\n}\n\nfunction isSubscriber(value: any): value is Subscriber {\n return (value && value instanceof Subscriber) || (isObserver(value) && isSubscription(value));\n}\n", "import { Observable } from '../Observable';\nimport { Subscriber } from '../Subscriber';\nimport { OperatorFunction } from '../types';\nimport { isFunction } from './isFunction';\n\n/**\n * Used to determine if an object is an Observable with a lift function.\n */\nexport function hasLift(source: any): source is { lift: InstanceType['lift'] } {\n return isFunction(source?.lift);\n}\n\n/**\n * Creates an `OperatorFunction`. Used to define operators throughout the library in a concise way.\n * @param init The logic to connect the liftedSource to the subscriber at the moment of subscription.\n */\nexport function operate(\n init: (liftedSource: Observable, subscriber: Subscriber) => (() => void) | void\n): OperatorFunction {\n return (source: Observable) => {\n if (hasLift(source)) {\n return source.lift(function (this: Subscriber, liftedSource: Observable) {\n try {\n return init(liftedSource, this);\n } catch (err) {\n this.error(err);\n }\n });\n }\n throw new TypeError('Unable to lift unknown Observable type');\n };\n}\n", "import { Subscriber } from '../Subscriber';\n\n/**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional teardown logic here. This will only be called on teardown if the\n * subscriber itself is not already closed. This is called after all other teardown logic is executed.\n */\nexport function createOperatorSubscriber(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n onFinalize?: () => void\n): Subscriber {\n return new OperatorSubscriber(destination, onNext, onComplete, onError, onFinalize);\n}\n\n/**\n * A generic helper for allowing operators to be created with a Subscriber and\n * use closures to capture necessary state from the operator function itself.\n */\nexport class OperatorSubscriber extends Subscriber {\n /**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional finalization logic here. This will only be called on finalization if the\n * subscriber itself is not already closed. This is called after all other finalization logic is executed.\n * @param shouldUnsubscribe An optional check to see if an unsubscribe call should truly unsubscribe.\n * NOTE: This currently **ONLY** exists to support the strange behavior of {@link groupBy}, where unsubscription\n * to the resulting observable does not actually disconnect from the source if there are active subscriptions\n * to any grouped observable. (DO NOT EXPOSE OR USE EXTERNALLY!!!)\n */\n constructor(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n private onFinalize?: () => void,\n private shouldUnsubscribe?: () => boolean\n ) {\n // It's important - for performance reasons - that all of this class's\n // members are initialized and that they are always initialized in the same\n // order. This will ensure that all OperatorSubscriber instances have the\n // same hidden class in V8. This, in turn, will help keep the number of\n // hidden classes involved in property accesses within the base class as\n // low as possible. If the number of hidden classes involved exceeds four,\n // the property accesses will become megamorphic and performance penalties\n // will be incurred - i.e. inline caches won't be used.\n //\n // The reasons for ensuring all instances have the same hidden class are\n // further discussed in this blog post from Benedikt Meurer:\n // https://benediktmeurer.de/2018/03/23/impact-of-polymorphism-on-component-based-frameworks-like-react/\n super(destination);\n this._next = onNext\n ? function (this: OperatorSubscriber, value: T) {\n try {\n onNext(value);\n } catch (err) {\n destination.error(err);\n }\n }\n : super._next;\n this._error = onError\n ? function (this: OperatorSubscriber, err: any) {\n try {\n onError(err);\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._error;\n this._complete = onComplete\n ? function (this: OperatorSubscriber) {\n try {\n onComplete();\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._complete;\n }\n\n unsubscribe() {\n if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {\n const { closed } = this;\n super.unsubscribe();\n // Execute additional teardown if we have any and we didn't already do so.\n !closed && this.onFinalize?.();\n }\n }\n}\n", "import { Subscription } from '../Subscription';\n\ninterface AnimationFrameProvider {\n schedule(callback: FrameRequestCallback): Subscription;\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n delegate:\n | {\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n }\n | undefined;\n}\n\nexport const animationFrameProvider: AnimationFrameProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n schedule(callback) {\n let request = requestAnimationFrame;\n let cancel: typeof cancelAnimationFrame | undefined = cancelAnimationFrame;\n const { delegate } = animationFrameProvider;\n if (delegate) {\n request = delegate.requestAnimationFrame;\n cancel = delegate.cancelAnimationFrame;\n }\n const handle = request((timestamp) => {\n // Clear the cancel function. The request has been fulfilled, so\n // attempting to cancel the request upon unsubscription would be\n // pointless.\n cancel = undefined;\n callback(timestamp);\n });\n return new Subscription(() => cancel?.(handle));\n },\n requestAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.requestAnimationFrame || requestAnimationFrame)(...args);\n },\n cancelAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.cancelAnimationFrame || cancelAnimationFrame)(...args);\n },\n delegate: undefined,\n};\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface ObjectUnsubscribedError extends Error {}\n\nexport interface ObjectUnsubscribedErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (): ObjectUnsubscribedError;\n}\n\n/**\n * An error thrown when an action is invalid because the object has been\n * unsubscribed.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n *\n * @class ObjectUnsubscribedError\n */\nexport const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor = createErrorClass(\n (_super) =>\n function ObjectUnsubscribedErrorImpl(this: any) {\n _super(this);\n this.name = 'ObjectUnsubscribedError';\n this.message = 'object unsubscribed';\n }\n);\n", "import { Operator } from './Operator';\nimport { Observable } from './Observable';\nimport { Subscriber } from './Subscriber';\nimport { Subscription, EMPTY_SUBSCRIPTION } from './Subscription';\nimport { Observer, SubscriptionLike, TeardownLogic } from './types';\nimport { ObjectUnsubscribedError } from './util/ObjectUnsubscribedError';\nimport { arrRemove } from './util/arrRemove';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A Subject is a special type of Observable that allows values to be\n * multicasted to many Observers. Subjects are like EventEmitters.\n *\n * Every Subject is an Observable and an Observer. You can subscribe to a\n * Subject, and you can call next to feed values as well as error and complete.\n */\nexport class Subject extends Observable implements SubscriptionLike {\n closed = false;\n\n private currentObservers: Observer[] | null = null;\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n observers: Observer[] = [];\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n isStopped = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n hasError = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n thrownError: any = null;\n\n /**\n * Creates a \"subject\" by basically gluing an observer to an observable.\n *\n * @nocollapse\n * @deprecated Recommended you do not use. Will be removed at some point in the future. Plans for replacement still under discussion.\n */\n static create: (...args: any[]) => any = (destination: Observer, source: Observable): AnonymousSubject => {\n return new AnonymousSubject(destination, source);\n };\n\n constructor() {\n // NOTE: This must be here to obscure Observable's constructor.\n super();\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n lift(operator: Operator): Observable {\n const subject = new AnonymousSubject(this, this);\n subject.operator = operator as any;\n return subject as any;\n }\n\n /** @internal */\n protected _throwIfClosed() {\n if (this.closed) {\n throw new ObjectUnsubscribedError();\n }\n }\n\n next(value: T) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n if (!this.currentObservers) {\n this.currentObservers = Array.from(this.observers);\n }\n for (const observer of this.currentObservers) {\n observer.next(value);\n }\n }\n });\n }\n\n error(err: any) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.hasError = this.isStopped = true;\n this.thrownError = err;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.error(err);\n }\n }\n });\n }\n\n complete() {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.isStopped = true;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.complete();\n }\n }\n });\n }\n\n unsubscribe() {\n this.isStopped = this.closed = true;\n this.observers = this.currentObservers = null!;\n }\n\n get observed() {\n return this.observers?.length > 0;\n }\n\n /** @internal */\n protected _trySubscribe(subscriber: Subscriber): TeardownLogic {\n this._throwIfClosed();\n return super._trySubscribe(subscriber);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._checkFinalizedStatuses(subscriber);\n return this._innerSubscribe(subscriber);\n }\n\n /** @internal */\n protected _innerSubscribe(subscriber: Subscriber) {\n const { hasError, isStopped, observers } = this;\n if (hasError || isStopped) {\n return EMPTY_SUBSCRIPTION;\n }\n this.currentObservers = null;\n observers.push(subscriber);\n return new Subscription(() => {\n this.currentObservers = null;\n arrRemove(observers, subscriber);\n });\n }\n\n /** @internal */\n protected _checkFinalizedStatuses(subscriber: Subscriber) {\n const { hasError, thrownError, isStopped } = this;\n if (hasError) {\n subscriber.error(thrownError);\n } else if (isStopped) {\n subscriber.complete();\n }\n }\n\n /**\n * Creates a new Observable with this Subject as the source. You can do this\n * to create custom Observer-side logic of the Subject and conceal it from\n * code that uses the Observable.\n * @return {Observable} Observable that the Subject casts to\n */\n asObservable(): Observable {\n const observable: any = new Observable();\n observable.source = this;\n return observable;\n }\n}\n\n/**\n * @class AnonymousSubject\n */\nexport class AnonymousSubject extends Subject {\n constructor(\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n public destination?: Observer,\n source?: Observable\n ) {\n super();\n this.source = source;\n }\n\n next(value: T) {\n this.destination?.next?.(value);\n }\n\n error(err: any) {\n this.destination?.error?.(err);\n }\n\n complete() {\n this.destination?.complete?.();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n return this.source?.subscribe(subscriber) ?? EMPTY_SUBSCRIPTION;\n }\n}\n", "import { TimestampProvider } from '../types';\n\ninterface DateTimestampProvider extends TimestampProvider {\n delegate: TimestampProvider | undefined;\n}\n\nexport const dateTimestampProvider: DateTimestampProvider = {\n now() {\n // Use the variable rather than `this` so that the function can be called\n // without being bound to the provider.\n return (dateTimestampProvider.delegate || Date).now();\n },\n delegate: undefined,\n};\n", "import { Subject } from './Subject';\nimport { TimestampProvider } from './types';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * A variant of {@link Subject} that \"replays\" old values to new subscribers by emitting them when they first subscribe.\n *\n * `ReplaySubject` has an internal buffer that will store a specified number of values that it has observed. Like `Subject`,\n * `ReplaySubject` \"observes\" values by having them passed to its `next` method. When it observes a value, it will store that\n * value for a time determined by the configuration of the `ReplaySubject`, as passed to its constructor.\n *\n * When a new subscriber subscribes to the `ReplaySubject` instance, it will synchronously emit all values in its buffer in\n * a First-In-First-Out (FIFO) manner. The `ReplaySubject` will also complete, if it has observed completion; and it will\n * error if it has observed an error.\n *\n * There are two main configuration items to be concerned with:\n *\n * 1. `bufferSize` - This will determine how many items are stored in the buffer, defaults to infinite.\n * 2. `windowTime` - The amount of time to hold a value in the buffer before removing it from the buffer.\n *\n * Both configurations may exist simultaneously. So if you would like to buffer a maximum of 3 values, as long as the values\n * are less than 2 seconds old, you could do so with a `new ReplaySubject(3, 2000)`.\n *\n * ### Differences with BehaviorSubject\n *\n * `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple of exceptions:\n *\n * 1. `BehaviorSubject` comes \"primed\" with a single value upon construction.\n * 2. `ReplaySubject` will replay values, even after observing an error, where `BehaviorSubject` will not.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n * @see {@link shareReplay}\n */\nexport class ReplaySubject extends Subject {\n private _buffer: (T | number)[] = [];\n private _infiniteTimeWindow = true;\n\n /**\n * @param bufferSize The size of the buffer to replay on subscription\n * @param windowTime The amount of time the buffered items will stay buffered\n * @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to\n * calculate the amount of time something has been buffered.\n */\n constructor(\n private _bufferSize = Infinity,\n private _windowTime = Infinity,\n private _timestampProvider: TimestampProvider = dateTimestampProvider\n ) {\n super();\n this._infiniteTimeWindow = _windowTime === Infinity;\n this._bufferSize = Math.max(1, _bufferSize);\n this._windowTime = Math.max(1, _windowTime);\n }\n\n next(value: T): void {\n const { isStopped, _buffer, _infiniteTimeWindow, _timestampProvider, _windowTime } = this;\n if (!isStopped) {\n _buffer.push(value);\n !_infiniteTimeWindow && _buffer.push(_timestampProvider.now() + _windowTime);\n }\n this._trimBuffer();\n super.next(value);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._trimBuffer();\n\n const subscription = this._innerSubscribe(subscriber);\n\n const { _infiniteTimeWindow, _buffer } = this;\n // We use a copy here, so reentrant code does not mutate our array while we're\n // emitting it to a new subscriber.\n const copy = _buffer.slice();\n for (let i = 0; i < copy.length && !subscriber.closed; i += _infiniteTimeWindow ? 1 : 2) {\n subscriber.next(copy[i] as T);\n }\n\n this._checkFinalizedStatuses(subscriber);\n\n return subscription;\n }\n\n private _trimBuffer() {\n const { _bufferSize, _timestampProvider, _buffer, _infiniteTimeWindow } = this;\n // If we don't have an infinite buffer size, and we're over the length,\n // use splice to truncate the old buffer values off. Note that we have to\n // double the size for instances where we're not using an infinite time window\n // because we're storing the values and the timestamps in the same array.\n const adjustedBufferSize = (_infiniteTimeWindow ? 1 : 2) * _bufferSize;\n _bufferSize < Infinity && adjustedBufferSize < _buffer.length && _buffer.splice(0, _buffer.length - adjustedBufferSize);\n\n // Now, if we're not in an infinite time window, remove all values where the time is\n // older than what is allowed.\n if (!_infiniteTimeWindow) {\n const now = _timestampProvider.now();\n let last = 0;\n // Search the array for the first timestamp that isn't expired and\n // truncate the buffer up to that point.\n for (let i = 1; i < _buffer.length && (_buffer[i] as number) <= now; i += 2) {\n last = i;\n }\n last && _buffer.splice(0, last + 1);\n }\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Subscription } from '../Subscription';\nimport { SchedulerAction } from '../types';\n\n/**\n * A unit of work to be executed in a `scheduler`. An action is typically\n * created from within a {@link SchedulerLike} and an RxJS user does not need to concern\n * themselves about creating and manipulating an Action.\n *\n * ```ts\n * class Action extends Subscription {\n * new (scheduler: Scheduler, work: (state?: T) => void);\n * schedule(state?: T, delay: number = 0): Subscription;\n * }\n * ```\n *\n * @class Action\n */\nexport class Action extends Subscription {\n constructor(scheduler: Scheduler, work: (this: SchedulerAction, state?: T) => void) {\n super();\n }\n /**\n * Schedules this action on its parent {@link SchedulerLike} for execution. May be passed\n * some context object, `state`. May happen at some point in the future,\n * according to the `delay` parameter, if specified.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler.\n * @return {void}\n */\n public schedule(state?: T, delay: number = 0): Subscription {\n return this;\n }\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetIntervalFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearIntervalFunction = (handle: TimerHandle) => void;\n\ninterface IntervalProvider {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n delegate:\n | {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n }\n | undefined;\n}\n\nexport const intervalProvider: IntervalProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setInterval(handler: () => void, timeout?: number, ...args) {\n const { delegate } = intervalProvider;\n if (delegate?.setInterval) {\n return delegate.setInterval(handler, timeout, ...args);\n }\n return setInterval(handler, timeout, ...args);\n },\n clearInterval(handle) {\n const { delegate } = intervalProvider;\n return (delegate?.clearInterval || clearInterval)(handle as any);\n },\n delegate: undefined,\n};\n", "import { Action } from './Action';\nimport { SchedulerAction } from '../types';\nimport { Subscription } from '../Subscription';\nimport { AsyncScheduler } from './AsyncScheduler';\nimport { intervalProvider } from './intervalProvider';\nimport { arrRemove } from '../util/arrRemove';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncAction extends Action {\n public id: TimerHandle | undefined;\n public state?: T;\n // @ts-ignore: Property has no initializer and is not definitely assigned\n public delay: number;\n protected pending: boolean = false;\n\n constructor(protected scheduler: AsyncScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (this.closed) {\n return this;\n }\n\n // Always replace the current state with the new state.\n this.state = state;\n\n const id = this.id;\n const scheduler = this.scheduler;\n\n //\n // Important implementation note:\n //\n // Actions only execute once by default, unless rescheduled from within the\n // scheduled callback. This allows us to implement single and repeat\n // actions via the same code path, without adding API surface area, as well\n // as mimic traditional recursion but across asynchronous boundaries.\n //\n // However, JS runtimes and timers distinguish between intervals achieved by\n // serial `setTimeout` calls vs. a single `setInterval` call. An interval of\n // serial `setTimeout` calls can be individually delayed, which delays\n // scheduling the next `setTimeout`, and so on. `setInterval` attempts to\n // guarantee the interval callback will be invoked more precisely to the\n // interval period, regardless of load.\n //\n // Therefore, we use `setInterval` to schedule single and repeat actions.\n // If the action reschedules itself with the same delay, the interval is not\n // canceled. If the action doesn't reschedule, or reschedules with a\n // different delay, the interval will be canceled after scheduled callback\n // execution.\n //\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, delay);\n }\n\n // Set the pending flag indicating that this action has been scheduled, or\n // has recursively rescheduled itself.\n this.pending = true;\n\n this.delay = delay;\n // If this action has already an async Id, don't request a new one.\n this.id = this.id ?? this.requestAsyncId(scheduler, this.id, delay);\n\n return this;\n }\n\n protected requestAsyncId(scheduler: AsyncScheduler, _id?: TimerHandle, delay: number = 0): TimerHandle {\n return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay);\n }\n\n protected recycleAsyncId(_scheduler: AsyncScheduler, id?: TimerHandle, delay: number | null = 0): TimerHandle | undefined {\n // If this action is rescheduled with the same delay time, don't clear the interval id.\n if (delay != null && this.delay === delay && this.pending === false) {\n return id;\n }\n // Otherwise, if the action's delay time is different from the current delay,\n // or the action has been rescheduled before it's executed, clear the interval id\n if (id != null) {\n intervalProvider.clearInterval(id);\n }\n\n return undefined;\n }\n\n /**\n * Immediately executes this action and the `work` it contains.\n * @return {any}\n */\n public execute(state: T, delay: number): any {\n if (this.closed) {\n return new Error('executing a cancelled action');\n }\n\n this.pending = false;\n const error = this._execute(state, delay);\n if (error) {\n return error;\n } else if (this.pending === false && this.id != null) {\n // Dequeue if the action didn't reschedule itself. Don't call\n // unsubscribe(), because the action could reschedule later.\n // For example:\n // ```\n // scheduler.schedule(function doWork(counter) {\n // /* ... I'm a busy worker bee ... */\n // var originalAction = this;\n // /* wait 100ms before rescheduling the action */\n // setTimeout(function () {\n // originalAction.schedule(counter + 1);\n // }, 100);\n // }, 1000);\n // ```\n this.id = this.recycleAsyncId(this.scheduler, this.id, null);\n }\n }\n\n protected _execute(state: T, _delay: number): any {\n let errored: boolean = false;\n let errorValue: any;\n try {\n this.work(state);\n } catch (e) {\n errored = true;\n // HACK: Since code elsewhere is relying on the \"truthiness\" of the\n // return here, we can't have it return \"\" or 0 or false.\n // TODO: Clean this up when we refactor schedulers mid-version-8 or so.\n errorValue = e ? e : new Error('Scheduled action threw falsy error');\n }\n if (errored) {\n this.unsubscribe();\n return errorValue;\n }\n }\n\n unsubscribe() {\n if (!this.closed) {\n const { id, scheduler } = this;\n const { actions } = scheduler;\n\n this.work = this.state = this.scheduler = null!;\n this.pending = false;\n\n arrRemove(actions, this);\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, null);\n }\n\n this.delay = null!;\n super.unsubscribe();\n }\n }\n}\n", "import { Action } from './scheduler/Action';\nimport { Subscription } from './Subscription';\nimport { SchedulerLike, SchedulerAction } from './types';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * An execution context and a data structure to order tasks and schedule their\n * execution. Provides a notion of (potentially virtual) time, through the\n * `now()` getter method.\n *\n * Each unit of work in a Scheduler is called an `Action`.\n *\n * ```ts\n * class Scheduler {\n * now(): number;\n * schedule(work, delay?, state?): Subscription;\n * }\n * ```\n *\n * @class Scheduler\n * @deprecated Scheduler is an internal implementation detail of RxJS, and\n * should not be used directly. Rather, create your own class and implement\n * {@link SchedulerLike}. Will be made internal in v8.\n */\nexport class Scheduler implements SchedulerLike {\n public static now: () => number = dateTimestampProvider.now;\n\n constructor(private schedulerActionCtor: typeof Action, now: () => number = Scheduler.now) {\n this.now = now;\n }\n\n /**\n * A getter method that returns a number representing the current time\n * (at the time this function was called) according to the scheduler's own\n * internal clock.\n * @return {number} A number that represents the current time. May or may not\n * have a relation to wall-clock time. May or may not refer to a time unit\n * (e.g. milliseconds).\n */\n public now: () => number;\n\n /**\n * Schedules a function, `work`, for execution. May happen at some point in\n * the future, according to the `delay` parameter, if specified. May be passed\n * some context object, `state`, which will be passed to the `work` function.\n *\n * The given arguments will be processed an stored as an Action object in a\n * queue of actions.\n *\n * @param {function(state: ?T): ?Subscription} work A function representing a\n * task, or some unit of work to be executed by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler itself.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @return {Subscription} A subscription in order to be able to unsubscribe\n * the scheduled work.\n */\n public schedule(work: (this: SchedulerAction, state?: T) => void, delay: number = 0, state?: T): Subscription {\n return new this.schedulerActionCtor(this, work).schedule(state, delay);\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Action } from './Action';\nimport { AsyncAction } from './AsyncAction';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncScheduler extends Scheduler {\n public actions: Array> = [];\n /**\n * A flag to indicate whether the Scheduler is currently executing a batch of\n * queued actions.\n * @type {boolean}\n * @internal\n */\n public _active: boolean = false;\n /**\n * An internal ID used to track the latest asynchronous task such as those\n * coming from `setTimeout`, `setInterval`, `requestAnimationFrame`, and\n * others.\n * @type {any}\n * @internal\n */\n public _scheduled: TimerHandle | undefined;\n\n constructor(SchedulerAction: typeof Action, now: () => number = Scheduler.now) {\n super(SchedulerAction, now);\n }\n\n public flush(action: AsyncAction): void {\n const { actions } = this;\n\n if (this._active) {\n actions.push(action);\n return;\n }\n\n let error: any;\n this._active = true;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions.shift()!)); // exhaust the scheduler queue\n\n this._active = false;\n\n if (error) {\n while ((action = actions.shift()!)) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\n/**\n *\n * Async Scheduler\n *\n * Schedule task as if you used setTimeout(task, duration)\n *\n * `async` scheduler schedules tasks asynchronously, by putting them on the JavaScript\n * event loop queue. It is best used to delay tasks in time or to schedule tasks repeating\n * in intervals.\n *\n * If you just want to \"defer\" task, that is to perform it right after currently\n * executing synchronous code ends (commonly achieved by `setTimeout(deferredTask, 0)`),\n * better choice will be the {@link asapScheduler} scheduler.\n *\n * ## Examples\n * Use async scheduler to delay task\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * const task = () => console.log('it works!');\n *\n * asyncScheduler.schedule(task, 2000);\n *\n * // After 2 seconds logs:\n * // \"it works!\"\n * ```\n *\n * Use async scheduler to repeat task in intervals\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * function task(state) {\n * console.log(state);\n * this.schedule(state + 1, 1000); // `this` references currently executing Action,\n * // which we reschedule with new state and delay\n * }\n *\n * asyncScheduler.schedule(task, 3000, 0);\n *\n * // Logs:\n * // 0 after 3s\n * // 1 after 4s\n * // 2 after 5s\n * // 3 after 6s\n * ```\n */\n\nexport const asyncScheduler = new AsyncScheduler(AsyncAction);\n\n/**\n * @deprecated Renamed to {@link asyncScheduler}. Will be removed in v8.\n */\nexport const async = asyncScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\nimport { SchedulerAction } from '../types';\nimport { animationFrameProvider } from './animationFrameProvider';\nimport { TimerHandle } from './timerHandle';\n\nexport class AnimationFrameAction extends AsyncAction {\n constructor(protected scheduler: AnimationFrameScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n protected requestAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay is greater than 0, request as an async action.\n if (delay !== null && delay > 0) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n // Push the action to the end of the scheduler queue.\n scheduler.actions.push(this);\n // If an animation frame has already been requested, don't request another\n // one. If an animation frame hasn't been requested yet, request one. Return\n // the current animation frame request id.\n return scheduler._scheduled || (scheduler._scheduled = animationFrameProvider.requestAnimationFrame(() => scheduler.flush(undefined)));\n }\n\n protected recycleAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle | undefined {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n if (delay != null ? delay > 0 : this.delay > 0) {\n return super.recycleAsyncId(scheduler, id, delay);\n }\n // If the scheduler queue has no remaining actions with the same async id,\n // cancel the requested animation frame and set the scheduled flag to\n // undefined so the next AnimationFrameAction will request its own.\n const { actions } = scheduler;\n if (id != null && actions[actions.length - 1]?.id !== id) {\n animationFrameProvider.cancelAnimationFrame(id as number);\n scheduler._scheduled = undefined;\n }\n // Return undefined so the action knows to request a new async id if it's rescheduled.\n return undefined;\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\nexport class AnimationFrameScheduler extends AsyncScheduler {\n public flush(action?: AsyncAction): void {\n this._active = true;\n // The async id that effects a call to flush is stored in _scheduled.\n // Before executing an action, it's necessary to check the action's async\n // id to determine whether it's supposed to be executed in the current\n // flush.\n // Previous implementations of this method used a count to determine this,\n // but that was unsound, as actions that are unsubscribed - i.e. cancelled -\n // are removed from the actions array and that can shift actions that are\n // scheduled to be executed in a subsequent flush into positions at which\n // they are executed within the current flush.\n const flushId = this._scheduled;\n this._scheduled = undefined;\n\n const { actions } = this;\n let error: any;\n action = action || actions.shift()!;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions[0]) && action.id === flushId && actions.shift());\n\n this._active = false;\n\n if (error) {\n while ((action = actions[0]) && action.id === flushId && actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AnimationFrameAction } from './AnimationFrameAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\n\n/**\n *\n * Animation Frame Scheduler\n *\n * Perform task when `window.requestAnimationFrame` would fire\n *\n * When `animationFrame` scheduler is used with delay, it will fall back to {@link asyncScheduler} scheduler\n * behaviour.\n *\n * Without delay, `animationFrame` scheduler can be used to create smooth browser animations.\n * It makes sure scheduled task will happen just before next browser content repaint,\n * thus performing animations as efficiently as possible.\n *\n * ## Example\n * Schedule div height animation\n * ```ts\n * // html:
\n * import { animationFrameScheduler } from 'rxjs';\n *\n * const div = document.querySelector('div');\n *\n * animationFrameScheduler.schedule(function(height) {\n * div.style.height = height + \"px\";\n *\n * this.schedule(height + 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * }, 0, 0);\n *\n * // You will see a div element growing in height\n * ```\n */\n\nexport const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);\n\n/**\n * @deprecated Renamed to {@link animationFrameScheduler}. Will be removed in v8.\n */\nexport const animationFrame = animationFrameScheduler;\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\n\n/**\n * A simple Observable that emits no items to the Observer and immediately\n * emits a complete notification.\n *\n * Just emits 'complete', and nothing else.\n *\n * ![](empty.png)\n *\n * A simple Observable that only emits the complete notification. It can be used\n * for composing with other Observables, such as in a {@link mergeMap}.\n *\n * ## Examples\n *\n * Log complete notification\n *\n * ```ts\n * import { EMPTY } from 'rxjs';\n *\n * EMPTY.subscribe({\n * next: () => console.log('Next'),\n * complete: () => console.log('Complete!')\n * });\n *\n * // Outputs\n * // Complete!\n * ```\n *\n * Emit the number 7, then complete\n *\n * ```ts\n * import { EMPTY, startWith } from 'rxjs';\n *\n * const result = EMPTY.pipe(startWith(7));\n * result.subscribe(x => console.log(x));\n *\n * // Outputs\n * // 7\n * ```\n *\n * Map and flatten only odd numbers to the sequence `'a'`, `'b'`, `'c'`\n *\n * ```ts\n * import { interval, mergeMap, of, EMPTY } from 'rxjs';\n *\n * const interval$ = interval(1000);\n * const result = interval$.pipe(\n * mergeMap(x => x % 2 === 1 ? of('a', 'b', 'c') : EMPTY),\n * );\n * result.subscribe(x => console.log(x));\n *\n * // Results in the following to the console:\n * // x is equal to the count on the interval, e.g. (0, 1, 2, 3, ...)\n * // x will occur every 1000ms\n * // if x % 2 is equal to 1, print a, b, c (each on its own)\n * // if x % 2 is not equal to 1, nothing will be output\n * ```\n *\n * @see {@link Observable}\n * @see {@link NEVER}\n * @see {@link of}\n * @see {@link throwError}\n */\nexport const EMPTY = new Observable((subscriber) => subscriber.complete());\n\n/**\n * @param scheduler A {@link SchedulerLike} to use for scheduling\n * the emission of the complete notification.\n * @deprecated Replaced with the {@link EMPTY} constant or {@link scheduled} (e.g. `scheduled([], scheduler)`). Will be removed in v8.\n */\nexport function empty(scheduler?: SchedulerLike) {\n return scheduler ? emptyScheduled(scheduler) : EMPTY;\n}\n\nfunction emptyScheduled(scheduler: SchedulerLike) {\n return new Observable((subscriber) => scheduler.schedule(() => subscriber.complete()));\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport function isScheduler(value: any): value is SchedulerLike {\n return value && isFunction(value.schedule);\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\nimport { isScheduler } from './isScheduler';\n\nfunction last(arr: T[]): T | undefined {\n return arr[arr.length - 1];\n}\n\nexport function popResultSelector(args: any[]): ((...args: unknown[]) => unknown) | undefined {\n return isFunction(last(args)) ? args.pop() : undefined;\n}\n\nexport function popScheduler(args: any[]): SchedulerLike | undefined {\n return isScheduler(last(args)) ? args.pop() : undefined;\n}\n\nexport function popNumber(args: any[], defaultValue: number): number {\n return typeof last(args) === 'number' ? args.pop()! : defaultValue;\n}\n", "export const isArrayLike = ((x: any): x is ArrayLike => x && typeof x.length === 'number' && typeof x !== 'function');", "import { isFunction } from \"./isFunction\";\n\n/**\n * Tests to see if the object is \"thennable\".\n * @param value the object to test\n */\nexport function isPromise(value: any): value is PromiseLike {\n return isFunction(value?.then);\n}\n", "import { InteropObservable } from '../types';\nimport { observable as Symbol_observable } from '../symbol/observable';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being Observable (but not necessary an Rx Observable) */\nexport function isInteropObservable(input: any): input is InteropObservable {\n return isFunction(input[Symbol_observable]);\n}\n", "import { isFunction } from './isFunction';\n\nexport function isAsyncIterable(obj: any): obj is AsyncIterable {\n return Symbol.asyncIterator && isFunction(obj?.[Symbol.asyncIterator]);\n}\n", "/**\n * Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.\n * @param input The object that was passed.\n */\nexport function createInvalidObservableTypeError(input: any) {\n // TODO: We should create error codes that can be looked up, so this can be less verbose.\n return new TypeError(\n `You provided ${\n input !== null && typeof input === 'object' ? 'an invalid object' : `'${input}'`\n } where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`\n );\n}\n", "export function getSymbolIterator(): symbol {\n if (typeof Symbol !== 'function' || !Symbol.iterator) {\n return '@@iterator' as any;\n }\n\n return Symbol.iterator;\n}\n\nexport const iterator = getSymbolIterator();\n", "import { iterator as Symbol_iterator } from '../symbol/iterator';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being an Iterable */\nexport function isIterable(input: any): input is Iterable {\n return isFunction(input?.[Symbol_iterator]);\n}\n", "import { ReadableStreamLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport async function* readableStreamLikeToAsyncGenerator(readableStream: ReadableStreamLike): AsyncGenerator {\n const reader = readableStream.getReader();\n try {\n while (true) {\n const { value, done } = await reader.read();\n if (done) {\n return;\n }\n yield value!;\n }\n } finally {\n reader.releaseLock();\n }\n}\n\nexport function isReadableStreamLike(obj: any): obj is ReadableStreamLike {\n // We don't want to use instanceof checks because they would return\n // false for instances from another Realm, like an + + +
+

Two simple ways of putting clips together is to concatenate them (to play them one after the other in a single long clip) or to compositing (to them side by side in a single larger clip).

+

Concatenating clips

+

Concatenating means playing the clips one after the other in a single long clip. The function concatenate_videoclips takes a list of clips and returns a new clip that is the concatenation of all the clips in the list. +Concatenation is done with the function concatenate_videoclips:

+
1
+2
+3
+4
+5
from vidiopy import VideoFileClip, ImageClip, concatenate_videoclips
+clip1 = VideoFileClip("video.mp4").subclip(0,5)
+clip2 = ImageClip("image.jpg").set_duration(5)
+f_clip = concatenate_videoclips([clip1,clip2], fps=24, over_scale=True)
+f_clip.write_videofile("output.mp4")
+
+

The f_clip is a clip that plays the clips 1, and 2 one after the other. Note that the clips do not need to be the same size. If they aren't they will all appear centered in a clip large enough to contain the biggest of them, with optionally a color of your choosing to fill the borders. You have many other options there (see the doc of the function).

+

Compositing Clip

+

Compositing is done with the function composite_videoclips:

+
video = CompositeVideoClip([clip1,clip2,clip3])
+
+

Now video plays clip1, and clip2 on top of clip1, and clip3 on top of clip1, and clip2. For instance, if clip2 and clip3 have the same size as clip1, then only clip3, which is on top, will be visible in the video… unless clip3 and clip2 have masks which hide parts of them. Note that by default the composition has the size of the largest clip or first if bg_clip=True.

+

Starting and stopping times

+

In a CompositionClip, all the clips start to play at a time that is specified by the clip.start attribute. You can set this starting time as follows:

+

clip1 = clip1.with_start(5) # start after 5 seconds +So for instance your composition will look like

+
1
+2
+3
video = CompositeVideoClip([clip1, # starts at t=0
+                            clip2.with_start(5), # start at t=5s
+                            clip3.with_start(9)]) # start at t=9s
+
+

In the example above, maybe clip2 will start before clip1 is over.

+

Positioning clips

+

If clip2 and clip3 are smaller than clip1, you can decide where they will appear in the composition by setting their position. Here we indicate the coordinates of the top-left pixel of the clips:

+
1
+2
+3
video = CompositeVideoClip([clip1,
+                           clip2.with_position((45,150)),
+                           clip3.with_position((90,100))])
+
+

There are many ways to specify the position:

+
 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+13
+14
+15
clip2.with_position((45,150)) # x=45, y=150 , in pixels
+
+clip2.with_position("center") # automatically centered
+
+# clip2 is horizontally centered, and at the top of the picture
+clip2.with_position(("center","top"))
+
+# clip2 is vertically centered, at the left of the picture
+clip2.with_position(("left","center"))
+
+# clip2 is at 40% of the width, 70% of the height of the screen:
+clip2.with_position((0.4,0.7), relative=True)
+
+# clip2's position is horizontally centered, and moving down!
+clip2.with_position(lambda t: ('center', 50+t) )
+
+

When indicating the position keep in mind that the y coordinate has its zero at the top of the picture:

+
+ videoWH +
+ +

Compositing audio clips

+

When you mix video clips together, MoviePy will automatically compose their respective audio tracks to form the audio track of the final clip, so you don’t need to worry about compositing these tracks yourself.

+

If you want to make a custom audiotrack from several audio sources: audioc clips can be mixed together with CompositeAudioClip and concatenate_audioclips:

+
1
+2
+3
+4
+5
+6
from moviepy import *
+# ... make some audio clips aclip1, aclip2, aclip3
+concat = concatenate_audioclips([aclip1, aclip2, aclip3])
+compo = CompositeAudioClip([aclip1.multiply_volume(1.2),
+                            aclip2.with_start(5), # start at t=5s
+                            aclip3.with_start(9)])
+
+ + + + + + + + + + + +

Comments

+ + + + + + + + + + + + + + + + + +
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/getting_started/quick_presentation/index.html b/getting_started/quick_presentation/index.html new file mode 100644 index 0000000..626cb0d --- /dev/null +++ b/getting_started/quick_presentation/index.html @@ -0,0 +1,970 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Quick Presentation - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Getting started to use VidioPy

+

Advantages and limitations

+

VidioPy has been developed with the following goals in mind:

+

Advantages:

+
    +
  • Simple syntax for cutting, concatenations, title insertions, video compositing, video processing, and creation of custom effects.
  • +
  • Same syntax for all operating systems (Linux, MacOX, Windows).
  • +
  • Flexible : You have total control over the frames of the video and audio, and creating your own effects is easy as Py.
  • +
  • Fast : you can batch operations as much as you want, backend in ffmpeg, pillow, numpy, etc. for speed.
  • +
  • Supports most video formats and codecs. & Question Support.
  • +
+

limitations:

+
    +
  • still in development.
  • +
  • less documentation & Features.
  • +
+

How Vidiopy works

+

Vidiopy Uses the ffmpeg (1) library to read and write video files. The processing of the different media is is proceed using modules like Numpy, opencv, Pillow, ETC.

+
    +
  1. ffmpeg is a tool for handling multimedia files. It is used for reading and writing video files, and for converting between different video and audio formats.
  2. +
+
flowchart LR
+    subgraph clips
+        video(film reel)
+        audio(sound wave)
+        pictures(image)
+    end
+    Processing[numpy, opencv, pillow, etc]
+    subgraph processing
+        Processing
+    end
+    subgraph output
+        Output_Image(Image Sequence, Image File)
+        Output_Video(Video File)
+        Output_Audio(Audio File)
+    end
+    video -->|ffmpeg| processing
+    audio -->|ffmpeg| processing
+    pictures -->|ffmpeg or pillow| processing
+    processing -->|ffmpeg| Output_Video
+    processing -->|ffmpeg| Output_Audio
+    processing -->|ffmpeg or pillow| Output_Image
+

Example code

+
 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
from vidiopy import VideoFileClip, TextClip
+
+# Load myHolidays.mp4 and trimming it to 10 seconds. 50s to 60s.
+clip = VideoFileClip("myHolidays.mp4").subclip(50,60)
+
+# Generate a text clip. You can customize the font, color, etc.
+txt_clip = TextClip("My Holidays 2013", font_size=70, txt_color='white', bg_color='gray', font=r'path/to/font.ttf')
+txt_clip = txt_clip.set_pos('center', 'right').set_duration(10)
+
+# Overlay the text clip on the first video clip
+video = CompositeVideoClip([clip, txt_clip])
+
+# Write the result to a video file in any format
+video.write_videofile("myHolidays_edited.webm")
+video.write_videofile("myHolidays_edited.mp4")
+video.write_videofile("myHolidays_edited.avi")
+video.write_videofile("myHolidays_edited.mkv")
+
+# Writing single frame
+video.save_frame("frame.png", t=0.5) # t= time in seconds
+
+# Writing Image Sequence
+video.write_image_sequence("image%03d.png", fps=24) # %03d are placeholders for the numbers 001, 002, 003, etc. fps = frames per second
+video.write_image_sequence("image%03d.jpg", fps=24) # %03d are placeholders for the numbers 001, 002, 003, etc. fps = frames per second
+video.write_image_sequence("image%03d.bmp", fps=24) # %03d are placeholders for the numbers 001, 002, 003, etc. fps = frames per second
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/getting_started/read&write/index.html b/getting_started/read&write/index.html new file mode 100644 index 0000000..ebe944c --- /dev/null +++ b/getting_started/read&write/index.html @@ -0,0 +1,929 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Read & Write - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Reading/Writing Video & Audio

+

Reading Video from file

+

The first step of video editing is to reading them from file. this Van be Done using vidiopy.VideoFileClip class. This class takes the path of the video file as input and returns a video which inherits from VideoClip class.

+
1
+2
+3
import vidiopy
+video = vidiopy.VideoFileClip("path/to/video.extension") # you can perform the operations on the video object
+video_without_audio = vidiopy.VideoFileClip("path/to/video.extension", audio=False) # defaults to `audio=True`
+
+

if the video do not have the audio then it will create a silence clip

+

Writing Video to file

+

To Write the Video we can use the write_videofile function inside the VideoClip. +Other clip type inherent it from the VideoClip.

+
1
+2
+3
import vidiopy
+video = vidiopy.VideoFileClip("path/to/video.extension")
+video.write_videofile("path/to/output/video.extension", fps=30) # fps is optional it will default use the fps of the video if it is set
+
+

Reading Audio from file

+

To read the audio from the file we can use the AudioFileClip class. This class takes the path of the audio file as input and returns a audio which inherits from AudioClip class.

+
1
+2
import vidiopy
+audio = vidiopy.AudioFileClip("path/to/audio.extension")
+
+

Writing Audio to file

+

To Write the Audio we can use the write_audiofile function inside the AudioClip. +Other clip type inherent it from the AudioClip.

+
1
+2
+3
import vidiopy
+audio = vidiopy.AudioFileClip("path/to/audio.extension")
+audio.write_audiofile("path/to/output/audio.extension")
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..7ea43d0 --- /dev/null +++ b/index.html @@ -0,0 +1,657 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

VidioPy

+

VidioPy is a Python library for video processing. It provides a simple API for common video processing tasks such as reading and writing video files, transforming video clips, performing basic operations like cuts, concatenations, and title insertions. It also supports video compositing (a.k.a. non-linear editing), advanced video effects, and video processing.

+

Overview

+

1.Download & Install

+

1.Getting Started

+

1.Reference Manual

+ + +

Contributing

+

VidioPy is an open source project originally developed by Soham & released under the MIT license. It is currently maintained by Soham. The code is hosted on Github, where you can push improvements, report bugs and ask for help. +We welcome all kinds of contributions, from code to documentation, to bug reports. Please read the contribution guidelines first.

+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/media/vidiopy_logo.png b/media/vidiopy_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..472ee129c736b87dc59c2f5bc0f3c40b92b3b474 GIT binary patch literal 422772 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%0AR32>#cH0eNm*U&Rcv@ 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%0AFJ3Lg+H88eC(A|Jd%s;4m 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + Contributing - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + +

VidioPy's Contribution Guidelines

+

Communication on GitHub

+
    +
  • Keep discussions on GitHub issues and pull requests focused and concise. Remember that each comment triggers a notification for multiple people.
  • +
  • Before making significant changes to the core codebase, discuss them with the team.
  • +
+

Setting Up Your Development Environment

+
    +
  • Fork the official VidioPy repository to your own GitHub account.
  • +
  • Clone the forked repository to your local machine.
  • +
  • Create and activate a Python virtual environment to isolate the project dependencies.
  • +
  • Navigate to the cloned directory and run pip install -e . to install the project dependencies.
  • +
  • Regularly sync your local repository with the main repository to stay up-to-date with the latest changes.
  • +
+

Coding Standards and Code Quality

+
    +
  • Adhere to the PEP8 coding conventions for Python.
  • +
  • Use comments judiciously and only when necessary. Aim to write self-explanatory code.
  • +
  • Choose clear and descriptive names for variables, functions, and classes.
  • +
  • Document new features or bug fixes with docstring. Update the documentation in the docs/markdown/ directory as needed.
  • +
  • Use Prettier to maintain consistent code formatting.
  • +
  • Review your code in PyCharm or VSCode to catch potential edge cases.
  • +
  • When adding new functions or features, update the corresponding unit tests or mention the need for new tests in your pull request.
  • +
  • read the Code Style Guide
  • +
+

Submitting Pull Requests

+
    +
  • You can submit a pull request (PR) even if your work is still in progress; it doesn't have to be fully finished.
  • +
  • Before submitting your PR, run the test suite using pytest to ensure your changes haven't broken anything.
  • +
  • Provide a clear and detailed description of your changes when submitting your PR. This will help the reviewers understand your work and expedite the review process.
  • +
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/more/code style guide/index.html b/more/code style guide/index.html new file mode 100644 index 0000000..c38560b --- /dev/null +++ b/more/code style guide/index.html @@ -0,0 +1,1020 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + Style Guide - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + +

code style guide

+

functions and methods docstrings

+

function and method docstring template

+
 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
+37
+38
+39
+40
+41
+42
+43
+44
+45
+46
+47
+48
+49
+50
+51
+52
+53
+54
+55
+56
+57
+58
+59
"""\
+A Brief Description of the Function or Method
+
+#### Parameters:
+    - `param1` `type`: -
+        The first Doc.
+    - `param2` `type[type, type]`: -
+        The second Doc.
+    - `param3` `(type, optional, ...)`: -
+        The third Doc.
+    - `param4` `(type, optional, default=None)`: -
+        The fourth Doc.
+    - `*param5` `(type, optional, ...)`: -
+        The fifth Doc.
+    - `**param6` `(type, optional, ...)`: -
+        The sixth Doc.
+
+#### returns: # if return Multiple things
+    - `int`: - an a xyz.
+    - `float`: - an a abc
+
+#### return: `int` # if return Single thing
+    Doc goes here.
+
+#### return: `None` # if do not return anything
+
+#### raises: # add if needed
+    - `Error`: - if xyz.
+    - `Exception`: - if abc.
+
+#### Note: # add if needed
+    - xyz
+    - More notes.
+
+#### Warning: # add if needed
+    - xyz
+    - More warnings.
+
+#### examples:
+    example 1 :
+
+    \`\`\`python
+    >>> code
+    output
+    \`\`\`
+    example 2 :
+
+    \`\`\`python
+    code # explain
+    \`\`\`
+    - More examples.
+
+#### TODO: # add if needed
+    - xyz
+    - More TODOs.
+
+#### [function reference manual](https://github.com/SohamTilekar/vidiopy/blob/master/docs/...)
+
+"""
+
+

function and method docstring conventions

+
    +
  • Docstrings are always triple quoted strings use """ not '''.
  • +
  • add a blank line after the docstring.
  • +
  • use the #### for the sections.
  • +
  • add as much detail as possible.
  • +
  • add the link to Function or Method Reference manuel.
  • +
+

class docstrings

+

class docstring template

+
 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+10
+11
+12
+13
+14
+15
+16
+17
+18
+19
+20
+21
+22
+23
+24
+25
+26
+27
+28
+29
+30
+31
+32
+33
+34
+35
+36
"""\
+A Brief Description of the Class
+
+properties:
+    - `property1`: - a short 1 line description of the property.
+    - `property2`: - a short 1 line description of the property.
+
+methods:
+    - `method1`: - a short 1 line description of the method.
+    - `method2`: - a short 1 line description of the method.
+
+abstract methods:
+    - `method1`: - a short 1 line description of the method.
+    - `method2`: - a short 1 line description of the method.
+
+#### Note: # add if needed
+    - xyz
+    - More notes.
+
+#### Warning: # add if needed
+    - xyz
+    - More warnings.
+
+#### examples:
+    example 1 :
+    \`\`\`python
+    >>> code
+    output
+    \`\`\`
+
+    example 2 :
+    \`\`\`python
+    code # explain
+    \`\`\`
+    - More examples.
+"""
+
+

class docstring conventions

+
    +
  • Docstrings are always triple quoted strings use """ not '''.
  • +
  • add a blank line after the docstring.
  • +
  • use the #### for the sections.
  • +
  • add as much detail as possible.
  • +
+

Comments

+
    +
  • Use as less comments as possible.
  • +
  • Use comments where code is not self explanatory or weird.
  • +
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/audio_clips/audioarrayclip/index.html b/reference_manual/clips/audio_clips/audioarrayclip/index.html new file mode 100644 index 0000000..b6a3704 --- /dev/null +++ b/reference_manual/clips/audio_clips/audioarrayclip/index.html @@ -0,0 +1,964 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AudioArrayClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

AudioArrayClip

+
+

class vidiopy.AudioArrayClip

+
+
+
+

Bases: vidiopy.AudioClip

+

AudioArrayClip is a class that represents an audio clip from an array. It extends the AudioClip class.

+
+
Parameters:
+
+
    +
  • audio_data: np.ndarray: The audio data.
  • +
  • fps: int: The sample rate of the audio clip.
  • +
  • duration: int | float: The duration of the audio clip.
  • +
+
+
Example:
+
+

```python +import numpy as np +import vidiopy

+

audio_data = np.random.uniform(-1, 1, 44100 * 3) # 3 seconds of random audio +audio_clip = vidiopy.AudioArrayClip(audio_data, fps=44100) +```

+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/audio_clips/audioclip/index.html b/reference_manual/clips/audio_clips/audioclip/index.html new file mode 100644 index 0000000..d55eed2 --- /dev/null +++ b/reference_manual/clips/audio_clips/audioclip/index.html @@ -0,0 +1,1313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AudioClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

AudioClip

+
+

class vidiopy.AudioClip

+
+
+
+

Bases: vidiopy.Clip

+

The AudioClip class represents an audio clip. It is a subclass of the Clip class.

+
+
Parameters:
+
+
    +
  • duration (int or float, optional): The duration of the audio clip. Defaults to None.
  • +
  • fps (int, optional): Frames per second of the audio clip. Defaults to None.
  • +
+
+
Attributes:
+
+
    +
  • fps: int | None: The frames per second of the audio clip. Defaults to fps Parameter.
  • +
  • _original_dur: int | float | None: The original duration of the audio clip. Defaults to duration Parameter.
  • +
  • _audio_data: np.ndarray | None: The audio data of the clip. Defaults to None.
  • +
  • channels: int | None: The number of audio channels. Defaults to None.
  • +
  • _st: int | float: The start time of the audio clip. Defaults to 0.0.
  • +
  • _ed: int | float | None: The end time of the audio clip. Defaults to duration Parameter.
  • +
+
+
Properties:
+
+
+

audio_data: np.ndarray

+
+
+
+

This property gets the audio data. If the audio data is not set, it raises a ValueError.

+
+
Returns:
+
np.ndarray: The audio data.
+
Raises:
+
ValueError: If the audio data is not set.
+
+

Example: +: +

>>> clip = AudioClip()
+>>> clip.audio_data = np.array([1, 2, 3])
+>>> print(clip.audio_data)
+array([1, 2, 3])
+

+
+
+
+

duration: int | float

+
+
+
+

This property gets the duration of the audio clip. The duration is represented in seconds and can be an integer, a float, or None if the duration is not set.

+
+
Note:
+
You Can't Set the duration of the audio clip it is not allowed to change directly.
+
+

Raises: + AttributeError: Always raises an AttributeError if you try to set duration.

+
+
Returns:
+
int | float: The duration of the audio clip.
+
+

Example: +: +

>>> clip = AudioClip(duration=10)
+>>> print(clip.duration)
+10
+

+
+
+
+

start: int | float

+
+
+
+

This property gets the start time of the audio clip. The start time is represented in seconds and can be an integer or a float.

+
+
Returns:
+
int | float: The start time of the audio clip.
+
+

Example: +: +

>>> clip = AudioClip()
+>>> print(clip.start)
+0.0
+>>> clip.start = 5
+>>> print(clip.start)
+5
+

+
+
+
+

end: int | float | None

+
+
+
+

This property gets the end time of the audio clip. The end time is represented in seconds and can be an integer, a float, or None if the end time is not set.

+
+
Returns:
+
int | float | None: The end time of the audio clip.
+
+

Example: +: +

>>> clip = AudioClip(duration=10)
+>>> print(clip.end)
+10
+>>> clip.end = 5
+>>> print(clip.end)
+5
+

+
+
+
+
Methods:
+
+
+

def set_data(self, audio_data: np.ndarray) -> Self:

+
+
+
+

This method sets the audio data and returns the instance of the class.

+
+
Args:
+
audio_data (np.ndarray): The audio data to set.
+
Returns:
+
AudioClip: The instance of the class.
+
+

Example: +: +

    >>> clip = AudioClip()
+    >>> clip.set_data(np.array([1, 2, 3]))
+    >>> print(clip.audio_data)
+    array([1, 2, 3])
+

+
+
+
+

def set_fps(self, fps: int | None) -> Self:

+
+
+
+

This method sets the frames per second (fps) for the audio clip and returns the instance of the class.

+
+
Args:
+
fps: int | None: The frames per second to set. If None, the fps will be unset.
+
Returns:
+
AudioClip: Self The Instance of the class.
+
+

Example: +: +

>>> clip = AudioClip()
+>>> clip.set_fps(30)
+>>> print(clip.fps)
+30
+

+
+
+
+

def set_start(self, start: int | float) -> Self:

+
+
+
+

This method sets the start time of the audio clip and returns the instance of the class. +The start time is represented in seconds and can be an integer or a float.

+
+
Args:
+
start: int | float: The start time to set in seconds.
+
Returns:
+
AudioClip: The instance of the class with the updated start time.
+
+

Example: +: +

>>> clip = AudioClip()
+>>> clip.set_start(5)
+>>> print(clip.start)
+5
+

+
+
+
+

def set_end(self, end: int | float | None) -> Self:

+
+
+
+

This method sets the end time of the audio clip and returns the instance of the class. +The end time is represented in seconds and can be an integer, a float, or None if the end time is not to be set.

+
+
Args:
+
end: int | float | None: The end time to set in seconds.
+
Returns:
+
AudioClip: The instance of the class with the updated end time.
+
+

Example: +: +

>>> clip = AudioClip()
+>>> clip.set_end(10)
+>>> print(clip.end)
+10
+

+
+
+
+

def get_frame_at_t(self, t: int | float) -> np.ndarray:

+
+
+
+

This method gets the audio frame at a specific time t. The time t is represented in seconds and can be an integer or a float. +It calculates the frame index using the duration, total frames, and time t, and returns the audio data at that frame index.

+
+
Args:
+
t: int | float: The time in seconds at which to get the audio frame.
+
Returns:
+
np.ndarray: The audio data at the specified time.
+
Raises:
+
ValueError: If frames per second (fps) is not set, audio data is not set, or original duration is not set.
+
+
+
+
+

def iterate_frames_at_fps(self, fps: int | float | None = None) -> Generator[np.ndarray, None, None]:

+
+
+
+

This method generates audio frames at a specific frames per second (fps) rate. If no fps is provided, it uses the fps set in the AudioClip instance. +It calculates the original fps using the duration and total frames, then generates frames at the specified fps rate.

+
+
Args:
+
fps (int | float | None, optional): The frames per second rate at which to generate frames. If not provided, the fps set in the AudioClip instance is used.
+
Yields:
+
np.ndarray: The audio data at each frame.
+
Raises:
+
ValueError: If frames per second (fps) is not set, audio data is not set, or original duration is not set.
+
+
+
+
+

def iterate_all_frames(self) -> Generator[np.ndarray, None, None]:

+
+
+
+

This method generates all audio frames in the AudioClip instance. It iterates over each frame in the audio data and yields it.

+
+
Yields:
+
np.ndarray: The audio data at each frame.
+
Raises:
+
ValueError: If audio data is not set.
+
+
+
+
+

def fl_frame_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

This method applies a function to each frame of the audio data. The function should take a frame (an ndarray of channel data) as its first argument, +followed by any number of additional positional and keyword arguments.

+
+
Args:
+
+
    +
  • func (Callable): The function to apply to each frame. It should take a frame (an ndarray of channel data) as its first argument.
  • +
  • *args: Additional positional arguments to pass to the function.
  • +
  • **kwargs: Additional keyword arguments to pass to the function.
  • +
+
+
Returns:
+
AudioClip: The instance of the class with the transformed audio data.
+
Raises:
+
ValueError: If audio data is not set.
+
+
+
+
+

def fl_clip_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

This method applies a function to the entire audio data. The function should take the AudioClip instance as its first argument, +followed by any number of additional positional and keyword arguments.

+
+
Args:
+
+
    +
  • func (Callable): The function to apply to the audio data. It should take the AudioClip instance as its first argument.
  • +
  • *args: Additional positional arguments to pass to the function.
  • +
  • **kwargs: Additional keyword arguments to pass to the function.
  • +
+
+
Returns:
+
AudioClip: The instance of the class with the transformed audio data.
+
Raises:
+
ValueError: If audio data is not set.
+
+
+
+
+

def fl_time_transform(self, func: Callable[[int | float], int | float]) -> Self:

+
+
+
+

This method applies a time transformation function to the get_frame_at_t method of the AudioClip instance. +The transformation function should take a time (an integer or a float) as its argument and return a transformed time.

+

The get_frame_at_t method is replaced with a new method that applies the transformation function to its argument before calling the original method.

+
+
Args:
+
func (Callable[[int | float], int | float]): The time transformation function to apply. It should take a time (an integer or a float) as its argument and return a transformed time.
+
Returns:
+
AudioClip: The instance of the class with the transformed get_frame_at_t method.
+
Raises:
+
ValueError: If the get_frame_at_t method is not set.
+
+
+
+
+

def sub_clip_copy(self, start: float | int | None = None, end: float | int | None = None) -> Self

+
+
+
+

This method creates a copy of the AudioClip instance and then creates a subclip from the audio clip starting from start to end in the copied instance. +If start or end is not provided, it uses the start or end time set in the AudioClip instance. If neither is set, it uses 0 for start and the duration for end.

+

It calculates the original frames per second (fps) using the duration and total frames, then calculates the start and end frame indices using the original fps. +It then updates the audio data, original duration, end time, and start time of the copied AudioClip instance.

+
+
Args:
+
+
    +
  • start (float | int | None, optional): The start time of the subclip in seconds. If not provided, the start time set in the AudioClip instance is used. Defaults to None.
  • +
  • end (float | int | None, optional): The end time of the subclip in seconds. If not provided, the end time set in the AudioClip instance is used. Defaults to None.
  • +
+
+
Returns:
+
AudioClip: A copy of the instance of the class with the updated audio data, original duration, end time, and start time.
+
Raises:
+
ValueError: If audio data is not set, original duration is not set, or end time is greater than the original duration.
+
+
+
+
+

def copy(self) -> Self:

+
+
+
This method creates a deep copy of the AudioClip instance and returns it. It uses the copy_ function, which should be a deep copy function like copy.deepcopy in Python's standard library.
+
Returns:
+
AudioClip: A deep copy of the instance of the class.
+
Raises:
+
ValueError: If the copy_ function is not set or does not correctly create a deep copy.
+
> def write_audiofile(self, path: str, fps: int | None = None, overwrite=True, show_log=False, **kwargs) -> None:
+
+

This method writes the audio data to an audio file at the specified path. +It uses the frames per second (fps) if provided, otherwise it uses the fps set in the AudioClip instance. +It raises a ValueError if fps is not set in either way. +It also raises a ValueError if audio data, original duration, or channels are not set.

+

It creates a temporary audio data array by getting the frame at each time step from 0 to the end or duration with a step of 1/fps. +It then writes the temporary audio data to the audio file using the ffmpegio.audio.write function.

+
+
Args:
+
+
    +
  • path (str): The path to write the audio file to.
  • +
  • fps (int | None, optional): The frames per second to use. If not provided, the fps set in the AudioClip instance is used. Defaults to None.
  • +
  • overwrite (bool, optional): Whether to overwrite the audio file if it already exists. Defaults to True.
  • +
  • show_log (bool, optional): Whether to show the log of the ffmpegio.audio.write function. Defaults to False.
  • +
  • **kwargs: Additional keyword arguments to pass to the ffmpegio.audio.write function.
  • +
+
+
Raises:
+
ValueError: If fps is not set, audio data is not set, original duration is not set, or channels are not set.
+
+
+
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/audio_clips/audiofileclip/index.html b/reference_manual/clips/audio_clips/audiofileclip/index.html new file mode 100644 index 0000000..80bf457 --- /dev/null +++ b/reference_manual/clips/audio_clips/audiofileclip/index.html @@ -0,0 +1,960 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AudioFileClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

AudioFileClip

+
+

class vidiopy.AudioFileClip

+
+
+
+

Bases: vidiopy.SilenceClip

+

AudioFileClip is a class that represents an audio file. It extends the SilenceClip class.

+
+
Parameters:
+
+
    +
  • path: str | pathlib.Path: The path to the audio file.
  • +
  • duration (int | float | None, optional): The duration of the audio file. If not provided, it will be calculated from the audio file.
  • +
+
+
Raises:
+
+
    +
  • ValueError: If the audio file is empty and duration is not provided.
  • +
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/audio_clips/mixingaudio/index.html b/reference_manual/clips/audio_clips/mixingaudio/index.html new file mode 100644 index 0000000..461a068 --- /dev/null +++ b/reference_manual/clips/audio_clips/mixingaudio/index.html @@ -0,0 +1,1004 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mixing AudioClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Concatenating Audio Clips

+
+

def concatenate_audioclips(clips: list[AudioClip], fps: int | None = 44100) -> AudioClip | AudioArrayClip:

+
+
+
+

Concatenates multiple audio clips into a single audio clip.

+
+
Parameters:
+
+
    +
  • clips: list[AudioClip]: A list of AudioClip objects to be concatenated.
  • +
  • fps (int, optional): The frames per second (fps) for the output AudioClip. If not provided, it defaults to 44100, or the maximum fps value found in the input clips.
  • +
+
+
Returns:
+
+

AudioClip | AudioArrayClip: The concatenated AudioClip. If the input clips have different channels, the output AudioClip will have the maximum number of channels found in the input clips, and the missing channels in the other clips will be filled with the mean value of their existing channels.

+
+
Raises:
+
+

ValueError: If no clips are provided, or if no fps value is found or set, or if a clip's channels are not set.

+
+
Note:
+
+
    +
  • The duration of the output AudioClip is the sum of the durations of the input clips.
  • +
  • If a clip's end time is set, it is used to calculate its duration; otherwise, its duration attribute is used.
  • +
  • If neither is set, a ValueError is raised.
  • +
+
+
+
+
+

Compositing Audio Clips

+
+

def composite_audioclips(clips: list[AudioClip], fps: int | None = 44100, use_bg_audio: bool = False) -> AudioArrayClip:

+
+
+
+

Composites multiple audio clips into a single audio clip.

+
+
Parameters:
+
+
    +
  • clips: list[AudioClip]: A list of AudioClip objects to be composited.
  • +
  • fps (int, optional): The frames per second (fps) for the output AudioClip. If not provided, it defaults to the maximum fps value found in the input clips.
  • +
  • use_bg_audio (bool, optional): If True, the first clip in the list is used as the background audio. The remaining clips are overlaid on top of this background audio. If False, a SilenceClip of the maximum duration found in the clips is used as the background audio.
  • +
+
+
Returns:
+
+

AudioArrayClip: The composited AudioClip. The output AudioClip will have the maximum number of channels found in the input clips, and the missing channels in the other clips will be filled with the mean value of their existing channels.

+
+
Raises:
+
+

ValueError: If no clips are provided, or if no fps value is found or set, or if a clip's channels are not set, or if no duration is found or set in the clips when use_bg_audio is False.

+
+
Note:
+
+
    +
  • The duration of the output AudioClip is the duration of the background audio.
  • +
  • If a clip's end time is set, it is used to calculate its duration; otherwise, its duration attribute is used.
  • +
  • If neither is set, a ValueError is raised.
  • +
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/audio_clips/silenceclip/index.html b/reference_manual/clips/audio_clips/silenceclip/index.html new file mode 100644 index 0000000..c491050 --- /dev/null +++ b/reference_manual/clips/audio_clips/silenceclip/index.html @@ -0,0 +1,956 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SilenceClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Silence Clip

+
+

class vidiopy.SilenceClip

+
+
+
+

Bases: vidiopy.AudioClip

+

SilenceClip is a subclass of AudioClip that represents a silent audio clip.

+

It inherits from AudioClip therefore it has all the methods and attributes of AudioClip.

+
+
Parameters:
+
+
    +
  • duration: int | float: The duration of the audio clip.
  • +
  • fps (int, optional): The frames per second of the audio clip. Default is 44100.
  • +
  • channels (int, optional): The number of audio channels. Default is 1.
  • +
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/clip/index.html b/reference_manual/clips/clip/index.html new file mode 100644 index 0000000..9b290db --- /dev/null +++ b/reference_manual/clips/clip/index.html @@ -0,0 +1,899 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Clip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Clip

+
+

class vidiopy.Clip.Clip

+
+
+
+

Bases: object

+

A Clip is the base class for all the clips (VideoClip and AudioClip).

+
+

fx(func, *args, **kwargs)

+
+
+
+

Apply a function to the current instance and return the result.

+

This method allows for the application of any callable to the current instance of the class. +The callable should take the instance as its first argument, followed by any number of positional and keyword arguments.

+
+
Parameters:
+
+
    +
  • func: (Callable[..., Self]): The function to apply. This should take the instance as its first argument.
  • +
  • *args: Variable length argument list for the function.
  • +
  • **kwargs: Arbitrary keyword arguments for the function.
  • +
+
+
Returns:
+
+
    +
  • Self: The result of applying the function to the instance.
  • +
+
+
Example:
+
>>> clip = Clip()
+>>> def do(instance):
+...     # Do something with instance.
+...     return instance.
+...
+>>> new_clip = clip.fx(do)
+
+
+
+
+
+

copy()

+
+
+
+

Creates a deep copy of the current Clip object.

+

This method creates a new instance of the Clip object, copying all the attributes of the current object into the new one. +If the current object has an 'audio' attribute, it also creates a deep copy of this 'audio' object and assigns it to the 'audio' attribute of the new Clip object.

+
+
Returns:
+
Clip: A new Clip object that is a deep copy of the current object.
+
+
+
+
+

close()

+
+
+
Release any resources that are in use.
+
+
+

__enter__()

+
+
+
Enter the context manager.
+
+
+

__exit__()

+
+
+
Exit the context manager.
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/video_clips/imageclips/index.html b/reference_manual/clips/video_clips/imageclips/index.html new file mode 100644 index 0000000..66ed873 --- /dev/null +++ b/reference_manual/clips/video_clips/imageclips/index.html @@ -0,0 +1,1549 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ImageClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

ImageClip

+
+

class vidiopy.ImageClip(image: str | Path | Image.Image | np.ndarray | None = None, fps: int | float | None = None, duration: int | float | None = None)

+
+
+
+

Bases: vidiopy.VideoClip

+

All Methods and properties of the VideoClip class are available.

+

A class representing a video clip generated from a single image.

+
+
Parameters:
+
+
    +
  • image: str | Path | Image.Image | np.ndarray | None: The image to use for the video clip. If None, an empty video clip is created.
  • +
  • fps: int | float | None: The frames per second of the video clip. If None, the fps is set to 30.
  • +
  • duration: int | float | None: The duration of the video clip in seconds. If None, the duration is set to 1.
  • +
+
+
Attributes:
+
+
    +
  • image: Image.Image: The image used for the video clip.
  • +
  • Other attributes are inherited from the VideoClip class.
  • +
+
+
Methods:
+
+
+

_import_image(self, image) -> Image.Image:

+
+
+
+

Import the image from various sources.

+

Does not made for external use.

+
+
Parameters:
+
image (str | Path | Image.Image | np.ndarray): Input image data.
+
Returns:
+
Image.Image: The imported image data.
+
+

This is a private method and not intended for external use.

+
+
+
+

You Can Use set_duration() & duration property to change _dur.

+

fl_frame_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

Apply a frame transformation function to the image.

+
+
Parameters:
+
func (Callable): The frame transformation function.
+
*args: Additional positional arguments for the function.
+
**kwargs: Additional keyword arguments for the function.
+
Returns:
+
ImageClip: A new ImageClip instance with the transformed image.
+
Note:
+
This method modifies the current ImageClip instance in-place.
+
Example Usage:
+
image_clip = ImageClip(image_path, fps=30, duration=5.0)
+transformed_clip = image_clip.fl_frame_transform(resize, width=640, height=480)
+
+
+
+
+
+

fl_frame_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

Apply a frame transformation function to the image.

+
+
Parameters:
+
func (Callable): The frame transformation function.
+
*args: Additional positional arguments for the function.
+
**kwargs: Additional keyword arguments for the function.
+
Returns:
+
ImageClip: A new ImageClip instance with the transformed image.
+
Note:
+
This method modifies the current ImageClip instance in-place.
+
Example Usage:
+
image_clip = ImageClip(image_path, fps=30, duration=5.0)
+transformed_clip = image_clip.fl_frame_transform(resize, width=640, height=480)
+
+
+
+
+
+

fl_clip_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

Raise a ValueError indicating that fl_clip is not applicable for ImageClip.

+

The Clip should be converted to VideoClip using to_video_clip method first.

+
+
Parameters:
+
func: Unused.
+
*args: Unused.
+
**kwargs: Unused.
+
Returns:
+
ImageClip: The current ImageClip instance.
+
Raises:
+
ValueError: This method is not applicable for ImageClip.
+
Example Usage:
+
image_clip = ImageClip(image_path, fps=30, duration=5.0)
+image_clip.fl_clip(some_function)  # Raises ValueError
+
+
+
+
+
+

fx(self, func: Callable, *args, **kwargs):

+
+
+
+

Apply a generic function to the ImageClip.

+
+
Parameters:
+
func (Callable): The function to apply.
+
*args: Additional positional arguments for the function.
+
**kwargs: Additional keyword arguments for the function.
+
Returns:
+
ImageClip: The current ImageClip instance.
+
Note:
+
This method modifies the current ImageClip instance in-place.
+
Example Usage:
+
def custom_function(image):
+    # Some custom processing on the image
+    return modified_image
+
+image_clip = ImageClip(image_path, fps=30, duration=5.0)
+image_clip.fx(custom_function, some_arg=42)
+
+
+
+
+
+

sub_fx(self, func, *args, start_t: int | float | None = None, end_t: int | float | None = None, **kwargs) -> Self:

+
+
+
+

Apply a custom function to the Image Clip.

+
+
Note:
+
Before using the sub_fx method, you need to convert the image clip to a video clip using to_video_clip() function.
+
Args:
+
func: The custom function to apply to the Image Clip.
+
*args: Additional positional arguments to pass to the custom function.
+
start_t (int | float | None): The start time of the subclip in seconds. If None, the subclip starts from the beginning.
+
end_t (int | float | None): The end time of the subclip in seconds. If None, the subclip ends at the last frame.
+
**kwargs: Additional keyword arguments to pass to the custom function.
+
Returns:
+
Self: The modified ImageClips instance.
+
Example:
+
# Convert the image clip to a video clip
+video_clip = image_clip.to_video_clip()
+
+# Apply a custom function to the video clip
+modified_clip = video_clip.sub_fx(custom_function, start_t=2, end_t=5)
+
+
Raises:
+
ValueError: If the method is called on an Image Clip instead of a Video Clip.
+
+
+
+
+

sub_clip_copy(self, start: int | float | None = None, end: int | float | None = None) -> Self:

+
+
+
+

Create a copy of the current clip and apply sub-clip operation. +Read more about sub-clip operation in the sub_clip method.

+
+
Args:
+
start (int | float | None): Start time of the sub-clip in seconds. +If None, the sub-clip starts from the beginning of the original clip.
+
end (int | float | None): End time of the sub-clip in seconds. +If None, the sub-clip ends at the end of the original clip.
+
Returns:
+
Self: A new instance of the clip with the sub-clip applied.
+
Example:
+
image_clip = ImageClip(image_path, fps=30, duration=5.0)
+sub_clip = image_clip.sub_clip_copy(start=2, end=5)
+
+
+
+
+
+

sub_clip(self, start: int | float | None = None, end: int | float | None = None) -> Self:

+
+
+
+

Returns a sub-clip of the current clip.

+
+
Args:
+
start (int | float | None, optional): The start time of the sub-clip in seconds. Defaults to None.
+
end (int | float | None, optional): The end time of the sub-clip in seconds. Defaults to None.
+
Returns:
+
Self: The sub-clip.
+
Note:
+
It modifies the current clip in-place. +If both start and end are None, the original clip is returned. +If start is None, it defaults to 0. +If end is None, it defaults to the end time of the original clip.
+
Example:
+
image_clip = ImageClip(image_path, fps=30, duration=5.0)
+image_clip.sub_clip(start=2, end=5)
+
+
+
+
+
+

make_frame_array(self, t):

+
+
+
+

Gives the numpy array representation of the image at a given time.

+
+
Args:
+
t (float): The timestamp of the frame.
+
Returns:
+
numpy.ndarray: The numpy array representation of the image.
+
Raises:
+
ValueError: If the image is not set.
+
+
+
+
+

make_frame_pil(self, t) -> Image.Image:

+
+
+
+

Returns the image frame at a given time.

+
+
Args:
+
t (float): The time at which to retrieve the frame.
+
Returns:
+
PIL.Image.Image: The image frame at the given time.
+
Raises:
+
ValueError: If the image is not set.
+
+
+
+
+

to_video_clip(self, fps=None, duration=None):

+
+
+
+

Convert ImageClip to VideoClip

+

If fps or duration is not provided, it defaults to the corresponding attribute +of the ImageClip instance. If those attributes are not available, a ValueError is raised.

+
+
Parameters:
+
fps (float, optional): Frames per second of the resulting video clip. +If not provided, it defaults to the fps attribute of the ImageClip instance. +If that is also not available, a ValueError is raised.
+
duration (float, optional): Duration of the resulting video clip in seconds. +If not provided, it defaults to the duration attribute of the ImageClip instance. +If that is also not available, a ValueError is raised.
+
Returns:
+
ImageSequenceClip: A VideoClip subclass instance generated from the ImageClip frames.
+
Raises:
+
ValueError: If fps or duration is not provided and the corresponding attribute is not available.
+
Note:
+
The to_video_clip method returns an instance of the ImageSequenceClip class, +which is a subclass of the VideoClip Class.
+
Example Usage:
+
# Example Usage
+image_clip = ImageClip()
+video_clip = image_clip.to_video_clip(fps=24, duration=10.0)
+video_clip.sub_fx(custom_function, start_t=2, end_t=5)
+
+
+
+
+
+
+
+
+

Data2ImageClip

+
+

class vidiopy.Data2ImageClip(data: np.ndarray | Image.Image, fps: int | float | None = None, duration: int | float | None = None)

+
+
+
+

Bases: vidiopy.ImageClip

+

A class representing a video clip generated from raw data (numpy array or PIL Image).

+

It extends the ImageClip class and allows users to create video clips from raw data, supporting either numpy arrays or PIL Images as input.

+
+
Parameters:
+
+
    +
  • data (np.ndarray or PIL Image): The raw data to be converted into a video clip.
  • +
  • fps (int | float | None): Frames per second of the video. If not provided, it will be inherited from the parent class (ImageClip) or set to the default value.
  • +
  • duration (int | float | None): Duration of the video in seconds. If not provided, it will be inherited from the parent class (ImageClip) or set to the default value.
  • +
+
+
Attributes:
+
+
    +
  • image (PIL Image): The PIL Image representation of the provided data.
  • +
  • size (tuple): The size (width, height) of the image.
  • +
+
+
Methods:
+
+
+

_import_image(self, image) -> Image.Image:

+
+
+
+

Private method to convert the provided data (numpy array or PIL Image) into a PIL Image.

+
+
Parameters:
+
image (np.ndarray or PIL Image): The raw data to be converted.
+
Returns:
+
Image.Image: The PIL Image representation of the provided data.
+
Raises:
+
TypeError: If the input type is not supported (neither numpy array nor PIL Image).
+
+
+
+
+
Example Usage:
+
+
# Import necessary libraries
+
+# Create a Data2ImageClip instance from a numpy array
+data_array = np.random.randint(0, 255, size=(480, 640, 3), dtype=np.uint8)
+video_clip = Data2ImageClip(data=data_array, fps=30, duration=5)
+
+# Create a Data2ImageClip instance from a PIL Image
+from PIL import Image
+data_image = Image.new('RGB', (640, 480), color='red')
+video_clip = Data2ImageClip(data=data_image, fps=24, duration=10)
+
+
+
Note:
+
+

The Data2ImageClip class extends the ImageClip. It allows users to create video clips from raw data, supporting either numpy arrays or PIL Images as input.

+
+
+
+
+ + +

ColorClip

+
+

class vidiopy.ColorClip(color: str | tuple[int, ...], mode="RGBA", size=(1, 1), fps=None, duration=None)

+
+
+
+

Bases: #!py vidiopy.Data2ImageClip

+

A video clip class with a solid color.

+

It extends the Data2ImageClip class and allows users to create video clips with a solid color.

+
+
Parameters:
+
+
    +
  • +

    color: str | tuple[int, ...]: Color of the image. It can be a color name (e.g., 'red', 'blue') or RGB tuple.

    +
    +Available Color Names +
      +
    • aliceblue: "#f0f8ff",
    • +
    • antiquewhite: "#faebd7",
    • +
    • aqua: "#00ffff",
    • +
    • aquamarine: "#7fffd4",
    • +
    • azure: "#f0ffff",
    • +
    • beige: "#f5f5dc",
    • +
    • bisque: "#ffe4c4",
    • +
    • black: "#000000",
    • +
    • blanchedalmond: "#ffebcd",
    • +
    • blue: "#0000ff",
    • +
    • blueviolet: "#8a2be2",
    • +
    • brown: "#a52a2a",
    • +
    • burlywood: "#deb887",
    • +
    • cadetblue: "#5f9ea0",
    • +
    • chartreuse: "#7fff00",
    • +
    • chocolate: "#d2691e",
    • +
    • coral: "#ff7f50",
    • +
    • cornflowerblue: "#6495ed",
    • +
    • cornsilk: "#fff8dc",
    • +
    • crimson: "#dc143c",
    • +
    • cyan: "#00ffff",
    • +
    • darkblue: "#00008b",
    • +
    • darkcyan: "#008b8b",
    • +
    • darkgoldenrod: "#b8860b",
    • +
    • darkgray: "#a9a9a9",
    • +
    • darkgrey: "#a9a9a9",
    • +
    • darkgreen: "#006400",
    • +
    • darkkhaki: "#bdb76b",
    • +
    • darkmagenta: "#8b008b",
    • +
    • darkolivegreen: "#556b2f",
    • +
    • darkorange: "#ff8c00",
    • +
    • darkorchid: "#9932cc",
    • +
    • darkred: "#8b0000",
    • +
    • darksalmon: "#e9967a",
    • +
    • darkseagreen: "#8fbc8f",
    • +
    • darkslateblue: "#483d8b",
    • +
    • darkslategray: "#2f4f4f",
    • +
    • darkslategrey: "#2f4f4f",
    • +
    • darkturquoise: "#00ced1",
    • +
    • darkviolet: "#9400d3",
    • +
    • deeppink: "#ff1493",
    • +
    • deepskyblue: "#00bfff",
    • +
    • dimgray: "#696969",
    • +
    • dimgrey: "#696969",
    • +
    • dodgerblue: "#1e90ff",
    • +
    • firebrick: "#b22222",
    • +
    • floralwhite: "#fffaf0",
    • +
    • forestgreen: "#228b22",
    • +
    • fuchsia: "#ff00ff",
    • +
    • gainsboro: "#dcdcdc",
    • +
    • ghostwhite: "#f8f8ff",
    • +
    • gold: "#ffd700",
    • +
    • goldenrod: "#daa520",
    • +
    • gray: "#808080",
    • +
    • grey: "#808080",
    • +
    • green: "#008000",
    • +
    • greenyellow: "#adff2f",
    • +
    • honeydew: "#f0fff0",
    • +
    • hotpink: "#ff69b4",
    • +
    • indianred: "#cd5c5c",
    • +
    • indigo: "#4b0082",
    • +
    • ivory: "#fffff0",
    • +
    • khaki: "#f0e68c",
    • +
    • lavender: "#e6e6fa",
    • +
    • lavenderblush: "#fff0f5",
    • +
    • lawngreen: "#7cfc00",
    • +
    • lemonchiffon: "#fffacd",
    • +
    • lightblue: "#add8e6",
    • +
    • lightcoral: "#f08080",
    • +
    • lightcyan: "#e0ffff",
    • +
    • lightgoldenrodyellow: "#fafad2",
    • +
    • lightgreen: "#90ee90",
    • +
    • lightgray: "#d3d3d3",
    • +
    • lightgrey: "#d3d3d3",
    • +
    • lightpink: "#ffb6c1",
    • +
    • lightsalmon: "#ffa07a",
    • +
    • lightseagreen: "#20b2aa",
    • +
    • lightskyblue: "#87cefa",
    • +
    • lightslategray: "#778899",
    • +
    • lightslategrey: "#778899",
    • +
    • lightsteelblue: "#b0c4de",
    • +
    • lightyellow: "#ffffe0",
    • +
    • lime: "#00ff00",
    • +
    • limegreen: "#32cd32",
    • +
    • linen: "#faf0e6",
    • +
    • magenta: "#ff00ff",
    • +
    • maroon: "#800000",
    • +
    • mediumaquamarine: "#66cdaa",
    • +
    • mediumblue: "#0000cd",
    • +
    • mediumorchid: "#ba55d3",
    • +
    • mediumpurple: "#9370db",
    • +
    • mediumseagreen: "#3cb371",
    • +
    • mediumslateblue: "#7b68ee",
    • +
    • mediumspringgreen: "#00fa9a",
    • +
    • mediumturquoise: "#48d1cc",
    • +
    • mediumvioletred: "#c71585",
    • +
    • midnightblue: "#191970",
    • +
    • mintcream: "#f5fffa",
    • +
    • mistyrose: "#ffe4e1",
    • +
    • moccasin: "#ffe4b5",
    • +
    • navajowhite: "#ffdead",
    • +
    • navy: "#000080",
    • +
    • oldlace: "#fdf5e6",
    • +
    • olive: "#808000",
    • +
    • olivedrab: "#6b8e23",
    • +
    • orange: "#ffa500",
    • +
    • orangered: "#ff4500",
    • +
    • orchid: "#da70d6",
    • +
    • palegoldenrod: "#eee8aa",
    • +
    • palegreen: "#98fb98",
    • +
    • paleturquoise: "#afeeee",
    • +
    • palevioletred: "#db7093",
    • +
    • papayawhip: "#ffefd5",
    • +
    • peachpuff: "#ffdab9",
    • +
    • peru: "#cd853f",
    • +
    • pink: "#ffc0cb",
    • +
    • plum: "#dda0dd",
    • +
    • powderblue: "#b0e0e6",
    • +
    • purple: "#800080",
    • +
    • rebeccapurple: "#663399",
    • +
    • red: "#ff0000",
    • +
    • rosybrown: "#bc8f8f",
    • +
    • royalblue: "#4169e1",
    • +
    • saddlebrown: "#8b4513",
    • +
    • salmon: "#fa8072",
    • +
    • sandybrown: "#f4a460",
    • +
    • seagreen: "#2e8b57",
    • +
    • seashell: "#fff5ee",
    • +
    • sienna: "#a0522d",
    • +
    • silver: "#c0c0c0",
    • +
    • skyblue: "#87ceeb",
    • +
    • slateblue: "#6a5acd",
    • +
    • slategray: "#708090",
    • +
    • slategrey: "#708090",
    • +
    • snow: "#fffafa",
    • +
    • springgreen: "#00ff7f",
    • +
    • steelblue: "#4682b4",
    • +
    • tan: "#d2b48c",
    • +
    • teal: "#008080",
    • +
    • thistle: "#d8bfd8",
    • +
    • tomato: "#ff6347",
    • +
    • turquoise: "#40e0d0",
    • +
    • violet: "#ee82ee",
    • +
    • wheat: "#f5deb3",
    • +
    • white: "#ffffff",
    • +
    • whitesmoke: "#f5f5f5",
    • +
    • yellow: "#ffff00",
    • +
    • yellowgreen: "#9acd32",
    • +
    +
    +
  • +
  • +

    mode: str: Mode to use for the image. Default is 'RGBA'.

    +
  • +
  • size: tuple: Size of the image in pixels (width, height). Default is (1, 1) for changing size afterwards.
  • +
  • fps: float, optional: Frames per second for the video clip.
  • +
  • duration: float, optional: Duration of the video clip in seconds.
  • +
+
+
Attributes:
+
+
    +
  • color: str | tuple[int, ...]: The color of the video clip.
  • +
  • mode: str: The mode of the video clip.
  • +
  • Other attributes are inherited from the Data2ImageClip class.
  • +
+
+
Methods:
+
+
+

set_size(self, size: tuple[int, int]):

+
+
+
+

Set the size of the video clip.

+
+
Parameters:
+
size: tuple[int, int]: New size of the video clip in pixels (width, height).
+
Example Usage:
+
color_clip.set_size((800, 600))
+
+
+
+
+
+
Example Usage:
+
+
# Create a red square video clip (500x500, 30 FPS, 5 seconds):
+red_square = ColorClip(color='red', size=(500, 500), fps=30, duration=5)
+
+# Create a blue fullscreen video clip (1920x1080, default FPS and duration):
+blue_fullscreen = ColorClip(color='blue', size=(1920, 1080))
+
+# Create a green transparent video clip (RGBA mode, 800x600):
+green_transparent = ColorClip(color=(0, 255, 0, 0), mode='RGBA', size=(800, 600))
+
+
+
+
+
+

TextClip

+
+
class vidiopy.TextClip(text: str, font_pth: None | str = None, font_size: int = 20, txt_color: str | tuple[int, ...] = (255, 255, 255, 0), bg_color: str | tuple[int, ...] = (0, 0, 0, 0), fps=None, duration=None)
+
+

Bases: #!py vidiopy.Data2ImageClip

+

A class representing a text clip to be used in video compositions.

+
+
Parameters:
+
+
    +
  • text (str): The text content to be displayed in the clip.
  • +
  • font_pth (None | str, optional): The file path to the TrueType font file (.ttf). If None, the default system font is used. Defaults to None.
  • +
  • font_size (int, optional): The font size for the text. Defaults to 20.
  • +
  • txt_color (str | tuple[int, ...], optional): The color of the text specified as either a string (e.g., 'white') or a tuple representing RGBA values. Defaults to (255, 255, 255, 0) (fully transparent white).
  • +
  • bg_color (str | tuple[int, ...], optional): The background color of the text clip, specified as either a string (e.g., 'black') or a tuple representing RGBA values. Defaults to (0, 0, 0, 0) (fully transparent black).
  • +
  • fps (float, optional): Frames per second of the video. If None, the value is inherited from the parent class. Defaults to None.
  • +
  • duration (float, optional): Duration of the video clip in seconds. If None, the value is inherited from the parent class. Defaults to None.
  • +
+
+
Attributes:
+
+
    +
  • font (PIL.ImageFont.FreeTypeFont): The font object used for rendering the text.
  • +
  • image (PIL.Image.Image): The image containing the rendered text.
  • +
  • fps (float): Frames per second of the video clip.
  • +
  • duration (float): Duration of the video clip in seconds.
  • +
  • Other attributes are inherited from the Data2ImageClip class.
  • +
+
+
Example Usage:
+
+
# Create a TextClip with custom text and styling
+text_clip = TextClip("Contribute to Vidiopy", font_size=30, txt_color='red', bg_color='blue', fps=24, duration=5.0)
+
+# Use the text clip in a video composition
+composition = CompositeVideoClip([other_clip, text_clip])
+composition.write_videofile("output.mp4", codec='libx264', fps=24)
+
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/video_clips/imagesequenceclip/index.html b/reference_manual/clips/video_clips/imagesequenceclip/index.html new file mode 100644 index 0000000..3ce496a --- /dev/null +++ b/reference_manual/clips/video_clips/imagesequenceclip/index.html @@ -0,0 +1,1044 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ImageSequenceClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

ImageSequenceClip

+
+

class vidiopy.VideoClip.ImageSequenceClip

+
+
+
+

Bases: vidiopy.VideoClip.VideoClip(sequence, fps=None, duration=None, audio=None)

+

A class used to represent a sequence of images as a video clip. This class extends the VideoClip class and provides additional functionality for handling sequences of images.

+
+
Attributes:
+
+
    +
  • +

    clip (tuple[Image.Image, ...]): The sequence of images as a tuple of PIL Images.

    +
  • +
  • +

    It inherits all the attributes from the VideoClip class.

    +
  • +
+
+
Parameters:
+
+
    +
  • sequence (str | Path | tuple[Image.Image, ...] | tuple[np.ndarray, ...] | tuple[str | Path, ...]): The sequence to import. It can be a tuple of PIL Images, paths to images, numpy arrays, or a path to a directory.
  • +
  • fps (int | float | None, optional): The frames per second of the image sequence clip. If not specified, it is calculated from the duration and the number of images in the sequence.
  • +
  • duration (int | float | None, optional): The duration of the image sequence clip in seconds. If not specified, it is calculated from the fps and the number of images in the sequence.
  • +
  • audio (optional): The audio of the image sequence clip. If not specified, the image sequence clip will have no audio.
  • +
+
+
Methods:
+
+
+

make_frame_array(t)

+
+
+
+

Generates a numpy array representation of a specific frame in the image sequence clip.

+

This method calculates the index of the frame for a specific time, retrieves the frame from the image sequence clip, and converts it to a numpy array.

+

Parameters: +- t (int | float): The time of the frame to convert.

+

Returns: +- np.ndarray: The numpy array representation of the frame.

+

Requires: +- duration or end to be set.

+
+
+
+

make_frame_pil(t)

+
+
+
+

Generates a PIL Image representation of a specific frame in the image sequence clip.

+

This method calculates the index of the frame for a specific time, retrieves the frame from the image sequence clip, and returns it as a PIL Image.

+

Parameters: +- t (int | float): The time of the frame to convert.

+

Returns: +- Image.Image: The PIL Image representation of the frame.

+

Raises: +- ValueError: If neither the duration nor the end of the image sequence clip is set.

+

Requires: +- duration or end to be set.

+
+
+
+

fl_frame_transform(func, *args, **kwargs)

+
+
+
+

Applies a function to each frame of the image sequence clip.

+

This method iterates over each frame in the image sequence clip, applies a function to it, and replaces the original frame with the result. The function is expected to take a PIL Image as its first argument and return a PIL Image.

+

Parameters: +- func (Callable[..., Image.Image]): The function to apply to each frame. It should take a PIL Image as its first argument and return a PIL Image. +- *args: Additional positional arguments to pass to the function. +- **kwargs: Additional keyword arguments to pass to the function.

+

Returns: +- ImageSequenceClip: The current instance of the ImageSequenceClip class.

+

Example: +

>>> image_sequence_clip = ImageSequenceClip()
+>>> image_sequence_clip.fl_frame_transform(lambda frame: frame.rotate(90))
+

+
+
+
+

fl_clip_transform(func, *args, **kwargs)

+
+
+
+

Applies a function to each frame of the image sequence clip along with its timestamp.

+

This method iterates over each frame in the image sequence clip, applies a function to it and its timestamp, and replaces the original frame with the result. The function is expected to take a PIL Image and a float as its first two arguments and return a PIL Image.

+

Parameters: +- func (Callable[..., Image.Image]): The function to apply to each frame. It should take a PIL Image and a float as its first two arguments and return a PIL Image. +- *args: Additional positional arguments to pass to the function. +- **kwargs: Additional keyword arguments to pass to the function.

+

Returns: +- ImageSequenceClip: The current instance of the ImageSequenceClip class.

+

Raises: +- ValueError: If the fps of the image sequence clip is not set.

+

Requires: +- fps to be set.

+

Example: +

>>> image_sequence_clip = ImageSequenceClip()
+>>> image_sequence_clip.fl_clip_transform(lambda frame, t: frame.rotate(90 * t))
+

+
+
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/video_clips/mixing_clips/index.html b/reference_manual/clips/video_clips/mixing_clips/index.html new file mode 100644 index 0000000..b79a7af --- /dev/null +++ b/reference_manual/clips/video_clips/mixing_clips/index.html @@ -0,0 +1,1014 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Mixing VideoClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

CompositeVideoCLip

+
+

def composite_videoclips(clips: Sequence[VideoClip], fps: int | float | None = None, bg_color: tuple[int, ...] = (0, 0, 0, 0), use_bg_clip: bool = False, audio: bool = True, audio_fps=44100)

+
+
+
+

Composites multiple video clips into a single video clip.

+

This function takes a sequence of video clips and composites them into a single video clip. The clips are layered on top of each other in the order they appear in the sequence. The background of the composite clip can be a solid color or the first clip in the sequence. The function also handles the positioning of each clip in the composite clip and the audio of the composite clip.

+
+
Args:
+
+
    +
  • clips: Sequence[VideoClip]: The sequence of video clips to composite.
  • +
  • fps (int | float | None, optional): The frames per second of the composite clip. If not specified, it is set to the maximum fps of the clips in the sequence or raises a ValueError if none of the clips have fps set.
  • +
  • bg_color (tuple[int, ...], optional): The background color of the composite clip as a tuple of integers representing RGBA values. Default is (0, 0, 0, 0) which is transparent.
  • +
  • use_bg_clip (bool, optional): Whether to use the first clip in the sequence as the background of the composite clip. Default is False.
  • +
  • audio (bool, optional): Whether to include audio in the composite clip. If True, the audio of the clips in the sequence is also composited. Default is True.
  • +
  • audio_fps (int, optional): The frames per second of the audio of the composite clip. Default is 44100.
  • +
+
+
Returns:
+
ImageSequenceClip: The composite video clip as an instance of the ImageSequenceClip class.
+
Raises:
+
+
    +
  • ValueError: If neither fps nor duration is set for any of the clips in the sequence.
  • +
  • ValueError: If the position of a clip in the composite clip is not specified correctly.
  • +
  • TypeError: If the position of a clip in the composite clip is not of the correct type.
  • +
+
+
Example:
+
>>> clip1 = VideoClip(...)
+>>> clip2 = VideoClip(...)
+>>> composite_clip = composite_videoclips([clip1, clip2], fps=24)
+
+
Note:
+
This function uses the `#!py ImageSequenceClip class to create the composite video clip and the composite_audioclips function to composite the audio of the clips.
+
+
+
+

ConcatenateVideoClips

+
+

def concatenate_videoclips(clips: Sequence[VideoClip], transparent: bool = False, fps: int | float | None = None, scaling_strategy: str = "scale_same", transition: ( VideoClip | Callable[[Image.Image, Image.Image, int | float], VideoClip] | None ) = None, audio: bool = True, audio_fps: int | None = None):

+
+
+
+

Concatenates multiple video clips into a single video clip.

+

This function takes a sequence of video clips and concatenates them into a single video clip. The clips are appended one after the other in the order they appear in the sequence. The function also handles the scaling of each clip in the concatenated clip and the audio of the concatenated clip.

+
+
Args:
+
+
    +
  • clips (Sequence[VideoClip]): The sequence of video clips to concatenate.
  • +
  • transparent (bool, optional): Whether to use a transparent background for the concatenated clip. Default is False.
  • +
  • fps (int | float | None, optional): The frames per second of the concatenated clip. If not specified, it is set to the maximum fps of the clips in the sequence or raises a ValueError if none of the clips have fps set.
  • +
  • scaling_strategy (bool | None, optional): The scaling strategy to use for the clips in the concatenated clip. If 'scale_up', the clips are scaled up to fit the size of the concatenated clip. If 'scale_down', the clips are scaled down to fit the size of the concatenated clip. If 'scale_same', the clips are not scaled. Default is 'scale_same'.
  • +
  • transition (VideoClip | Callable[[Image.Image, Image.Image, int | float], VideoClip] | None, optional): The transition to use between the clips in the concatenated clip. If a VideoClip, it is used as the transition. If a callable, it is called with the last frame of the previous clip, the first frame of the next clip, and the duration of the transition to generate the transition. If None, no transition is used. Default is None.
  • +
  • audio (bool, optional): Whether to include audio in the concatenated clip. If True, the audio of the clips in the sequence is also concatenated. Default is True.
  • +
  • audio_fps (int | None, optional): The frames per second of the audio of the concatenated clip. Default is None.
  • +
+
+
Returns:
+
ImageSequenceClip: The concatenated video clip as an instance of the ImageSequenceClip class.
+
+

Raises: + - ValueError: If neither fps nor duration is set for any of the clips in the sequence. + - ValueError: If the size of a clip in the concatenated clip is not specified correctly. + - TypeError: If the scaling strategy of a clip in the concatenated clip is not of the correct type.

+
+
Example:
+
>>> clip1 = VideoClip(...)
+>>> clip2 = ImageClip(...)
+>>> concatenated_clip = concatenate_videoclips([clip1, clip2], fps=24)
+
+
Note:
+
This function uses the ImageSequenceClip class to create the concatenated video clip and the concatenate_audioclips function to concatenate the audio of the clips.
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/video_clips/videoclip/index.html b/reference_manual/clips/video_clips/videoclip/index.html new file mode 100644 index 0000000..814c155 --- /dev/null +++ b/reference_manual/clips/video_clips/videoclip/index.html @@ -0,0 +1,1642 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + VideoClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

VideoClip

+
+

class vidiopy.VideoClip.VideoClip

+
+
+
+

Base: vidiopy.Clip.Clip

+

A VideoClip is a Base Class for all Video And Image clips (VideoFileClip, ImageClip and ImageSequenceClip)

+

See VideoFileClip, ImageClip etc. for more user-friendly classes.

+
+
Attributes:
+
+
+

_st: float | int

+
+
+
The start time of the clip (in seconds).
+
+
+

_ed: float | int | None

+
+
+
The end time of the clip (in seconds).
+
+
+

_dur: float | int | None

+
+
+
+

The Duration of the clip (in seconds).

+
+Warning: Not Real Duration +

It Many not equal to video.end - video.start. +It is the Original Duration In which Video Is imported or any thing else.

+
+
+
+
+

fps: float | int | None

+
+
+
The FPS(Frame per Second) of the Video.
+
+
+

size: tuple[int, int]

+
+
+
The size of the clip, (width,height), in pixels.
+
+
+

audio: AudioClip | None

+
+
+
Audio in the Video.
+
+
+

pos: Callable[[float | int], tuple[int | str | float, int | str | float]]

+
+
+
A function t->(x,y) where x,y is the position of the clip when it is composed with other clips. See VideoClip.set_pos for more details.
+
+
+

relative_pos: bool

+
+
+
A Bool Which Determine whether the pos will output a relative position or in pixel.
+
+
+
Properties:
+
+
+

start: float | int

+
+
+
The start time of the clip (in seconds).
+
+
+

end: float | int | None

+
+
+
The end time of the clip (in seconds).
+
+
+

duration: float | int | None

+
+
+
+

The Duration of the clip (in seconds).

+
+Warning: Not Real Duration +

It Many not equal to video.end - video.start. +It is the Original Duration In which Video Is imported or any thing else.

+
+
+
+
+

width | w: int

+
+
+
The width of the clip, in pixels.
+
+
+

height | h: int

+
+
+
The height of the clip, in pixels.
+
+
+

aspect_ratio: Fraction

+
+
+
The aspect ratio of the clip, (width / height).
+
+
+
methods:
+
+
+

set_start(self, value: int | float) -> VideoClip

+
+
+
+

The set_start method is used to set the start time of the video clip. +It Changes _st attribute of the VideoClip.

+
+
Args:
+
value: int | float: The start time of the video clip.
+
Returns:
+
VideoClip: The instance of the VideoClip after setting the start time.
+
+
+
+
+

set_end(self, value: int | float) -> VideoClip

+
+
+
+

The set_end method is used to set the end time of the video clip. +It Changes _ed attribute of the VideoClip.

+
+
Args:
+
value: int | float: The end time of the video clip.
+
Returns:
+
VideoClip: The instance of the VideoClip after setting the end time.
+
+
+
+
+

set_duration(self, value: int | float) -> VideoClip

+
+
+
+

Setter for the duration of the video clip. +it raises a ValueError since duration is not allowed to be set. +but you can change the duration using clip._dur = value or the _set_duration method.

+
+
Args:
+
dur: int | float: The duration to set for the video clip.
+
Returns:
+
NoReturn: Raises a ValueError since duration is not allowed to be set.
+
Raises:
+
ValueError: If an attempt is made to set the duration, a ValueError is raised.
+
+
+
+
+

_set_duration(self, value: int | float) -> VideoClip

+
+
+
+

Private method to set the duration of the video clip. +It Changes _dur attribute of the VideoClip.

+
+
Args:
+
value: int | float: The duration to set for the video clip.
+
Returns:
+
VideoClip: The instance of the VideoClip after setting the duration.
+
+
+
+
+

set_position(self, pos: (tuple[int | float | str, int | float | str] | list[int | float | str] | Callable[[float | int], tuple[int | float | str, int | float | str]]), relative=False) -> Self:

+
+
+
+

Sets the position of the video clip. +This is useful for the concatenate method, where the position of the video clip is used to set it on other clip. +This method allows the position of the video clip to be set either as a fixed tuple of coordinates, or as a function that returns a tuple of coordinates at each time. The position can be set as absolute or relative to the size of the clip using the relative.

+
+
Note:
+
+
    +
  • It Should Be the coordinates of the Video on the top left corner.
  • +
  • If relative is True, the position should be between the 0.0 & 1.0.
  • +
  • If relative is False, the position should be between the 0 & width or height of the video.
  • +
+
+
Parameters:
+
+
+
pos: tuple | Callable: The position to set for the video clip. This can be either:
+
+
    +
  • a tuple of two integers or floats, representing the x and y coordinates of the position, or
  • +
  • a callable that takes a single float or integer argument (representing the time) and returns a tuple of two integers or floats, representing the x and y coordinates of the position.
  • +
+
+
+relative (bool, optional): Whether the position is relative to the size of the clip. If True, the position is interpreted as a fraction of the clip's width and height. Defaults to False.
+
Raises:
+
TypeError: If pos is not a tuple or a callable.
+
Returns:
+
self: Returns the instance of the class.
+
+
+
+
+

set_audio(self, audio: AudioClip | None) -> Self:

+
+
+
+

Sets the audio for the video clip.

+

This method assigns the provided audio clip to the video clip. If the audio clip is not None, +it also sets the start and end times of the audio clip to match the video clip's start and end times.

+
+
Parameters:
+
audio: AudioClip | None: The audio clip to be set to the video clip. If None, no audio is set.
+
Returns:
+
Self: Returns the instance of the class with updated audio clip.
+
+
+
+
+

without_audio(self) -> Self:

+
+
+
+

Removes the audio from the current VideoClip instance.

+

This method sets the 'audio' attribute of the VideoClip instance to None, effectively removing any audio that the clip might have.

+
+
Returns:
+
VideoClip: The same instance of the VideoClip but without any audio. This allows for method chaining.
+
Example:
+
>>> clip = VideoClip(...)
+>>> clip_without_audio = clip.without_audio()
+
+
Note:
+
This method modifies the VideoClip instance in-place. If you want to keep the original clip with audio, consider making a copy before calling this method.
+
+
+
+
+

set_fps(self, fps: int | float) -> Self:

+
+
+
+

Set the frames per second (fps) for the video clip.

+

This method allows you to set the fps for the video clip. The fps value +determines how many frames are shown per second during playback. A higher +fps value results in smoother video playback.

+
+
Parameters:
+
fps: int | float: The frames per second value to set. This can be an integer +or a float. For example, a value of 24 would mean 24 frames are shown per second.
+
Raises:
+
TypeError: If the provided fps value is not an integer or a float.
+
Returns:
+
Self: Returns the instance of the class, allowing for method chaining.
+
Example:
+
>>> clip = VideoClip()
+>>> clip.set_fps(24)
+
+
+
+
+
+

make_frame_array(self, t) -> np.ndarray:

+
+
+
+

Generate a frame at time t as a NumPy array.

+

This method is intended to be overridden in subclasses. It should return +a NumPy array representing the frame at the given time.

+
+
Parameters:
+
t: float: The time at which to generate the frame.
+
Raises:
+
NotImplementedError: If the method is not overridden in a subclass.
+
Returns:
+
np.ndarray: A NumPy array representing the frame at time t.
+
Example:
+
>>> clip = VideoClipSubclass()
+>>> frame = clip.make_frame_array(0.5)
+
+
+
+
+
+

make_frame_pil(self, t) -> np.ndarray:

+
+
+
+

Generate a frame at time t as a NumPy array.

+

This method is intended to be overridden in subclasses. It should return +a PIL representing the frame at the given time.

+
+
Parameters:
+
t: float: The time at which to generate the frame.
+
Raises:
+
NotImplementedError: If the method is not overridden in a subclass.
+
Returns:
+
np.ndarray: A NumPy array representing the frame at time t.
+
Example:
+
>>> clip = VideoClipSubclass()
+>>> frame = clip.make_frame_pil(0.5)
+
+
+
+
+
+

get_frame(self, t: int | float, is_pil=None) -> np.ndarray | Image.Image:

+
+
+
+

Get a frame at time t.

+

This method returns a frame at the given time t. The frame can be returned +as a NumPy array or a PIL Image, depending on the value of is_pil.

+
+
Parameters:
+
t: int | float: The time at which to get the frame. +is_pil (bool, optional): If True, the frame is returned as a PIL Image. If False or None, the frame is returned as a NumPy array. Defaults to None.
+
Raises:
+
ValueError: If is_pil is not True, False, or None.
+
Returns:
+
np.ndarray | Image.Image: The frame at time t as a NumPy array or a PIL Image.
+
Example:
+
>>> clip = VideoClip()
+>>> frame_array = clip.get_frame(0.5)
+>>> frame_pil = clip.get_frame(0.5, is_pil=True)
+
+
+
+
+
+

iterate_frames_pil_t(self, fps: int | float) -> Generator[Image.Image, Any, None]:

+
+
+
+

Iterate over frames as PIL Images at a given frames per second (fps).

+

This method generates frames at a given fps as PIL Images. The frames are +generated from the start of the clip to the end or duration, whichever is set.

+
+
Parameters:
+
fps: int | float: The frames per second at which to generate frames.
+
Raises:
+
ValueError: If neither end nor duration is set.
+
Yields:
+
Image.Image: The next frame as a PIL Image.
+
Example:
+
>>> clip = VideoClip()
+>>> for frame in clip.iterate_frames_pil_t(24):
+...     # Do something with frame
+
+
+
+
+
+

iterate_frames_array_t(self, fps: int | float) -> Generator[np.ndarray, Any, None]:

+
+
+
+

Iterate over frames as NumPy arrays at a given frames per second (fps).

+

This method generates frames at a given fps as NumPy arrays. The frames are +generated from the start of the clip to the end or duration, whichever is set.

+
+
Parameters:
+
fps: int | float: The frames per second at which to generate frames.
+
Raises:
+
ValueError: If neither end nor duration is set.
+
Yields:
+
np.ndarray: The next frame as a NumPy array.
+
Example:
+
>>> clip = VideoClip()
+>>> for frame in clip.iterate_frames_array_t(24):
+...     # Do something with frame
+
+
+
+
+
+

sub_clip_copy(self, t_start: int | float | None = None, t_end: int | float | None = None) -> Self:

+
+
+
+

Returns a subclip of the clip.copy, starting at time t_start (in seconds).

+
+
Parameters:
+
t_start: int | float | None, optional: The start time of the subclip in seconds. Defaults to None.
+
t_end: int | float | None, optional: The end time of the subclip in seconds. Defaults to None.
+
Returns:
+
Self: The subclip of the clip.
+
Raises:
+
NotImplementedError: If the method is not overridden in a subclass.
+
Example:
+
>>> clip = VideoClip()
+>>> subclip = clip.sub_clip_copy(t_start=1.5, t_end=3.5)
+
+
+
+
+
+

sub_clip(self, t_start: int | float | None = None, t_end: int | float | None = None) -> Self:

+
+
+
+

Returns a subclip of the clip, starting at time t_start and ending at time t_end.

+
+
Parameters:
+
t_start: int | float | None, optional: The start time of the subclip in seconds. Defaults to None.
+
t_end: int | float | None, optional: The end time of the subclip in seconds. Defaults to None.
+
Returns:
+
Self: The subclip of the clip.
+
Raises:
+
NotImplementedError: If the method is not overridden in a subclass.
+
Example:
+
>>> clip = VideoClip()
+>>> subclip = clip.sub_clip(t_start=1.5, t_end=3.5)
+
+
+
+
+
+

fl_frame_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

Apply a frame transformation function to each frame of the video clip.

+

This method calls the provided function func on each frame of the clip and applies the transformation. +The transformed frames are then stored in a list and assigned back to the clip.

+
+
Parameters:
+
func: The frame transformation function to be applied.
+
*args: Additional positional arguments to be passed to the transformation function.
+
**kwargs: Additional keyword arguments to be passed to the transformation function.
+
Returns:
+
Self: The modified video clip object.
+
Example:
+
>>> def grayscale(frame):
+>>>     # Convert frame to grayscale
+>>>     return cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
+>>>
+>>> clip = VideoClip()
+>>> clip.fl_frame_transform(grayscale)
+
+
Note:
+
This method is meant to be overridden in the subclass. If not overridden, it raises a NotImplementedError.
+
The transformation function func should accept a single frame as the first argument and return the transformed frame.
+
+
+
+
+

fl_time_transform(self, func_t: Callable[[int | float], int | float]) -> Self:

+
+
+
+

Apply a time transformation function to the clip.

+

This method modifies the make_frame_array and make_frame_pil methods +to apply a time transformation function func_t to the time t before +generating the frame. This can be used to speed up, slow down, or reverse +the clip, among other things.

+

If the clip has audio, the same time transformation is applied to the audio.

+
+
Parameters:
+
func_t (Callable[[int | float], int | float]): The time transformation function to apply. This function should take a time t and return a new time.
+
Returns:
+
Self: Returns the instance of the class, allowing for method chaining.
+
Example:
+
>>> clip = VideoClip()
+>>> clip.fl_time_transform(lambda t: 2*t)  # Speed up the clip by a factor of 2
+
+
+
+
+
+

fx(self, func: Callable[..., Self], *args, **kwargs) -> Self:

+
+
+
+

Apply an effect function to the clip.

+

This method applies an effect function func to the clip. The effect function +should take the clip as its first argument, followed by any number of positional +and keyword arguments.

+

The effect function should return a new clip, which is then returned by this method.

+
+
Parameters:
+
func (Callable[..., Self]): The effect function to apply. This function should take the clip as its first argument, followed by any number of positional and keyword arguments.
+
*args: Positional arguments to pass to the effect function.
+
**kwargs: Keyword arguments to pass to the effect function.
+
Returns:
+
Self: The new clip returned by the effect function.
+
Example:
+
>>> clip = VideoClip()
+>>> clip.fx(effect_function, arg1, arg2, kwarg1=value1)
+
+
+
+
+
+

sub_fx(self, func: Callable[..., Self], *args, start_t: int | float | None = None, end_t: int | float | None = None, **kwargs) -> Self:

+
+
+
+

Apply an effect function to a subclip of the clip.

+

This method creates a subclip from start_t to end_t, applies an effect +function func to the subclip, and returns the modified subclip.

+

The effect function should take the clip as its first argument, followed by +any number of positional and keyword arguments.

+
+
Parameters:
+
func (Callable[..., Self]): The effect function to apply. This function should take the clip as its first argument, followed by any number of positional and keyword arguments.
+
*args: Positional arguments to pass to the effect function.
+
start_t (int | float | None, optional): The start time of the subclip. If None, the start of the clip is used. Defaults to None.
+
end_t (int | float | None, optional): The end time of the subclip. If None, the end of the clip is used. Defaults to None.
+
**kwargs: Keyword arguments to pass to the effect function.
+
Returns:
+
Self: The modified subclip.
+
Example:
+
>>> clip = VideoClip()
+>>> subclip = clip.sub_fx(effect_function, arg1, arg2, start_t=1, end_t=2, kwarg1=value1)
+
+
+
+
+
+

_sync_audio_video_s_e_d(self) -> Self:

+
+
+
+

Synchronizes the audio and video start, end, and duration attributes.

+

This method is used to ensure that the audio and video parts of a clip are in sync. +It sets the start, end, and original duration of the audio to match the video.

+
+
Returns:
+
Self: Returns the instance of the class with updated audio attributes.
+
Raises:
+
None
+
Example:
+
>>> video_clip = VideoClip()
+>>> video_clip._sync_audio_video_s_e_d()
+
+
Note:
+
This is an internal method, typically not meant to be used directly by the user.
+
+
+
+
+

write_videofile(self, filename, fps=None, codec=None, bitrate=None, audio=True, audio_fps=44100, preset="medium", pixel_format=None, audio_codec=None, audio_bitrate=None, threads=None, ffmpeg_params: dict[str, str] | None = None, logger="bar", over_write_output=True) -> Self:

+
+
+
+

Writes the video clip to a file.

+

This method generates video frames, processes them, and writes them to a file. +If audio is present in the clip, it is also written to the file.

+
+
Args:
+
filename (str): The name of the file to write.
+
fps (int, optional): The frames per second to use for the output video. If not provided, the fps of the video clip is used.
+
codec (str, optional): The codec to use for the output video.
+
bitrate (str, optional): The bitrate to use for the output video.
+
audio (bool, optional): Whether to include audio in the output video. Defaults to True.
+
audio_fps (int, optional): The frames per second to use for the audio. Defaults to 44100.
+
preset (str, optional): The preset to use for the output video. Defaults to "medium".
+
pixel_format (str, optional): The pixel format to use for the output video.
+
audio_codec (str, optional): The codec to use for the audio.
+
audio_bitrate (str, optional): The bitrate to use for the audio.
+
threads (int, optional): The number of threads to use for writing the video file.
+
ffmpeg_params (dict[str, str] | None, optional): Additional parameters to pass to ffmpeg.
+
logger (str, optional): The logger to use. Defaults to "bar".
+
over_write_output (bool, optional): Whether to overwrite the output file if it already exists. Defaults to True.
+
Returns:
+
Self: Returns the instance of the class.
+
Raises:
+
Exception: If fps is not provided and not set in the video clip.
+
Example:
+
>>> video_clip = VideoClip()
+>>> video_clip.write_videofile("output.mp4")
+
+
Note:
+
This method uses ffmpeg to write the video file.
+
+
+
+
+

write_videofile_subclip(self, filename, start_t: int | float | None = None, end_t: int | float | None = None, fps=None, codec=None, bitrate=None, audio=True, audio_fps=44100, preset="medium", pixel_format=None, audio_codec=None, audio_bitrate=None, write_logfile=False, verbose=True, threads=None, ffmpeg_params: dict[str, str] | None = None, logger="bar", over_write_output=True) -> Self:

+
+
+
+

Writes a subclip of the video clip to a file.

+

This method generates video frames for a specific part of the video (subclip), processes them, and writes them to a file. +If audio is present in the clip, it is also written to the file.

+
+
Args:
+
filename (str): The name of the file to write.
+
start_t (int | float | None, optional): The start time of the subclip. If not provided, the start of the video is used.
+
end_t (int | float | None, optional): The end time of the subclip. If not provided, the end of the video is used.
+
fps (int, optional): The frames per second to use for the output video. If not provided, the fps of the video clip is used.
+
codec (str, optional): The codec to use for the output video.
+
bitrate (str, optional): The bitrate to use for the output video.
+
audio (bool, optional): Whether to include audio in the output video. Defaults to True.
+
audio_fps (int, optional): The frames per second to use for the audio. Defaults to 44100.
+
preset (str, optional): The preset to use for the output video. Defaults to "medium".
+
pixel_format (str, optional): The pixel format to use for the output video.
+
audio_codec (str, optional): The codec to use for the audio.
+
audio_bitrate (str, optional): The bitrate to use for the audio.
+
write_logfile (bool, optional): Whether to write a logfile. Defaults to False.
+
verbose (bool, optional): Whether to print verbose output. Defaults to True.
+
threads (int, optional): The number of threads to use for writing the video file.
+
ffmpeg_params (dict[str, str] | None, optional): Additional parameters to pass to ffmpeg.
+
logger (str, optional): The logger to use. Defaults to "bar".
+
over_write_output (bool, optional): Whether to overwrite the output file if it already exists. Defaults to True.
+
Returns:
+
Self: Returns the instance of the class.
+
Raises:
+
Exception: If fps is not provided and not set in the video clip.
+
Example:
+
>>> video_clip = VideoClip()
+>>> video_clip.write_videofile_subclip("output.mp4", start_t=10, end_t=20)
+
+
Note:
+
This method uses ffmpeg to write the video file.
+
+
+
+
+

write_image_sequence(self, nformat: str, fps: int | float | None = None, dir=".") -> Self:

+
+
+
+

Writes the frames of the video clip as an image sequence.

+

This method generates video frames, processes them, and writes them as images to a directory. +The images are named by their frame number and the provided format.

+
+
Args:
+
nformat (str): The format to use for the output images.
+
fps (int | float | None, optional): The frames per second to use for the output images. If not provided, the fps of the video clip is used.
+
dir (str, optional): The directory to write the images to. Defaults to the current directory.
+
Returns:
+
Self: Returns the instance of the class.
+
Raises:
+
ValueError: If fps is not provided and fps and duration are not set in the video clip.
+
Example:
+
>>> video_clip = VideoClip()
+>>> video_clip.write_image_sequence("png", fps=24, dir="frames")
+
+
Note:
+
This method uses ffmpeg to write the images.
+
+
+
+
+

save_frame(self, t: int | float, filename: str) -> Self:

+
+
+
+

Saves a specific frame of the video clip as an image.

+

This method generates a video frame for a specific time, processes it, and writes it as an image to a file.

+
+
Args:
+
t (int | float): The time of the frame to save.
+
filename (str): The name of the file to write.
+
Returns:
+
Self: Returns the instance of the class.
+
Example:
+
>>> video_clip = VideoClip()
+>>> video_clip.save_frame(10, "frame10.png")
+
+
Note:
+
This method uses ffmpeg to write the image.
+
+
+
+
+

to_ImageClip(self, t: int | float):

+
+
+
+

Converts a specific frame of the video clip to an ImageClip.

+

This method generates a video frame for a specific time, processes it, and converts it to an ImageClip.

+
+
Args:
+
t (int | float): The time of the frame to convert.
+
Returns:
+
Data2ImageClip: The converted ImageClip.
+
Raises:
+
None
+
Example:
+
>>> video_clip = VideoClip()
+>>> image_clip = video_clip.to_ImageClip(10)
+
+
Note:
+
This method uses ffmpeg to generate the frame and then converts it to an ImageClip.
+
+
+
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/clips/video_clips/videofileclip/index.html b/reference_manual/clips/video_clips/videofileclip/index.html new file mode 100644 index 0000000..1777f3a --- /dev/null +++ b/reference_manual/clips/video_clips/videofileclip/index.html @@ -0,0 +1,1163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + VideoFileClip - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

VideoFileClip

+
+

class vidiopy.VideoFileClip(filename: str, audio: bool = True, ffmpeg_options: dict | None = None)

+
+
+
+

Bases: vidiopy.VideoClip

+

All Methods and properties of the VideoClip class are available.

+

A video clip originating from a Video file.

+
+
Parameters:
+
+
+

filename: str

+
+
+
The name of the video file, as a string or a path-like object. It can have any extension supported by ffmpeg.
+All Sported extensions +
    +
  • .mp4
  • +
  • .avi
  • +
  • .mov
  • +
  • .mkv
  • +
  • .webm
  • +
  • .flv
  • +
  • .wmv
  • +
  • .3gp
  • +
  • .ogg
  • +
  • .ogv
  • +
  • .mts
  • +
  • .m2ts
  • +
  • .ts
  • +
  • .vob
  • +
  • .mpg
  • +
  • .mpeg
  • +
  • .m2v
  • +
  • .m4v
  • +
  • .mxf
  • +
  • .dv
  • +
  • .f4v
  • +
  • .gif
  • +
  • .mp3
  • +
  • .wav
  • +
  • .flac
  • +
  • .ogg
  • +
  • .m4a
  • +
  • .wma
  • +
  • .aac
  • +
  • .ac3
  • +
  • .alac
  • +
  • .aiff
  • +
  • .amr
  • +
  • .au
  • +
  • .mka
  • +
  • .mp2
  • +
  • .mpa
  • +
  • .opus
  • +
  • .ra
  • +
  • .tta
  • +
  • .wv
  • +
  • .weba
  • +
  • .webm
  • +
  • .webvtt
  • +
  • .srt +ETC.
  • +
+
+
+
+
+

audio: bool Default: True

+
+
+
Set to False if the clip doesn’t have any audio or if you do not wish to read the audio.
+
+
+

ffmpeg_options: dict | None Default: None

+
+
+
A dictionary of options to be passed to ffmpeg when generating the clip’s audio. If None, the default options will be used. If you want to pass options to the video part of the clip, you will have to use the vidiopy.VideoFileClip.set_make_frame method.
+
+
+
Attributes:
+
+
+

clip:

+
+
+
The Numpy array of the clip’s video frames.
+
+
+
+
+

Read docs for Clip() and VideoClip() for other, more generic, attributes.

+
+
+
Methods:
+
+
+

fl_frame_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

Applies a function to each frame of the video clip.

+

This method iterates over each frame in the video clip, applies a function to it, and replaces the original frame with the result.

+
+
Args:
+
func (callable): The function to apply to each frame. It should take an Image as its first argument, and return an Image.
+
*args: Additional positional arguments to pass to func.
+
**kwargs: Additional keyword arguments to pass to func.
+
Returns:
+
Self: Returns the instance of the class with updated frames.
+
Raises:
+
None
+
Example:
+
>>> video_clip = VideoClip()
+>>> def invert_colors(image):
+...     return ImageOps.invert(image)
+>>> video_clip.fl_frame_transform(invert_colors)
+
+
Note:
+
This method requires the start and end of the video clip to be set.
+
+
+
+
+

fl_clip_transform(self, func, *args, **kwargs) -> Self:

+
+
+
+

Applies a function to each frame of the video clip along with its timestamp.

+

This method iterates over each frame in the video clip, applies a function to it and its timestamp, and replaces the original frame with the result.

+
+
Args:
+
func (callable): The function to apply to each frame. It should take an Image and a float (representing the timestamp) as its first two arguments, and return an Image.
+
*args: Additional positional arguments to pass to func.
+
**kwargs: Additional keyword arguments to pass to func.
+
Returns:
+
Self: Returns the instance of the class with updated frames.
+
Raises:
+
None
+
Example:
+
>>> video_clip = VideoClip()
+>>> def add_timestamp(image, timestamp):
+...     draw = ImageDraw.Draw(image)
+...     draw.text((10, 10), str(timestamp), fill="white")
+...     return image
+>>> video_clip.fl_clip_transform(add_timestamp)
+
+
Note:
+
This method requires the fps of the video clip to be set.
+
+
+
+
+

make_frame_array(self, t: int | float) -> np.ndarray:

+
+
+
+

Generates a numpy array representation of a specific frame in the video clip.

+

This method calculates the index of the frame for a specific time, retrieves the frame from the video clip, and converts it to a numpy array.

+
+
Args:
+
t (int | float): The time of the frame to convert.
+
Returns:
+
np.ndarray: The numpy array representation of the frame.
+
Raises:
+
ValueError: If the duration of the video clip is not set.
+
Example:
+
>>> video_clip = VideoClip()
+>>> frame_array = video_clip.make_frame_array(10)
+
+
Note:
+
This method requires the duration of the video clip to be set.
+
+
+
+
+

make_frame_pil(self, t: int | float) -> Image.Image:

+
+
+
+

Generates a PIL Image representation of a specific frame in the video clip.

+

This method calculates the index of the frame for a specific time, retrieves the frame from the video clip, and returns it as a PIL Image.

+
+
Args:
+
t (int | float): The time of the frame to convert.
+
Returns:
+
Image.Image: The PIL Image representation of the frame.
+
Raises:
+
ValueError: If the duration of the video clip is not set.
+
Example:
+
>>> video_clip = VideoClip()
+>>> frame_image = video_clip.make_frame_pil(10)
+
+
Note:
+
This method requires the duration of the video clip to be set.
+
+
+
+
+

_import_video_clip(self, file_name: str, ffmpeg_options: dict | None = None) -> tuple:

+
+
+
+

Imports a video clip from a file using ffmpeg.

+

This method reads a video file using ffmpeg, converts each frame to a PIL Image, and returns a tuple of the images and the fps of the video.

+
+
Args:
+
file_name (str): The name of the video file to import.
+
ffmpeg_options (dict | None, optional): Additional options to pass to ffmpeg. Defaults to None.
+
Returns:
+
tuple: A tuple of the frames as PIL Images and the fps of the video.
+
Raises:
+
None
+
Example:
+
>>> video_clip = VideoClip()
+>>> frames, fps = video_clip._import_video_clip("video.mp4")
+
+
Note:
+
This method uses ffmpeg to read the video file. It is a private method and not intended for external use.
+
+
+
+
+
+
+
+ + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/reference_manual/reference_manual/index.html b/reference_manual/reference_manual/index.html new file mode 100644 index 0000000..a95abdd --- /dev/null +++ b/reference_manual/reference_manual/index.html @@ -0,0 +1,841 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reference Manual - VidioPy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

Reference Manual

+ + + + + + + + + + + + + +

Comments

+ + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/search/search_index.json b/search/search_index.json new file mode 100644 index 0000000..86c2590 --- /dev/null +++ b/search/search_index.json @@ -0,0 +1 @@ +{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"VidioPy","text":"

VidioPy is a Python library for video processing. It provides a simple API for common video processing tasks such as reading and writing video files, transforming video clips, performing basic operations like cuts, concatenations, and title insertions. It also supports video compositing (a.k.a. non-linear editing), advanced video effects, and video processing.

"},{"location":"#overview","title":"Overview","text":"

1.Download & Install

1.Getting Started

1.Reference Manual

"},{"location":"#contributing","title":"Contributing","text":"

VidioPy is an open source project originally developed by Soham & released under the MIT license. It is currently maintained by Soham. The code is hosted on Github, where you can push improvements, report bugs and ask for help. We welcome all kinds of contributions, from code to documentation, to bug reports. Please read the contribution guidelines first.

"},{"location":"getting_started/basic_concepts/","title":"Basic Concepts","text":"

VidioPY primarily works with two types of clips: VideoClip and AudioClip. Both are derived from the Clip base class and can be manipulated in various ways such as cutting, slowing down, darkening, or mixing with other clips to create new ones. These clips can then be exported to various file formats such as MP4, GIF, MP3, etc.

flowchart TB\n    Clip[Clip]\n    Clip -->|inherits| VideoClip[VideoClip]\n    Clip -->|inherits| AudioClip[AudioClip]\n    VideoClip -->|inherits| ImageClip[ImageClip]\n    VideoClip -->|inherits| VideoFileClip[VideoFileClip]\n    VideoClip -->|inherits| ImageSequenceClip[ImageSequenceClip]\n    ImageClip -->|inherits| Data2ImageClip[Data2ImageClip]\n    Data2ImageClip -->|inherits| TextClip[TextClip]\n    Data2ImageClip -->|inherits| ColorClip[ColorClip]\n    AudioClip -->|inherits| SilenceClip[SilenceClip]\n    SilenceClip -->|inherits| AudioFileClip[AudioFileClip]\n    AudioClip -->|inherits| AudioArrayClip[AudioArrayClip]

VideoClip instances can be created from a video file, an image, a text, or a custom animation, and can include an audio track, which is an AudioClip.

VidioPY provides numerous effects that can be applied to a clip (e.g., clip.resize(width=\"360\"), clip.subclip(t1,t2), or clip.fx(vidiopy.brightness, 1.5)). Additionally, VidioPY implements several functions (like clip.fl_frame_transform, clip.fl_clip_transform, clip.fl_time_transform, clip.fx, etc.) that make it easy to create custom effects.

"},{"location":"getting_started/basic_concepts/#videoclip","title":"VideoClip","text":""},{"location":"getting_started/basic_concepts/#creating-a-videoclip","title":"Creating a VideoClip","text":"

A VideoClip can be created in several ways. The most common method is to load a video file using VideoFileClip:

from vidiopy import VideoFileClip\nclip = VideoFileClip(\"path/to/video.mp4\")\n

A VideoClip can also be created from an image:

from vidiopy import ImageClip\nclip = ImageClip(\"path/to/image.png\")\n
"},{"location":"getting_started/basic_concepts/#modifying-a-videoclip","title":"Modifying a VideoClip","text":"

A VideoClip has several attributes such as fps, duration, size, audio, start, end, etc. These can be modified using the corresponding set methods:

clip = clip.set_duration(10) # Not Allowed for the VideoClips only for the ImageClips\nclip = clip.set_fps(24) # Should be int or float\nclip = clip.set_start(5) # Use Full for the Compositing & Concatenating Video Clip. More in the Mixing clips Section\nclip = clip.set_end(15) # Use Full for the Compositing & Concatenating Video Clip. More in the Mixing clips Section\naudio = AudioClip(\"path/to/audio.mp3\")\nclip = clip.set_audio(audio) # Set the audio of the clip. use full for the ImageClips.\n...\n
"},{"location":"getting_started/basic_concepts/#applying-effects-to-a-videoclip","title":"Applying Effects to a VideoClip","text":"

Various effects can be applied to a VideoClip, including resize, crop, subclip, fx, etc.:

clip = resize(clip, width=360) # Resize the clip to the given width\nclip = crop(clip, x1=10, y1=10, x2=100, y2=100) # Crop the clip to the given dimensions\nclip = clip.subclip(t1=5, t2=10) # Cut the clip to the given duration\nclip = clip.fx(vidiopy.brightness, 1.5) # Apply the brightness effect to the clip\n...\n
"},{"location":"getting_started/basic_concepts/#exporting-a-videoclip","title":"Exporting a VideoClip","text":"

A VideoClip can be exported to a file using the write_videofile method:

clip.write_videofile(\"path/to/output/video.mp4\") # Write the clip to a file\nclip.write_videofile_subclip(\"path/to/output/video.mp4\", start_t=5, end_t=10) # Write the subclip to a file\nclip.write_image_sequence(nformat=\".png\", dir=\"images\") # Write the clip to a file as an image sequence\nclip.save_frame(\"path/to/output/frame.png\", t=5) # Save the frame of the clip to a file\n
"},{"location":"getting_started/basic_concepts/#imageclip","title":"ImageClip","text":""},{"location":"getting_started/basic_concepts/#creating-an-imageclip","title":"Creating an ImageClip","text":"

An ImageClip can be created by loading an image file using ImageClip or by creating a new image using Image.new or a numpy array:

from vidiopy import ImageClip\nfrom PIL import Image\nimport numpy as np\nclip = ImageClip(\"path/to/image.png\", fps=24, duration=10) # Create an image clip from a file\nclip2 = ImageClip(Image.new(\"RGB\", (720, 480), (0, 0, 0)), fps=24, duration=10) # Create an image clip from a PIL image\nclip3 = ImageClip(np.zeros((480, 720, 3), dtype=np.uint8), fps=24, duration=10) # Create an image clip from a numpy array\n
"},{"location":"getting_started/basic_concepts/#applying-effects-to-a-imageclip","title":"applying Effects to a ImageClip","text":"

All Effects that can be applied to the VideoClip can be applied to the ImageClip but it is bit different. Some effects you can apply directly to the ImageClip like the Video Clip but Some Cant Directly for that you have to convert the ImageClip to the VideoClip and then apply the effect:

from vidiopy import ImageClip\nclip = ImageClip(\"path/to/image.png\", fps=24, duration=10) # Create an image clip from a file\nclip = clip.resize(width=360) # Resize the clip to the given width\nclip = clip.to_video_clip() # Convert the ImageClip to the VideoClip\nclip = clip.fx(accel_decel, 0.5) # Apply the accel_decel effect to the clip\n
"},{"location":"getting_started/basic_concepts/#audioclip","title":"AudioClip","text":""},{"location":"getting_started/basic_concepts/#creating-an-audioclip","title":"Creating an AudioClip","text":"

An AudioClip can be created by loading an audio file using AudioFileClip or SilenceClip:

from vidiopy import AudioFileClip\nclip = AudioFileClip(\"path/to/audio.mp3\") # Create an audio clip from a file Also accept video file it will extract the audio from the video file\nclip = SilenceClip(duration=10) # Create a silent audio clip\n
"},{"location":"getting_started/basic_concepts/#modifying-an-audioclip","title":"Modifying an AudioClip","text":"

An AudioClip has several attributes such as audio_data, fps, start, end, etc. These can be modified using the corresponding set methods:

clip.fps = 24 # Set the fps of the clip\nclip.start = 5 # Set the start time of the clip\nclip.end = 15 # Set the end time of the clip\nclip.audio_data = audio_data # Set the audio data of the clip\n...\n
"},{"location":"getting_started/basic_concepts/#applying-effects-to-an-audioclip","title":"Applying Effects to an AudioClip","text":"

An AudioClip has several attributes such as audio_data, fps, start, end, etc. These can be modified using the corresponding set methods:

clip = clip.sub_clip(start=5, end=10) # Cut the clip to the given duration\nclip = audio_normalize(clip) # Apply the normalize effect to the clip\n...\n
"},{"location":"getting_started/basic_concepts/#exporting-an-audioclip","title":"Exporting an AudioClip","text":"

An AudioClip can be exported to a file using the write_audiofile method:

clip.write_audiofile(\"path/to/output/audio.mp3\") # Write the clip to a file\n
"},{"location":"getting_started/basic_concepts/#final-flowchart","title":"Final Flowchart","text":"
graph TD\n    Start((Start)) --> ChooseClipType[Choose Clip Type]\n    ChooseClipType --> |VideoClip| CreateVideoClip[Create VideoClip]\n    ChooseClipType --> |ImageClip| CreateImageClip[Create ImageClip]\n    ChooseClipType --> |AudioClip| CreateAudioClip[Create AudioClip]\n    CreateVideoClip --> |Load from file| LoadVideoFile[\"Load from file\"]\n    CreateVideoClip --> |Create from image| CreateVideoFromImage[\"Create from image\"]\n    LoadVideoFile --> ModifyVideoClip[Modify VideoClip]\n    CreateVideoFromImage --> ModifyVideoClip\n    ModifyVideoClip --> |Set duration| SetDuration[\"Set duration\"]\n    ModifyVideoClip --> |Set FPS| SetFPS[\"Set FPS\"]\n    ModifyVideoClip --> |Set start/end| SetStartEnd[\"Set start/end\"]\n    ModifyVideoClip --> |Set audio| SetAudio[\"Set audio\"]\n    ModifyVideoClip --> ApplyEffectsToVideo[Apply Effects to VideoClip]\n    ApplyEffectsToVideo --> |Resize| ResizeClip[\"Resize\"]\n    ApplyEffectsToVideo --> |Crop| CropClip[\"Crop\"]\n    ApplyEffectsToVideo --> |Subclip| Subclip[\"Subclip\"]\n    ApplyEffectsToVideo --> |Apply custom effects| CustomEffects[\"Apply custom effects\"]\n    ApplyEffectsToVideo --> ExportVideoClip[Export VideoClip]\n    ExportVideoClip --> |Write to video file| WriteVideoFile[\"Write to video file\"]\n    ExportVideoClip --> |Write subclip to video file| WriteSubclip[\"Write subclip to video file\"]\n    ExportVideoClip --> |Write as image sequence| WriteImageSequence[\"Write as image sequence\"]\n    ExportVideoClip --> |Save frame| SaveFrame[\"Save frame\"]\n    CreateImageClip --> |Load from file| LoadImageFile[\"Load from file\"]\n    CreateImageClip --> |Create from PIL image| CreateFromPIL[\"Create from PIL image\"]\n    CreateImageClip --> |Create from numpy array| CreateFromNumpy[\"Create from numpy array\"]\n    LoadImageFile --> ModifyImageClip[Modify ImageClip]\n    CreateFromPIL --> ModifyImageClip\n    CreateFromNumpy --> ModifyImageClip\n    ModifyImageClip --> |Resize| ResizeImageClip[\"Resize\"]\n    ModifyImageClip --> ConvertToVideo[Convert to VideoClip and apply effects]\n    ResizeImageClip --> ConvertToVideo\n    ConvertToVideo --> |Apply effects| ApplyEffectsToVideo\n    ApplyEffectsToVideo --> ExportImageClip[Export ImageClip]\n    ExportImageClip --> WriteVideoFile\n    ExportImageClip --> WriteSubclip\n    ExportImageClip --> WriteImageSequence\n    ExportImageClip --> SaveFrame\n    CreateAudioClip --> |Load from file| LoadAudioFile[\"Load from file\"]\n    CreateAudioClip --> |Create silent clip| CreateSilentClip[\"Create silent clip\"]\n    LoadAudioFile --> ModifyAudioClip[Modify AudioClip]\n    CreateSilentClip --> ModifyAudioClip\n    ModifyAudioClip --> |Set FPS| SetFPS_audio[\"Set FPS\"]\n    ModifyAudioClip --> |Set start/end| SetStartEnd_audio[\"Set start/end\"]\n    ModifyAudioClip --> |Set audio data| SetAudioData[\"Set audio data\"]\n    ModifyAudioClip --> ApplyEffectsToAudio[Apply Effects to AudioClip]\n    ApplyEffectsToAudio --> |Subclip| Subclip_audio[\"Subclip\"]\n    ApplyEffectsToAudio --> |Apply normalize effect| NormalizeEffect[\"Apply normalize effect\"]\n    ApplyEffectsToAudio --> ExportAudioClip[Export AudioClip]\n    ExportAudioClip --> WriteAudioFile[\"Write to audio file\"]\n    WriteVideoFile --> End((End))\n    WriteSubclip --> End\n    WriteImageSequence --> End\n    SaveFrame --> End\n    WriteAudioFile --> End\n\n    click Start \"#\"\n    click ChooseClipType \"#basic-concepts\"\n    click CreateVideoClip \"#creating-a-videoclip\"\n    click LoadVideoFile \"#creating-a-videoclip\"\n    click ModifyVideoClip \"#modifying-a-videoclip\"\n    click CreateVideoFromImage \"#creating-a-videoclip\"\n    click SetDuration \"#modifying-a-videoclip\"\n    click SetFPS \"#modifying-a-videoclip\"\n    click SetStartEnd \"#modifying-a-videoclip\"\n    click SetAudio \"#modifying-a-videoclip\"\n    click ApplyEffectsToVideo \"#applying-effects-to-a-videoclip\"\n    click ResizeClip \"#applying-effects-to-a-videoclip\"\n    click CropClip \"#applying-effects-to-a-videoclip\"\n    click Subclip \"#applying-effects-to-a-videoclip\"\n    click CustomEffects \"#applying-effects-to-a-videoclip\"\n    click ExportVideoClip \"#exporting-a-videoclip\"\n    click WriteVideoFile \"#exporting-a-videoclip\"\n    click WriteSubclip \"#exporting-a-videoclip\"\n    click WriteImageSequence \"#exporting-a-videoclip\"\n    click SaveFrame \"#exporting-a-videoclip\"\n    click CreateImageClip \"#creating-an-imageclip\"\n    click LoadImageFile \"#creating-an-imageclip\"\n    click ModifyImageClip \"#modifying-an-imageclip\"\n    click CreateFromPIL \"#creating-an-imageclip\"\n    click CreateFromNumpy \"#creating-an-imageclip\"\n    click ResizeImageClip \"#modifying-an-imageclip\"\n    click ConvertToVideo \"#modifying-an-imageclip\"\n    click ApplyEffectsToVideo \"#applying-effects-to-a-imageclip\"\n    click ExportImageClip \"#exporting-an-imageclip\"\n    click WriteVideoFile \"#exporting-an-imageclip\"\n    click WriteSubclip \"#exporting-an-imageclip\"\n    click WriteImageSequence \"#exporting-an-imageclip\"\n    click SaveFrame \"#exporting-an-imageclip\"\n    click CreateAudioClip \"#creating-an-audioclip\"\n    click LoadAudioFile \"#creating-an-audioclip\"\n    click ModifyAudioClip \"#modifying-an-audioclip\"\n    click CreateSilentClip \"#creating-an-audioclip\"\n    click SetFPS_audio \"#modifying-an-audioclip\"\n    click SetStartEnd_audio \"#modifying-an-audioclip\"\n    click SetAudioData \"#modifying-an-audioclip\"\n    click ApplyEffectsToAudio \"#applying-effects-to-an-audioclip\"\n    click Subclip_audio \"#applying-effects-to-an-audioclip\"\n    click NormalizeEffect \"#applying-effects-to-an-audioclip\"\n    click ExportAudioClip \"#exporting-an-audioclip\"\n    click WriteAudioFile \"#exporting-an-audioclip\"\n    click End \"#final-flowchart\"
"},{"location":"getting_started/download_install/","title":"Download and Installation","text":""},{"location":"getting_started/download_install/#installation","title":"Installation","text":""},{"location":"getting_started/download_install/#using-pip","title":"Using pip","text":"

If you're utilizing pip, installation is a breeze. Just execute the following command:

pip install vidiopy\n
Warning: Requires setuptools

In case setuptools isn't installed, rectify this by using:

pip install setuptools\n

"},{"location":"getting_started/download_install/#using-source","title":"Using Source","text":"
  1. Download the source code from the GitHub repository.
  2. Unzip the downloaded file into a designated folder.
  3. Run the following command in the terminal:
python setup.py install\n
"},{"location":"getting_started/download_install/#dependencies","title":"Dependencies","text":"

VidioPy relies on the following Python packages:

  • rich (1)

  • numpy (2)

  • ffmpegio (3)

  • pillow (4)

  1. rich is a Python library for rich text and beautiful formatting in the terminal. It is used for displaying progress bars and other rich text in the terminal.
  2. numpy is a Python library for numerical computing. It is used for handling arrays and matrices.
  3. ffmpegio is a Python library for reading and writing video files using ffmpeg. It is used for reading and writing video files.
  4. pillow is a Python library for image processing. It is used for reading, writing and modifying image files.

Pip will automatically install these dependencies for you during installation. If installing from source, manual installation of these dependencies is required.

VidioPy also depends on ffmpeg and ffprobe. It will attempt to download these binaries globally or place them in the vidiopy/binary directory if not found in the system's PATH or global variables. If the automatic download fails, you can manually download them from here and place them in the vidiopy/binary folder or set them in global variables.

For those who prefer more control over paths, you can specify the locations of ffmpeg and ffprobe using the vidiopy.set_path() function after importing vidiopy:

import vidiopy\nvidiopy.set_path(ffmpeg_path=\"path/to/ffmpeg\", ffprobe_path=\"path/to/ffprobe\")\n

Alternatively, you can pass the path of the folder containing ffmpeg and ffprobe:

import vidiopy\nvidiopy.set_path(ffmpeg_path=\"path/to/folder/containing/ffmpeg & ffprobe\")\n
"},{"location":"getting_started/mixing_clip/","title":"Mixing clips","text":"

Video composition, also known as non-linear editing, is the fact of playing several clips together in a new clip. This video is a good example of what compositing you can do with VidioPy:

"},{"location":"getting_started/mixing_clip/#compositing-concatenating-clips","title":"compositing / Concatenating clips","text":"

Two simple ways of putting clips together is to concatenate them (to play them one after the other in a single long clip) or to compositing (to them side by side in a single larger clip).

"},{"location":"getting_started/mixing_clip/#concatenating-clips","title":"Concatenating clips","text":"

Concatenating means playing the clips one after the other in a single long clip. The function concatenate_videoclips takes a list of clips and returns a new clip that is the concatenation of all the clips in the list. Concatenation is done with the function concatenate_videoclips:

from vidiopy import VideoFileClip, ImageClip, concatenate_videoclips\nclip1 = VideoFileClip(\"video.mp4\").subclip(0,5)\nclip2 = ImageClip(\"image.jpg\").set_duration(5)\nf_clip = concatenate_videoclips([clip1,clip2], fps=24, over_scale=True)\nf_clip.write_videofile(\"output.mp4\")\n

The f_clip is a clip that plays the clips 1, and 2 one after the other. Note that the clips do not need to be the same size. If they aren't they will all appear centered in a clip large enough to contain the biggest of them, with optionally a color of your choosing to fill the borders. You have many other options there (see the doc of the function).

"},{"location":"getting_started/mixing_clip/#compositing-clip","title":"Compositing Clip","text":"

Compositing is done with the function composite_videoclips:

video = CompositeVideoClip([clip1,clip2,clip3])\n

Now video plays clip1, and clip2 on top of clip1, and clip3 on top of clip1, and clip2. For instance, if clip2 and clip3 have the same size as clip1, then only clip3, which is on top, will be visible in the video\u2026 unless clip3 and clip2 have masks which hide parts of them. Note that by default the composition has the size of the largest clip or first if bg_clip=True.

"},{"location":"getting_started/mixing_clip/#starting-and-stopping-times","title":"Starting and stopping times","text":"

In a CompositionClip, all the clips start to play at a time that is specified by the clip.start attribute. You can set this starting time as follows:

clip1 = clip1.with_start(5) # start after 5 seconds So for instance your composition will look like

video = CompositeVideoClip([clip1, # starts at t=0\n                            clip2.with_start(5), # start at t=5s\n                            clip3.with_start(9)]) # start at t=9s\n

In the example above, maybe clip2 will start before clip1 is over.

"},{"location":"getting_started/mixing_clip/#positioning-clips","title":"Positioning clips","text":"

If clip2 and clip3 are smaller than clip1, you can decide where they will appear in the composition by setting their position. Here we indicate the coordinates of the top-left pixel of the clips:

video = CompositeVideoClip([clip1,\n                           clip2.with_position((45,150)),\n                           clip3.with_position((90,100))])\n

There are many ways to specify the position:

clip2.with_position((45,150)) # x=45, y=150 , in pixels\n\nclip2.with_position(\"center\") # automatically centered\n\n# clip2 is horizontally centered, and at the top of the picture\nclip2.with_position((\"center\",\"top\"))\n\n# clip2 is vertically centered, at the left of the picture\nclip2.with_position((\"left\",\"center\"))\n\n# clip2 is at 40% of the width, 70% of the height of the screen:\nclip2.with_position((0.4,0.7), relative=True)\n\n# clip2's position is horizontally centered, and moving down!\nclip2.with_position(lambda t: ('center', 50+t) )\n

When indicating the position keep in mind that the y coordinate has its zero at the top of the picture:

"},{"location":"getting_started/mixing_clip/#compositing-audio-clips","title":"Compositing audio clips","text":"

When you mix video clips together, MoviePy will automatically compose their respective audio tracks to form the audio track of the final clip, so you don\u2019t need to worry about compositing these tracks yourself.

If you want to make a custom audiotrack from several audio sources: audioc clips can be mixed together with CompositeAudioClip and concatenate_audioclips:

from moviepy import *\n# ... make some audio clips aclip1, aclip2, aclip3\nconcat = concatenate_audioclips([aclip1, aclip2, aclip3])\ncompo = CompositeAudioClip([aclip1.multiply_volume(1.2),\n                            aclip2.with_start(5), # start at t=5s\n                            aclip3.with_start(9)])\n
"},{"location":"getting_started/quick_presentation/","title":"Getting started to use VidioPy","text":""},{"location":"getting_started/quick_presentation/#advantages-and-limitations","title":"Advantages and limitations","text":"

VidioPy has been developed with the following goals in mind:

Advantages:

  • Simple syntax for cutting, concatenations, title insertions, video compositing, video processing, and creation of custom effects.
  • Same syntax for all operating systems (Linux, MacOX, Windows).
  • Flexible : You have total control over the frames of the video and audio, and creating your own effects is easy as Py.
  • Fast : you can batch operations as much as you want, backend in ffmpeg, pillow, numpy, etc. for speed.
  • Supports most video formats and codecs. & Question Support.

limitations:

  • still in development.
  • less documentation & Features.
"},{"location":"getting_started/quick_presentation/#how-vidiopy-works","title":"How Vidiopy works","text":"

Vidiopy Uses the ffmpeg (1) library to read and write video files. The processing of the different media is is proceed using modules like Numpy, opencv, Pillow, ETC.

  1. ffmpeg is a tool for handling multimedia files. It is used for reading and writing video files, and for converting between different video and audio formats.
flowchart LR\n    subgraph clips\n        video(film reel)\n        audio(sound wave)\n        pictures(image)\n    end\n    Processing[numpy, opencv, pillow, etc]\n    subgraph processing\n        Processing\n    end\n    subgraph output\n        Output_Image(Image Sequence, Image File)\n        Output_Video(Video File)\n        Output_Audio(Audio File)\n    end\n    video -->|ffmpeg| processing\n    audio -->|ffmpeg| processing\n    pictures -->|ffmpeg or pillow| processing\n    processing -->|ffmpeg| Output_Video\n    processing -->|ffmpeg| Output_Audio\n    processing -->|ffmpeg or pillow| Output_Image
"},{"location":"getting_started/quick_presentation/#example-code","title":"Example code","text":"
from vidiopy import VideoFileClip, TextClip\n\n# Load myHolidays.mp4 and trimming it to 10 seconds. 50s to 60s.\nclip = VideoFileClip(\"myHolidays.mp4\").subclip(50,60)\n\n# Generate a text clip. You can customize the font, color, etc.\ntxt_clip = TextClip(\"My Holidays 2013\", font_size=70, txt_color='white', bg_color='gray', font=r'path/to/font.ttf')\ntxt_clip = txt_clip.set_pos('center', 'right').set_duration(10)\n\n# Overlay the text clip on the first video clip\nvideo = CompositeVideoClip([clip, txt_clip])\n\n# Write the result to a video file in any format\nvideo.write_videofile(\"myHolidays_edited.webm\")\nvideo.write_videofile(\"myHolidays_edited.mp4\")\nvideo.write_videofile(\"myHolidays_edited.avi\")\nvideo.write_videofile(\"myHolidays_edited.mkv\")\n\n# Writing single frame\nvideo.save_frame(\"frame.png\", t=0.5) # t= time in seconds\n\n# Writing Image Sequence\nvideo.write_image_sequence(\"image%03d.png\", fps=24) # %03d are placeholders for the numbers 001, 002, 003, etc. fps = frames per second\nvideo.write_image_sequence(\"image%03d.jpg\", fps=24) # %03d are placeholders for the numbers 001, 002, 003, etc. fps = frames per second\nvideo.write_image_sequence(\"image%03d.bmp\", fps=24) # %03d are placeholders for the numbers 001, 002, 003, etc. fps = frames per second\n
"},{"location":"getting_started/read%26write/","title":"Reading/Writing Video & Audio","text":""},{"location":"getting_started/read%26write/#reading-video-from-file","title":"Reading Video from file","text":"

The first step of video editing is to reading them from file. this Van be Done using vidiopy.VideoFileClip class. This class takes the path of the video file as input and returns a video which inherits from VideoClip class.

import vidiopy\nvideo = vidiopy.VideoFileClip(\"path/to/video.extension\") # you can perform the operations on the video object\nvideo_without_audio = vidiopy.VideoFileClip(\"path/to/video.extension\", audio=False) # defaults to `audio=True`\n

if the video do not have the audio then it will create a silence clip

"},{"location":"getting_started/read%26write/#writing-video-to-file","title":"Writing Video to file","text":"

To Write the Video we can use the write_videofile function inside the VideoClip. Other clip type inherent it from the VideoClip.

import vidiopy\nvideo = vidiopy.VideoFileClip(\"path/to/video.extension\")\nvideo.write_videofile(\"path/to/output/video.extension\", fps=30) # fps is optional it will default use the fps of the video if it is set\n
"},{"location":"getting_started/read%26write/#reading-audio-from-file","title":"Reading Audio from file","text":"

To read the audio from the file we can use the AudioFileClip class. This class takes the path of the audio file as input and returns a audio which inherits from AudioClip class.

import vidiopy\naudio = vidiopy.AudioFileClip(\"path/to/audio.extension\")\n
"},{"location":"getting_started/read%26write/#writing-audio-to-file","title":"Writing Audio to file","text":"

To Write the Audio we can use the write_audiofile function inside the AudioClip. Other clip type inherent it from the AudioClip.

import vidiopy\naudio = vidiopy.AudioFileClip(\"path/to/audio.extension\")\naudio.write_audiofile(\"path/to/output/audio.extension\")\n
"},{"location":"more/CONTRIBUTING/","title":"VidioPy's Contribution Guidelines","text":""},{"location":"more/CONTRIBUTING/#communication-on-github","title":"Communication on GitHub","text":"
  • Keep discussions on GitHub issues and pull requests focused and concise. Remember that each comment triggers a notification for multiple people.
  • Before making significant changes to the core codebase, discuss them with the team.
"},{"location":"more/CONTRIBUTING/#setting-up-your-development-environment","title":"Setting Up Your Development Environment","text":"
  • Fork the official VidioPy repository to your own GitHub account.
  • Clone the forked repository to your local machine.
  • Create and activate a Python virtual environment to isolate the project dependencies.
  • Navigate to the cloned directory and run pip install -e . to install the project dependencies.
  • Regularly sync your local repository with the main repository to stay up-to-date with the latest changes.
"},{"location":"more/CONTRIBUTING/#coding-standards-and-code-quality","title":"Coding Standards and Code Quality","text":"
  • Adhere to the PEP8 coding conventions for Python.
  • Use comments judiciously and only when necessary. Aim to write self-explanatory code.
  • Choose clear and descriptive names for variables, functions, and classes.
  • Document new features or bug fixes with docstring. Update the documentation in the docs/markdown/ directory as needed.
  • Use Prettier to maintain consistent code formatting.
  • Review your code in PyCharm or VSCode to catch potential edge cases.
  • When adding new functions or features, update the corresponding unit tests or mention the need for new tests in your pull request.
  • read the Code Style Guide
"},{"location":"more/CONTRIBUTING/#submitting-pull-requests","title":"Submitting Pull Requests","text":"
  • You can submit a pull request (PR) even if your work is still in progress; it doesn't have to be fully finished.
  • Before submitting your PR, run the test suite using pytest to ensure your changes haven't broken anything.
  • Provide a clear and detailed description of your changes when submitting your PR. This will help the reviewers understand your work and expedite the review process.
"},{"location":"more/code%20style%20guide/","title":"code style guide","text":""},{"location":"more/code%20style%20guide/#functions-and-methods-docstrings","title":"functions and methods docstrings","text":""},{"location":"more/code%20style%20guide/#function-and-method-docstring-template","title":"function and method docstring template","text":"
\"\"\"\\\nA Brief Description of the Function or Method\n\n#### Parameters:\n    - `param1` `type`: -\n        The first Doc.\n    - `param2` `type[type, type]`: -\n        The second Doc.\n    - `param3` `(type, optional, ...)`: -\n        The third Doc.\n    - `param4` `(type, optional, default=None)`: -\n        The fourth Doc.\n    - `*param5` `(type, optional, ...)`: -\n        The fifth Doc.\n    - `**param6` `(type, optional, ...)`: -\n        The sixth Doc.\n\n#### returns: # if return Multiple things\n    - `int`: - an a xyz.\n    - `float`: - an a abc\n\n#### return: `int` # if return Single thing\n    Doc goes here.\n\n#### return: `None` # if do not return anything\n\n#### raises: # add if needed\n    - `Error`: - if xyz.\n    - `Exception`: - if abc.\n\n#### Note: # add if needed\n    - xyz\n    - More notes.\n\n#### Warning: # add if needed\n    - xyz\n    - More warnings.\n\n#### examples:\n    example 1 :\n\n    \\`\\`\\`python\n    >>> code\n    output\n    \\`\\`\\`\n    example 2 :\n\n    \\`\\`\\`python\n    code # explain\n    \\`\\`\\`\n    - More examples.\n\n#### TODO: # add if needed\n    - xyz\n    - More TODOs.\n\n#### [function reference manual](https://github.com/SohamTilekar/vidiopy/blob/master/docs/...)\n\n\"\"\"\n
"},{"location":"more/code%20style%20guide/#function-and-method-docstring-conventions","title":"function and method docstring conventions","text":"
  • Docstrings are always triple quoted strings use \"\"\" not '''.
  • add a blank line after the docstring.
  • use the #### for the sections.
  • add as much detail as possible.
  • add the link to Function or Method Reference manuel.
"},{"location":"more/code%20style%20guide/#class-docstrings","title":"class docstrings","text":""},{"location":"more/code%20style%20guide/#class-docstring-template","title":"class docstring template","text":"
\"\"\"\\\nA Brief Description of the Class\n\nproperties:\n    - `property1`: - a short 1 line description of the property.\n    - `property2`: - a short 1 line description of the property.\n\nmethods:\n    - `method1`: - a short 1 line description of the method.\n    - `method2`: - a short 1 line description of the method.\n\nabstract methods:\n    - `method1`: - a short 1 line description of the method.\n    - `method2`: - a short 1 line description of the method.\n\n#### Note: # add if needed\n    - xyz\n    - More notes.\n\n#### Warning: # add if needed\n    - xyz\n    - More warnings.\n\n#### examples:\n    example 1 :\n    \\`\\`\\`python\n    >>> code\n    output\n    \\`\\`\\`\n\n    example 2 :\n    \\`\\`\\`python\n    code # explain\n    \\`\\`\\`\n    - More examples.\n\"\"\"\n
"},{"location":"more/code%20style%20guide/#class-docstring-conventions","title":"class docstring conventions","text":"
  • Docstrings are always triple quoted strings use \"\"\" not '''.
  • add a blank line after the docstring.
  • use the #### for the sections.
  • add as much detail as possible.
"},{"location":"more/code%20style%20guide/#comments","title":"Comments","text":"
  • Use as less comments as possible.
  • Use comments where code is not self explanatory or weird.
"},{"location":"reference_manual/reference_manual/","title":"Reference Manual","text":"
  • Clip

  • VideoClips

    • VideoClip
    • VideoFileClip
    • ImageClips
    • ImageSequenceClip
    • Mixing Clip
  • Audioclips

    • AudioClip
    • AudioFileClip
    • AudioArrayClip
    • SilenceClip
    • Mixing Audio
"},{"location":"reference_manual/clips/clip/","title":"Clip","text":"

class vidiopy.Clip.Clip

Bases: object

A Clip is the base class for all the clips (VideoClip and AudioClip).

fx(func, *args, **kwargs)

Apply a function to the current instance and return the result.

This method allows for the application of any callable to the current instance of the class. The callable should take the instance as its first argument, followed by any number of positional and keyword arguments.

Parameters:
  • func: (Callable[..., Self]): The function to apply. This should take the instance as its first argument.
  • *args: Variable length argument list for the function.
  • **kwargs: Arbitrary keyword arguments for the function.
Returns:
  • Self: The result of applying the function to the instance.
Example:
>>> clip = Clip()\n>>> def do(instance):\n...     # Do something with instance.\n...     return instance.\n...\n>>> new_clip = clip.fx(do)\n

copy()

Creates a deep copy of the current Clip object.

This method creates a new instance of the Clip object, copying all the attributes of the current object into the new one. If the current object has an 'audio' attribute, it also creates a deep copy of this 'audio' object and assigns it to the 'audio' attribute of the new Clip object.

Returns: Clip: A new Clip object that is a deep copy of the current object.

close()

Release any resources that are in use.

__enter__()

Enter the context manager.

__exit__()

Exit the context manager."},{"location":"reference_manual/clips/audio_clips/audioarrayclip/","title":"AudioArrayClip","text":"

class vidiopy.AudioArrayClip

Bases: vidiopy.AudioClip

AudioArrayClip is a class that represents an audio clip from an array. It extends the AudioClip class.

Parameters:
  • audio_data: np.ndarray: The audio data.
  • fps: int: The sample rate of the audio clip.
  • duration: int | float: The duration of the audio clip.
Example:

```python import numpy as np import vidiopy

audio_data = np.random.uniform(-1, 1, 44100 * 3) # 3 seconds of random audio audio_clip = vidiopy.AudioArrayClip(audio_data, fps=44100) ```

"},{"location":"reference_manual/clips/audio_clips/audioclip/","title":"AudioClip","text":"

class vidiopy.AudioClip

Bases: vidiopy.Clip

The AudioClip class represents an audio clip. It is a subclass of the Clip class.

Parameters:
  • duration (int or float, optional): The duration of the audio clip. Defaults to None.
  • fps (int, optional): Frames per second of the audio clip. Defaults to None.
Attributes:
  • fps: int | None: The frames per second of the audio clip. Defaults to fps Parameter.
  • _original_dur: int | float | None: The original duration of the audio clip. Defaults to duration Parameter.
  • _audio_data: np.ndarray | None: The audio data of the clip. Defaults to None.
  • channels: int | None: The number of audio channels. Defaults to None.
  • _st: int | float: The start time of the audio clip. Defaults to 0.0.
  • _ed: int | float | None: The end time of the audio clip. Defaults to duration Parameter.
Properties:

audio_data: np.ndarray

This property gets the audio data. If the audio data is not set, it raises a ValueError.

Returns: np.ndarray: The audio data. Raises: ValueError: If the audio data is not set.

Example: :

>>> clip = AudioClip()\n>>> clip.audio_data = np.array([1, 2, 3])\n>>> print(clip.audio_data)\narray([1, 2, 3])\n

duration: int | float

This property gets the duration of the audio clip. The duration is represented in seconds and can be an integer, a float, or None if the duration is not set.

Note: You Can't Set the duration of the audio clip it is not allowed to change directly.

Raises: AttributeError: Always raises an AttributeError if you try to set duration.

Returns: int | float: The duration of the audio clip.

Example: :

>>> clip = AudioClip(duration=10)\n>>> print(clip.duration)\n10\n

start: int | float

This property gets the start time of the audio clip. The start time is represented in seconds and can be an integer or a float.

Returns: int | float: The start time of the audio clip.

Example: :

>>> clip = AudioClip()\n>>> print(clip.start)\n0.0\n>>> clip.start = 5\n>>> print(clip.start)\n5\n

end: int | float | None

This property gets the end time of the audio clip. The end time is represented in seconds and can be an integer, a float, or None if the end time is not set.

Returns: int | float | None: The end time of the audio clip.

Example: :

>>> clip = AudioClip(duration=10)\n>>> print(clip.end)\n10\n>>> clip.end = 5\n>>> print(clip.end)\n5\n

Methods:

def set_data(self, audio_data: np.ndarray) -> Self:

This method sets the audio data and returns the instance of the class.

Args: audio_data (np.ndarray): The audio data to set. Returns: AudioClip: The instance of the class.

Example: :

    >>> clip = AudioClip()\n    >>> clip.set_data(np.array([1, 2, 3]))\n    >>> print(clip.audio_data)\n    array([1, 2, 3])\n

def set_fps(self, fps: int | None) -> Self:

This method sets the frames per second (fps) for the audio clip and returns the instance of the class.

Args: fps: int | None: The frames per second to set. If None, the fps will be unset. Returns: AudioClip: Self The Instance of the class.

Example: :

>>> clip = AudioClip()\n>>> clip.set_fps(30)\n>>> print(clip.fps)\n30\n

def set_start(self, start: int | float) -> Self:

This method sets the start time of the audio clip and returns the instance of the class. The start time is represented in seconds and can be an integer or a float.

Args: start: int | float: The start time to set in seconds. Returns: AudioClip: The instance of the class with the updated start time.

Example: :

>>> clip = AudioClip()\n>>> clip.set_start(5)\n>>> print(clip.start)\n5\n

def set_end(self, end: int | float | None) -> Self:

This method sets the end time of the audio clip and returns the instance of the class. The end time is represented in seconds and can be an integer, a float, or None if the end time is not to be set.

Args: end: int | float | None: The end time to set in seconds. Returns: AudioClip: The instance of the class with the updated end time.

Example: :

>>> clip = AudioClip()\n>>> clip.set_end(10)\n>>> print(clip.end)\n10\n

def get_frame_at_t(self, t: int | float) -> np.ndarray:

This method gets the audio frame at a specific time t. The time t is represented in seconds and can be an integer or a float. It calculates the frame index using the duration, total frames, and time t, and returns the audio data at that frame index.

Args: t: int | float: The time in seconds at which to get the audio frame. Returns: np.ndarray: The audio data at the specified time. Raises: ValueError: If frames per second (fps) is not set, audio data is not set, or original duration is not set.

def iterate_frames_at_fps(self, fps: int | float | None = None) -> Generator[np.ndarray, None, None]:

This method generates audio frames at a specific frames per second (fps) rate. If no fps is provided, it uses the fps set in the AudioClip instance. It calculates the original fps using the duration and total frames, then generates frames at the specified fps rate.

Args: fps (int | float | None, optional): The frames per second rate at which to generate frames. If not provided, the fps set in the AudioClip instance is used. Yields: np.ndarray: The audio data at each frame. Raises: ValueError: If frames per second (fps) is not set, audio data is not set, or original duration is not set.

def iterate_all_frames(self) -> Generator[np.ndarray, None, None]:

This method generates all audio frames in the AudioClip instance. It iterates over each frame in the audio data and yields it.

Yields: np.ndarray: The audio data at each frame. Raises: ValueError: If audio data is not set.

def fl_frame_transform(self, func, *args, **kwargs) -> Self:

This method applies a function to each frame of the audio data. The function should take a frame (an ndarray of channel data) as its first argument, followed by any number of additional positional and keyword arguments.

Args:
  • func (Callable): The function to apply to each frame. It should take a frame (an ndarray of channel data) as its first argument.
  • *args: Additional positional arguments to pass to the function.
  • **kwargs: Additional keyword arguments to pass to the function.
Returns: AudioClip: The instance of the class with the transformed audio data. Raises: ValueError: If audio data is not set.

def fl_clip_transform(self, func, *args, **kwargs) -> Self:

This method applies a function to the entire audio data. The function should take the AudioClip instance as its first argument, followed by any number of additional positional and keyword arguments.

Args:
  • func (Callable): The function to apply to the audio data. It should take the AudioClip instance as its first argument.
  • *args: Additional positional arguments to pass to the function.
  • **kwargs: Additional keyword arguments to pass to the function.
Returns: AudioClip: The instance of the class with the transformed audio data. Raises: ValueError: If audio data is not set.

def fl_time_transform(self, func: Callable[[int | float], int | float]) -> Self:

This method applies a time transformation function to the get_frame_at_t method of the AudioClip instance. The transformation function should take a time (an integer or a float) as its argument and return a transformed time.

The get_frame_at_t method is replaced with a new method that applies the transformation function to its argument before calling the original method.

Args: func (Callable[[int | float], int | float]): The time transformation function to apply. It should take a time (an integer or a float) as its argument and return a transformed time. Returns: AudioClip: The instance of the class with the transformed get_frame_at_t method. Raises: ValueError: If the get_frame_at_t method is not set.

def sub_clip_copy(self, start: float | int | None = None, end: float | int | None = None) -> Self

This method creates a copy of the AudioClip instance and then creates a subclip from the audio clip starting from start to end in the copied instance. If start or end is not provided, it uses the start or end time set in the AudioClip instance. If neither is set, it uses 0 for start and the duration for end.

It calculates the original frames per second (fps) using the duration and total frames, then calculates the start and end frame indices using the original fps. It then updates the audio data, original duration, end time, and start time of the copied AudioClip instance.

Args:
  • start (float | int | None, optional): The start time of the subclip in seconds. If not provided, the start time set in the AudioClip instance is used. Defaults to None.
  • end (float | int | None, optional): The end time of the subclip in seconds. If not provided, the end time set in the AudioClip instance is used. Defaults to None.
Returns: AudioClip: A copy of the instance of the class with the updated audio data, original duration, end time, and start time. Raises: ValueError: If audio data is not set, original duration is not set, or end time is greater than the original duration.

def copy(self) -> Self:

This method creates a deep copy of the AudioClip instance and returns it. It uses the copy_ function, which should be a deep copy function like copy.deepcopy in Python's standard library. Returns: AudioClip: A deep copy of the instance of the class. Raises: ValueError: If the copy_ function is not set or does not correctly create a deep copy. > def write_audiofile(self, path: str, fps: int | None = None, overwrite=True, show_log=False, **kwargs) -> None:

This method writes the audio data to an audio file at the specified path. It uses the frames per second (fps) if provided, otherwise it uses the fps set in the AudioClip instance. It raises a ValueError if fps is not set in either way. It also raises a ValueError if audio data, original duration, or channels are not set.

It creates a temporary audio data array by getting the frame at each time step from 0 to the end or duration with a step of 1/fps. It then writes the temporary audio data to the audio file using the ffmpegio.audio.write function.

Args:
  • path (str): The path to write the audio file to.
  • fps (int | None, optional): The frames per second to use. If not provided, the fps set in the AudioClip instance is used. Defaults to None.
  • overwrite (bool, optional): Whether to overwrite the audio file if it already exists. Defaults to True.
  • show_log (bool, optional): Whether to show the log of the ffmpegio.audio.write function. Defaults to False.
  • **kwargs: Additional keyword arguments to pass to the ffmpegio.audio.write function.
Raises: ValueError: If fps is not set, audio data is not set, original duration is not set, or channels are not set."},{"location":"reference_manual/clips/audio_clips/audiofileclip/","title":"AudioFileClip","text":"

class vidiopy.AudioFileClip

Bases: vidiopy.SilenceClip

AudioFileClip is a class that represents an audio file. It extends the SilenceClip class.

Parameters:
  • path: str | pathlib.Path: The path to the audio file.
  • duration (int | float | None, optional): The duration of the audio file. If not provided, it will be calculated from the audio file.
Raises:
  • ValueError: If the audio file is empty and duration is not provided.
"},{"location":"reference_manual/clips/audio_clips/mixingaudio/","title":"Concatenating Audio Clips","text":"

def concatenate_audioclips(clips: list[AudioClip], fps: int | None = 44100) -> AudioClip | AudioArrayClip:

Concatenates multiple audio clips into a single audio clip.

Parameters:
  • clips: list[AudioClip]: A list of AudioClip objects to be concatenated.
  • fps (int, optional): The frames per second (fps) for the output AudioClip. If not provided, it defaults to 44100, or the maximum fps value found in the input clips.
Returns:

AudioClip | AudioArrayClip: The concatenated AudioClip. If the input clips have different channels, the output AudioClip will have the maximum number of channels found in the input clips, and the missing channels in the other clips will be filled with the mean value of their existing channels.

Raises:

ValueError: If no clips are provided, or if no fps value is found or set, or if a clip's channels are not set.

Note:
  • The duration of the output AudioClip is the sum of the durations of the input clips.
  • If a clip's end time is set, it is used to calculate its duration; otherwise, its duration attribute is used.
  • If neither is set, a ValueError is raised.
"},{"location":"reference_manual/clips/audio_clips/mixingaudio/#compositing-audio-clips","title":"Compositing Audio Clips","text":"

def composite_audioclips(clips: list[AudioClip], fps: int | None = 44100, use_bg_audio: bool = False) -> AudioArrayClip:

Composites multiple audio clips into a single audio clip.

Parameters:
  • clips: list[AudioClip]: A list of AudioClip objects to be composited.
  • fps (int, optional): The frames per second (fps) for the output AudioClip. If not provided, it defaults to the maximum fps value found in the input clips.
  • use_bg_audio (bool, optional): If True, the first clip in the list is used as the background audio. The remaining clips are overlaid on top of this background audio. If False, a SilenceClip of the maximum duration found in the clips is used as the background audio.
Returns:

AudioArrayClip: The composited AudioClip. The output AudioClip will have the maximum number of channels found in the input clips, and the missing channels in the other clips will be filled with the mean value of their existing channels.

Raises:

ValueError: If no clips are provided, or if no fps value is found or set, or if a clip's channels are not set, or if no duration is found or set in the clips when use_bg_audio is False.

Note:
  • The duration of the output AudioClip is the duration of the background audio.
  • If a clip's end time is set, it is used to calculate its duration; otherwise, its duration attribute is used.
  • If neither is set, a ValueError is raised.
"},{"location":"reference_manual/clips/audio_clips/silenceclip/","title":"Silence Clip","text":"

class vidiopy.SilenceClip

Bases: vidiopy.AudioClip

SilenceClip is a subclass of AudioClip that represents a silent audio clip.

It inherits from AudioClip therefore it has all the methods and attributes of AudioClip.

Parameters:
  • duration: int | float: The duration of the audio clip.
  • fps (int, optional): The frames per second of the audio clip. Default is 44100.
  • channels (int, optional): The number of audio channels. Default is 1.
"},{"location":"reference_manual/clips/video_clips/imageclips/","title":"ImageClip","text":"

class vidiopy.ImageClip(image: str | Path | Image.Image | np.ndarray | None = None, fps: int | float | None = None, duration: int | float | None = None)

Bases: vidiopy.VideoClip

All Methods and properties of the VideoClip class are available.

A class representing a video clip generated from a single image.

Parameters:
  • image: str | Path | Image.Image | np.ndarray | None: The image to use for the video clip. If None, an empty video clip is created.
  • fps: int | float | None: The frames per second of the video clip. If None, the fps is set to 30.
  • duration: int | float | None: The duration of the video clip in seconds. If None, the duration is set to 1.
Attributes:
  • image: Image.Image: The image used for the video clip.
  • Other attributes are inherited from the VideoClip class.
Methods:

_import_image(self, image) -> Image.Image:

Import the image from various sources.

Does not made for external use.

Parameters: image (str | Path | Image.Image | np.ndarray): Input image data. Returns: Image.Image: The imported image data.

This is a private method and not intended for external use.

You Can Use set_duration() & duration property to change _dur.

fl_frame_transform(self, func, *args, **kwargs) -> Self:

Apply a frame transformation function to the image.

Parameters: func (Callable): The frame transformation function. *args: Additional positional arguments for the function. **kwargs: Additional keyword arguments for the function. Returns: ImageClip: A new ImageClip instance with the transformed image. Note: This method modifies the current ImageClip instance in-place. Example Usage:
image_clip = ImageClip(image_path, fps=30, duration=5.0)\ntransformed_clip = image_clip.fl_frame_transform(resize, width=640, height=480)\n

fl_frame_transform(self, func, *args, **kwargs) -> Self:

Apply a frame transformation function to the image.

Parameters: func (Callable): The frame transformation function. *args: Additional positional arguments for the function. **kwargs: Additional keyword arguments for the function. Returns: ImageClip: A new ImageClip instance with the transformed image. Note: This method modifies the current ImageClip instance in-place. Example Usage:
image_clip = ImageClip(image_path, fps=30, duration=5.0)\ntransformed_clip = image_clip.fl_frame_transform(resize, width=640, height=480)\n

fl_clip_transform(self, func, *args, **kwargs) -> Self:

Raise a ValueError indicating that fl_clip is not applicable for ImageClip.

The Clip should be converted to VideoClip using to_video_clip method first.

Parameters: func: Unused. *args: Unused. **kwargs: Unused. Returns: ImageClip: The current ImageClip instance. Raises: ValueError: This method is not applicable for ImageClip. Example Usage:
image_clip = ImageClip(image_path, fps=30, duration=5.0)\nimage_clip.fl_clip(some_function)  # Raises ValueError\n

fx(self, func: Callable, *args, **kwargs):

Apply a generic function to the ImageClip.

Parameters: func (Callable): The function to apply. *args: Additional positional arguments for the function. **kwargs: Additional keyword arguments for the function. Returns: ImageClip: The current ImageClip instance. Note: This method modifies the current ImageClip instance in-place. Example Usage:
def custom_function(image):\n    # Some custom processing on the image\n    return modified_image\n\nimage_clip = ImageClip(image_path, fps=30, duration=5.0)\nimage_clip.fx(custom_function, some_arg=42)\n

sub_fx(self, func, *args, start_t: int | float | None = None, end_t: int | float | None = None, **kwargs) -> Self:

Apply a custom function to the Image Clip.

Note: Before using the sub_fx method, you need to convert the image clip to a video clip using to_video_clip() function. Args: func: The custom function to apply to the Image Clip. *args: Additional positional arguments to pass to the custom function. start_t (int | float | None): The start time of the subclip in seconds. If None, the subclip starts from the beginning. end_t (int | float | None): The end time of the subclip in seconds. If None, the subclip ends at the last frame. **kwargs: Additional keyword arguments to pass to the custom function. Returns: Self: The modified ImageClips instance. Example:
# Convert the image clip to a video clip\nvideo_clip = image_clip.to_video_clip()\n\n# Apply a custom function to the video clip\nmodified_clip = video_clip.sub_fx(custom_function, start_t=2, end_t=5)\n
Raises: ValueError: If the method is called on an Image Clip instead of a Video Clip.

sub_clip_copy(self, start: int | float | None = None, end: int | float | None = None) -> Self:

Create a copy of the current clip and apply sub-clip operation. Read more about sub-clip operation in the sub_clip method.

Args: start (int | float | None): Start time of the sub-clip in seconds. If None, the sub-clip starts from the beginning of the original clip. end (int | float | None): End time of the sub-clip in seconds. If None, the sub-clip ends at the end of the original clip. Returns: Self: A new instance of the clip with the sub-clip applied. Example:
image_clip = ImageClip(image_path, fps=30, duration=5.0)\nsub_clip = image_clip.sub_clip_copy(start=2, end=5)\n

sub_clip(self, start: int | float | None = None, end: int | float | None = None) -> Self:

Returns a sub-clip of the current clip.

Args: start (int | float | None, optional): The start time of the sub-clip in seconds. Defaults to None. end (int | float | None, optional): The end time of the sub-clip in seconds. Defaults to None. Returns: Self: The sub-clip. Note: It modifies the current clip in-place. If both start and end are None, the original clip is returned. If start is None, it defaults to 0. If end is None, it defaults to the end time of the original clip. Example:
image_clip = ImageClip(image_path, fps=30, duration=5.0)\nimage_clip.sub_clip(start=2, end=5)\n

make_frame_array(self, t):

Gives the numpy array representation of the image at a given time.

Args: t (float): The timestamp of the frame. Returns: numpy.ndarray: The numpy array representation of the image. Raises: ValueError: If the image is not set.

make_frame_pil(self, t) -> Image.Image:

Returns the image frame at a given time.

Args: t (float): The time at which to retrieve the frame. Returns: PIL.Image.Image: The image frame at the given time. Raises: ValueError: If the image is not set.

to_video_clip(self, fps=None, duration=None):

Convert ImageClip to VideoClip

If fps or duration is not provided, it defaults to the corresponding attribute of the ImageClip instance. If those attributes are not available, a ValueError is raised.

Parameters: fps (float, optional): Frames per second of the resulting video clip. If not provided, it defaults to the fps attribute of the ImageClip instance. If that is also not available, a ValueError is raised. duration (float, optional): Duration of the resulting video clip in seconds. If not provided, it defaults to the duration attribute of the ImageClip instance. If that is also not available, a ValueError is raised. Returns: ImageSequenceClip: A VideoClip subclass instance generated from the ImageClip frames. Raises: ValueError: If fps or duration is not provided and the corresponding attribute is not available. Note: The to_video_clip method returns an instance of the ImageSequenceClip class, which is a subclass of the VideoClip Class. Example Usage:
# Example Usage\nimage_clip = ImageClip()\nvideo_clip = image_clip.to_video_clip(fps=24, duration=10.0)\nvideo_clip.sub_fx(custom_function, start_t=2, end_t=5)\n
"},{"location":"reference_manual/clips/video_clips/imageclips/#data2imageclip","title":"Data2ImageClip","text":"

class vidiopy.Data2ImageClip(data: np.ndarray | Image.Image, fps: int | float | None = None, duration: int | float | None = None)

Bases: vidiopy.ImageClip

A class representing a video clip generated from raw data (numpy array or PIL Image).

It extends the ImageClip class and allows users to create video clips from raw data, supporting either numpy arrays or PIL Images as input.

Parameters:
  • data (np.ndarray or PIL Image): The raw data to be converted into a video clip.
  • fps (int | float | None): Frames per second of the video. If not provided, it will be inherited from the parent class (ImageClip) or set to the default value.
  • duration (int | float | None): Duration of the video in seconds. If not provided, it will be inherited from the parent class (ImageClip) or set to the default value.
Attributes:
  • image (PIL Image): The PIL Image representation of the provided data.
  • size (tuple): The size (width, height) of the image.
Methods:

_import_image(self, image) -> Image.Image:

Private method to convert the provided data (numpy array or PIL Image) into a PIL Image.

Parameters: image (np.ndarray or PIL Image): The raw data to be converted. Returns: Image.Image: The PIL Image representation of the provided data. Raises: TypeError: If the input type is not supported (neither numpy array nor PIL Image). Example Usage:
# Import necessary libraries\n\n# Create a Data2ImageClip instance from a numpy array\ndata_array = np.random.randint(0, 255, size=(480, 640, 3), dtype=np.uint8)\nvideo_clip = Data2ImageClip(data=data_array, fps=30, duration=5)\n\n# Create a Data2ImageClip instance from a PIL Image\nfrom PIL import Image\ndata_image = Image.new('RGB', (640, 480), color='red')\nvideo_clip = Data2ImageClip(data=data_image, fps=24, duration=10)\n
Note:

The Data2ImageClip class extends the ImageClip. It allows users to create video clips from raw data, supporting either numpy arrays or PIL Images as input.

"},{"location":"reference_manual/clips/video_clips/imageclips/#colorclip","title":"ColorClip","text":"

class vidiopy.ColorClip(color: str | tuple[int, ...], mode=\"RGBA\", size=(1, 1), fps=None, duration=None)

Bases: #!py vidiopy.Data2ImageClip

A video clip class with a solid color.

It extends the Data2ImageClip class and allows users to create video clips with a solid color.

Parameters:
  • color: str | tuple[int, ...]: Color of the image. It can be a color name (e.g., 'red', 'blue') or RGB tuple.

    Available Color Names
    • aliceblue: \"#f0f8ff\",
    • antiquewhite: \"#faebd7\",
    • aqua: \"#00ffff\",
    • aquamarine: \"#7fffd4\",
    • azure: \"#f0ffff\",
    • beige: \"#f5f5dc\",
    • bisque: \"#ffe4c4\",
    • black: \"#000000\",
    • blanchedalmond: \"#ffebcd\",
    • blue: \"#0000ff\",
    • blueviolet: \"#8a2be2\",
    • brown: \"#a52a2a\",
    • burlywood: \"#deb887\",
    • cadetblue: \"#5f9ea0\",
    • chartreuse: \"#7fff00\",
    • chocolate: \"#d2691e\",
    • coral: \"#ff7f50\",
    • cornflowerblue: \"#6495ed\",
    • cornsilk: \"#fff8dc\",
    • crimson: \"#dc143c\",
    • cyan: \"#00ffff\",
    • darkblue: \"#00008b\",
    • darkcyan: \"#008b8b\",
    • darkgoldenrod: \"#b8860b\",
    • darkgray: \"#a9a9a9\",
    • darkgrey: \"#a9a9a9\",
    • darkgreen: \"#006400\",
    • darkkhaki: \"#bdb76b\",
    • darkmagenta: \"#8b008b\",
    • darkolivegreen: \"#556b2f\",
    • darkorange: \"#ff8c00\",
    • darkorchid: \"#9932cc\",
    • darkred: \"#8b0000\",
    • darksalmon: \"#e9967a\",
    • darkseagreen: \"#8fbc8f\",
    • darkslateblue: \"#483d8b\",
    • darkslategray: \"#2f4f4f\",
    • darkslategrey: \"#2f4f4f\",
    • darkturquoise: \"#00ced1\",
    • darkviolet: \"#9400d3\",
    • deeppink: \"#ff1493\",
    • deepskyblue: \"#00bfff\",
    • dimgray: \"#696969\",
    • dimgrey: \"#696969\",
    • dodgerblue: \"#1e90ff\",
    • firebrick: \"#b22222\",
    • floralwhite: \"#fffaf0\",
    • forestgreen: \"#228b22\",
    • fuchsia: \"#ff00ff\",
    • gainsboro: \"#dcdcdc\",
    • ghostwhite: \"#f8f8ff\",
    • gold: \"#ffd700\",
    • goldenrod: \"#daa520\",
    • gray: \"#808080\",
    • grey: \"#808080\",
    • green: \"#008000\",
    • greenyellow: \"#adff2f\",
    • honeydew: \"#f0fff0\",
    • hotpink: \"#ff69b4\",
    • indianred: \"#cd5c5c\",
    • indigo: \"#4b0082\",
    • ivory: \"#fffff0\",
    • khaki: \"#f0e68c\",
    • lavender: \"#e6e6fa\",
    • lavenderblush: \"#fff0f5\",
    • lawngreen: \"#7cfc00\",
    • lemonchiffon: \"#fffacd\",
    • lightblue: \"#add8e6\",
    • lightcoral: \"#f08080\",
    • lightcyan: \"#e0ffff\",
    • lightgoldenrodyellow: \"#fafad2\",
    • lightgreen: \"#90ee90\",
    • lightgray: \"#d3d3d3\",
    • lightgrey: \"#d3d3d3\",
    • lightpink: \"#ffb6c1\",
    • lightsalmon: \"#ffa07a\",
    • lightseagreen: \"#20b2aa\",
    • lightskyblue: \"#87cefa\",
    • lightslategray: \"#778899\",
    • lightslategrey: \"#778899\",
    • lightsteelblue: \"#b0c4de\",
    • lightyellow: \"#ffffe0\",
    • lime: \"#00ff00\",
    • limegreen: \"#32cd32\",
    • linen: \"#faf0e6\",
    • magenta: \"#ff00ff\",
    • maroon: \"#800000\",
    • mediumaquamarine: \"#66cdaa\",
    • mediumblue: \"#0000cd\",
    • mediumorchid: \"#ba55d3\",
    • mediumpurple: \"#9370db\",
    • mediumseagreen: \"#3cb371\",
    • mediumslateblue: \"#7b68ee\",
    • mediumspringgreen: \"#00fa9a\",
    • mediumturquoise: \"#48d1cc\",
    • mediumvioletred: \"#c71585\",
    • midnightblue: \"#191970\",
    • mintcream: \"#f5fffa\",
    • mistyrose: \"#ffe4e1\",
    • moccasin: \"#ffe4b5\",
    • navajowhite: \"#ffdead\",
    • navy: \"#000080\",
    • oldlace: \"#fdf5e6\",
    • olive: \"#808000\",
    • olivedrab: \"#6b8e23\",
    • orange: \"#ffa500\",
    • orangered: \"#ff4500\",
    • orchid: \"#da70d6\",
    • palegoldenrod: \"#eee8aa\",
    • palegreen: \"#98fb98\",
    • paleturquoise: \"#afeeee\",
    • palevioletred: \"#db7093\",
    • papayawhip: \"#ffefd5\",
    • peachpuff: \"#ffdab9\",
    • peru: \"#cd853f\",
    • pink: \"#ffc0cb\",
    • plum: \"#dda0dd\",
    • powderblue: \"#b0e0e6\",
    • purple: \"#800080\",
    • rebeccapurple: \"#663399\",
    • red: \"#ff0000\",
    • rosybrown: \"#bc8f8f\",
    • royalblue: \"#4169e1\",
    • saddlebrown: \"#8b4513\",
    • salmon: \"#fa8072\",
    • sandybrown: \"#f4a460\",
    • seagreen: \"#2e8b57\",
    • seashell: \"#fff5ee\",
    • sienna: \"#a0522d\",
    • silver: \"#c0c0c0\",
    • skyblue: \"#87ceeb\",
    • slateblue: \"#6a5acd\",
    • slategray: \"#708090\",
    • slategrey: \"#708090\",
    • snow: \"#fffafa\",
    • springgreen: \"#00ff7f\",
    • steelblue: \"#4682b4\",
    • tan: \"#d2b48c\",
    • teal: \"#008080\",
    • thistle: \"#d8bfd8\",
    • tomato: \"#ff6347\",
    • turquoise: \"#40e0d0\",
    • violet: \"#ee82ee\",
    • wheat: \"#f5deb3\",
    • white: \"#ffffff\",
    • whitesmoke: \"#f5f5f5\",
    • yellow: \"#ffff00\",
    • yellowgreen: \"#9acd32\",
  • mode: str: Mode to use for the image. Default is 'RGBA'.

  • size: tuple: Size of the image in pixels (width, height). Default is (1, 1) for changing size afterwards.
  • fps: float, optional: Frames per second for the video clip.
  • duration: float, optional: Duration of the video clip in seconds.
Attributes:
  • color: str | tuple[int, ...]: The color of the video clip.
  • mode: str: The mode of the video clip.
  • Other attributes are inherited from the Data2ImageClip class.
Methods:

set_size(self, size: tuple[int, int]):

Set the size of the video clip.

Parameters: size: tuple[int, int]: New size of the video clip in pixels (width, height). Example Usage:
color_clip.set_size((800, 600))\n
Example Usage:
# Create a red square video clip (500x500, 30 FPS, 5 seconds):\nred_square = ColorClip(color='red', size=(500, 500), fps=30, duration=5)\n\n# Create a blue fullscreen video clip (1920x1080, default FPS and duration):\nblue_fullscreen = ColorClip(color='blue', size=(1920, 1080))\n\n# Create a green transparent video clip (RGBA mode, 800x600):\ngreen_transparent = ColorClip(color=(0, 255, 0, 0), mode='RGBA', size=(800, 600))\n
"},{"location":"reference_manual/clips/video_clips/imageclips/#textclip","title":"TextClip","text":"class vidiopy.TextClip(text: str, font_pth: None | str = None, font_size: int = 20, txt_color: str | tuple[int, ...] = (255, 255, 255, 0), bg_color: str | tuple[int, ...] = (0, 0, 0, 0), fps=None, duration=None)

Bases: #!py vidiopy.Data2ImageClip

A class representing a text clip to be used in video compositions.

Parameters:
  • text (str): The text content to be displayed in the clip.
  • font_pth (None | str, optional): The file path to the TrueType font file (.ttf). If None, the default system font is used. Defaults to None.
  • font_size (int, optional): The font size for the text. Defaults to 20.
  • txt_color (str | tuple[int, ...], optional): The color of the text specified as either a string (e.g., 'white') or a tuple representing RGBA values. Defaults to (255, 255, 255, 0) (fully transparent white).
  • bg_color (str | tuple[int, ...], optional): The background color of the text clip, specified as either a string (e.g., 'black') or a tuple representing RGBA values. Defaults to (0, 0, 0, 0) (fully transparent black).
  • fps (float, optional): Frames per second of the video. If None, the value is inherited from the parent class. Defaults to None.
  • duration (float, optional): Duration of the video clip in seconds. If None, the value is inherited from the parent class. Defaults to None.
Attributes:
  • font (PIL.ImageFont.FreeTypeFont): The font object used for rendering the text.
  • image (PIL.Image.Image): The image containing the rendered text.
  • fps (float): Frames per second of the video clip.
  • duration (float): Duration of the video clip in seconds.
  • Other attributes are inherited from the Data2ImageClip class.
Example Usage:
# Create a TextClip with custom text and styling\ntext_clip = TextClip(\"Contribute to Vidiopy\", font_size=30, txt_color='red', bg_color='blue', fps=24, duration=5.0)\n\n# Use the text clip in a video composition\ncomposition = CompositeVideoClip([other_clip, text_clip])\ncomposition.write_videofile(\"output.mp4\", codec='libx264', fps=24)\n
"},{"location":"reference_manual/clips/video_clips/imagesequenceclip/","title":"ImageSequenceClip","text":"

class vidiopy.VideoClip.ImageSequenceClip

Bases: vidiopy.VideoClip.VideoClip(sequence, fps=None, duration=None, audio=None)

A class used to represent a sequence of images as a video clip. This class extends the VideoClip class and provides additional functionality for handling sequences of images.

Attributes:
  • clip (tuple[Image.Image, ...]): The sequence of images as a tuple of PIL Images.

  • It inherits all the attributes from the VideoClip class.

Parameters:
  • sequence (str | Path | tuple[Image.Image, ...] | tuple[np.ndarray, ...] | tuple[str | Path, ...]): The sequence to import. It can be a tuple of PIL Images, paths to images, numpy arrays, or a path to a directory.
  • fps (int | float | None, optional): The frames per second of the image sequence clip. If not specified, it is calculated from the duration and the number of images in the sequence.
  • duration (int | float | None, optional): The duration of the image sequence clip in seconds. If not specified, it is calculated from the fps and the number of images in the sequence.
  • audio (optional): The audio of the image sequence clip. If not specified, the image sequence clip will have no audio.
Methods:

make_frame_array(t)

Generates a numpy array representation of a specific frame in the image sequence clip.

This method calculates the index of the frame for a specific time, retrieves the frame from the image sequence clip, and converts it to a numpy array.

Parameters: - t (int | float): The time of the frame to convert.

Returns: - np.ndarray: The numpy array representation of the frame.

Requires: - duration or end to be set.

make_frame_pil(t)

Generates a PIL Image representation of a specific frame in the image sequence clip.

This method calculates the index of the frame for a specific time, retrieves the frame from the image sequence clip, and returns it as a PIL Image.

Parameters: - t (int | float): The time of the frame to convert.

Returns: - Image.Image: The PIL Image representation of the frame.

Raises: - ValueError: If neither the duration nor the end of the image sequence clip is set.

Requires: - duration or end to be set.

fl_frame_transform(func, *args, **kwargs)

Applies a function to each frame of the image sequence clip.

This method iterates over each frame in the image sequence clip, applies a function to it, and replaces the original frame with the result. The function is expected to take a PIL Image as its first argument and return a PIL Image.

Parameters: - func (Callable[..., Image.Image]): The function to apply to each frame. It should take a PIL Image as its first argument and return a PIL Image. - *args: Additional positional arguments to pass to the function. - **kwargs: Additional keyword arguments to pass to the function.

Returns: - ImageSequenceClip: The current instance of the ImageSequenceClip class.

Example:

>>> image_sequence_clip = ImageSequenceClip()\n>>> image_sequence_clip.fl_frame_transform(lambda frame: frame.rotate(90))\n

fl_clip_transform(func, *args, **kwargs)

Applies a function to each frame of the image sequence clip along with its timestamp.

This method iterates over each frame in the image sequence clip, applies a function to it and its timestamp, and replaces the original frame with the result. The function is expected to take a PIL Image and a float as its first two arguments and return a PIL Image.

Parameters: - func (Callable[..., Image.Image]): The function to apply to each frame. It should take a PIL Image and a float as its first two arguments and return a PIL Image. - *args: Additional positional arguments to pass to the function. - **kwargs: Additional keyword arguments to pass to the function.

Returns: - ImageSequenceClip: The current instance of the ImageSequenceClip class.

Raises: - ValueError: If the fps of the image sequence clip is not set.

Requires: - fps to be set.

Example:

>>> image_sequence_clip = ImageSequenceClip()\n>>> image_sequence_clip.fl_clip_transform(lambda frame, t: frame.rotate(90 * t))\n

"},{"location":"reference_manual/clips/video_clips/mixing_clips/","title":"CompositeVideoCLip","text":"

def composite_videoclips(clips: Sequence[VideoClip], fps: int | float | None = None, bg_color: tuple[int, ...] = (0, 0, 0, 0), use_bg_clip: bool = False, audio: bool = True, audio_fps=44100)

Composites multiple video clips into a single video clip.

This function takes a sequence of video clips and composites them into a single video clip. The clips are layered on top of each other in the order they appear in the sequence. The background of the composite clip can be a solid color or the first clip in the sequence. The function also handles the positioning of each clip in the composite clip and the audio of the composite clip.

Args:
  • clips: Sequence[VideoClip]: The sequence of video clips to composite.
  • fps (int | float | None, optional): The frames per second of the composite clip. If not specified, it is set to the maximum fps of the clips in the sequence or raises a ValueError if none of the clips have fps set.
  • bg_color (tuple[int, ...], optional): The background color of the composite clip as a tuple of integers representing RGBA values. Default is (0, 0, 0, 0) which is transparent.
  • use_bg_clip (bool, optional): Whether to use the first clip in the sequence as the background of the composite clip. Default is False.
  • audio (bool, optional): Whether to include audio in the composite clip. If True, the audio of the clips in the sequence is also composited. Default is True.
  • audio_fps (int, optional): The frames per second of the audio of the composite clip. Default is 44100.
Returns: ImageSequenceClip: The composite video clip as an instance of the ImageSequenceClip class. Raises:
  • ValueError: If neither fps nor duration is set for any of the clips in the sequence.
  • ValueError: If the position of a clip in the composite clip is not specified correctly.
  • TypeError: If the position of a clip in the composite clip is not of the correct type.
Example:
>>> clip1 = VideoClip(...)\n>>> clip2 = VideoClip(...)\n>>> composite_clip = composite_videoclips([clip1, clip2], fps=24)\n
Note: This function uses the `#!py ImageSequenceClip class to create the composite video clip and the composite_audioclips function to composite the audio of the clips."},{"location":"reference_manual/clips/video_clips/mixing_clips/#concatenatevideoclips","title":"ConcatenateVideoClips","text":"

def concatenate_videoclips(clips: Sequence[VideoClip], transparent: bool = False, fps: int | float | None = None, scaling_strategy: str = \"scale_same\", transition: ( VideoClip | Callable[[Image.Image, Image.Image, int | float], VideoClip] | None ) = None, audio: bool = True, audio_fps: int | None = None):

Concatenates multiple video clips into a single video clip.

This function takes a sequence of video clips and concatenates them into a single video clip. The clips are appended one after the other in the order they appear in the sequence. The function also handles the scaling of each clip in the concatenated clip and the audio of the concatenated clip.

Args:
  • clips (Sequence[VideoClip]): The sequence of video clips to concatenate.
  • transparent (bool, optional): Whether to use a transparent background for the concatenated clip. Default is False.
  • fps (int | float | None, optional): The frames per second of the concatenated clip. If not specified, it is set to the maximum fps of the clips in the sequence or raises a ValueError if none of the clips have fps set.
  • scaling_strategy (bool | None, optional): The scaling strategy to use for the clips in the concatenated clip. If 'scale_up', the clips are scaled up to fit the size of the concatenated clip. If 'scale_down', the clips are scaled down to fit the size of the concatenated clip. If 'scale_same', the clips are not scaled. Default is 'scale_same'.
  • transition (VideoClip | Callable[[Image.Image, Image.Image, int | float], VideoClip] | None, optional): The transition to use between the clips in the concatenated clip. If a VideoClip, it is used as the transition. If a callable, it is called with the last frame of the previous clip, the first frame of the next clip, and the duration of the transition to generate the transition. If None, no transition is used. Default is None.
  • audio (bool, optional): Whether to include audio in the concatenated clip. If True, the audio of the clips in the sequence is also concatenated. Default is True.
  • audio_fps (int | None, optional): The frames per second of the audio of the concatenated clip. Default is None.
Returns: ImageSequenceClip: The concatenated video clip as an instance of the ImageSequenceClip class.

Raises: - ValueError: If neither fps nor duration is set for any of the clips in the sequence. - ValueError: If the size of a clip in the concatenated clip is not specified correctly. - TypeError: If the scaling strategy of a clip in the concatenated clip is not of the correct type.

Example:
>>> clip1 = VideoClip(...)\n>>> clip2 = ImageClip(...)\n>>> concatenated_clip = concatenate_videoclips([clip1, clip2], fps=24)\n
Note: This function uses the ImageSequenceClip class to create the concatenated video clip and the concatenate_audioclips function to concatenate the audio of the clips."},{"location":"reference_manual/clips/video_clips/videoclip/","title":"VideoClip","text":"

class vidiopy.VideoClip.VideoClip

Base: vidiopy.Clip.Clip

A VideoClip is a Base Class for all Video And Image clips (VideoFileClip, ImageClip and ImageSequenceClip)

See VideoFileClip, ImageClip etc. for more user-friendly classes.

Attributes:

_st: float | int

The start time of the clip (in seconds).

_ed: float | int | None

The end time of the clip (in seconds).

_dur: float | int | None

The Duration of the clip (in seconds).

Warning: Not Real Duration

It Many not equal to video.end - video.start. It is the Original Duration In which Video Is imported or any thing else.

fps: float | int | None

The FPS(Frame per Second) of the Video.

size: tuple[int, int]

The size of the clip, (width,height), in pixels.

audio: AudioClip | None

Audio in the Video.

pos: Callable[[float | int], tuple[int | str | float, int | str | float]]

A function t->(x,y) where x,y is the position of the clip when it is composed with other clips. See VideoClip.set_pos for more details.

relative_pos: bool

A Bool Which Determine whether the pos will output a relative position or in pixel. Properties:

start: float | int

The start time of the clip (in seconds).

end: float | int | None

The end time of the clip (in seconds).

duration: float | int | None

The Duration of the clip (in seconds).

Warning: Not Real Duration

It Many not equal to video.end - video.start. It is the Original Duration In which Video Is imported or any thing else.

width | w: int

The width of the clip, in pixels.

height | h: int

The height of the clip, in pixels.

aspect_ratio: Fraction

The aspect ratio of the clip, (width / height). methods:

set_start(self, value: int | float) -> VideoClip

The set_start method is used to set the start time of the video clip. It Changes _st attribute of the VideoClip.

Args: value: int | float: The start time of the video clip. Returns: VideoClip: The instance of the VideoClip after setting the start time.

set_end(self, value: int | float) -> VideoClip

The set_end method is used to set the end time of the video clip. It Changes _ed attribute of the VideoClip.

Args: value: int | float: The end time of the video clip. Returns: VideoClip: The instance of the VideoClip after setting the end time.

set_duration(self, value: int | float) -> VideoClip

Setter for the duration of the video clip. it raises a ValueError since duration is not allowed to be set. but you can change the duration using clip._dur = value or the _set_duration method.

Args: dur: int | float: The duration to set for the video clip. Returns: NoReturn: Raises a ValueError since duration is not allowed to be set. Raises: ValueError: If an attempt is made to set the duration, a ValueError is raised.

_set_duration(self, value: int | float) -> VideoClip

Private method to set the duration of the video clip. It Changes _dur attribute of the VideoClip.

Args: value: int | float: The duration to set for the video clip. Returns: VideoClip: The instance of the VideoClip after setting the duration.

set_position(self, pos: (tuple[int | float | str, int | float | str] | list[int | float | str] | Callable[[float | int], tuple[int | float | str, int | float | str]]), relative=False) -> Self:

Sets the position of the video clip. This is useful for the concatenate method, where the position of the video clip is used to set it on other clip. This method allows the position of the video clip to be set either as a fixed tuple of coordinates, or as a function that returns a tuple of coordinates at each time. The position can be set as absolute or relative to the size of the clip using the relative.

Note:
  • It Should Be the coordinates of the Video on the top left corner.
  • If relative is True, the position should be between the 0.0 & 1.0.
  • If relative is False, the position should be between the 0 & width or height of the video.
Parameters: pos: tuple | Callable: The position to set for the video clip. This can be either:
  • a tuple of two integers or floats, representing the x and y coordinates of the position, or
  • a callable that takes a single float or integer argument (representing the time) and returns a tuple of two integers or floats, representing the x and y coordinates of the position.
relative (bool, optional): Whether the position is relative to the size of the clip. If True, the position is interpreted as a fraction of the clip's width and height. Defaults to False. Raises: TypeError: If pos is not a tuple or a callable. Returns: self: Returns the instance of the class.

set_audio(self, audio: AudioClip | None) -> Self:

Sets the audio for the video clip.

This method assigns the provided audio clip to the video clip. If the audio clip is not None, it also sets the start and end times of the audio clip to match the video clip's start and end times.

Parameters: audio: AudioClip | None: The audio clip to be set to the video clip. If None, no audio is set. Returns: Self: Returns the instance of the class with updated audio clip.

without_audio(self) -> Self:

Removes the audio from the current VideoClip instance.

This method sets the 'audio' attribute of the VideoClip instance to None, effectively removing any audio that the clip might have.

Returns: VideoClip: The same instance of the VideoClip but without any audio. This allows for method chaining. Example:
>>> clip = VideoClip(...)\n>>> clip_without_audio = clip.without_audio()\n
Note: This method modifies the VideoClip instance in-place. If you want to keep the original clip with audio, consider making a copy before calling this method.

set_fps(self, fps: int | float) -> Self:

Set the frames per second (fps) for the video clip.

This method allows you to set the fps for the video clip. The fps value determines how many frames are shown per second during playback. A higher fps value results in smoother video playback.

Parameters: fps: int | float: The frames per second value to set. This can be an integer or a float. For example, a value of 24 would mean 24 frames are shown per second. Raises: TypeError: If the provided fps value is not an integer or a float. Returns: Self: Returns the instance of the class, allowing for method chaining. Example:
>>> clip = VideoClip()\n>>> clip.set_fps(24)\n

make_frame_array(self, t) -> np.ndarray:

Generate a frame at time t as a NumPy array.

This method is intended to be overridden in subclasses. It should return a NumPy array representing the frame at the given time.

Parameters: t: float: The time at which to generate the frame. Raises: NotImplementedError: If the method is not overridden in a subclass. Returns: np.ndarray: A NumPy array representing the frame at time t. Example:
>>> clip = VideoClipSubclass()\n>>> frame = clip.make_frame_array(0.5)\n

make_frame_pil(self, t) -> np.ndarray:

Generate a frame at time t as a NumPy array.

This method is intended to be overridden in subclasses. It should return a PIL representing the frame at the given time.

Parameters: t: float: The time at which to generate the frame. Raises: NotImplementedError: If the method is not overridden in a subclass. Returns: np.ndarray: A NumPy array representing the frame at time t. Example:
>>> clip = VideoClipSubclass()\n>>> frame = clip.make_frame_pil(0.5)\n

get_frame(self, t: int | float, is_pil=None) -> np.ndarray | Image.Image:

Get a frame at time t.

This method returns a frame at the given time t. The frame can be returned as a NumPy array or a PIL Image, depending on the value of is_pil.

Parameters: t: int | float: The time at which to get the frame. is_pil (bool, optional): If True, the frame is returned as a PIL Image. If False or None, the frame is returned as a NumPy array. Defaults to None. Raises: ValueError: If is_pil is not True, False, or None. Returns: np.ndarray | Image.Image: The frame at time t as a NumPy array or a PIL Image. Example:
>>> clip = VideoClip()\n>>> frame_array = clip.get_frame(0.5)\n>>> frame_pil = clip.get_frame(0.5, is_pil=True)\n

iterate_frames_pil_t(self, fps: int | float) -> Generator[Image.Image, Any, None]:

Iterate over frames as PIL Images at a given frames per second (fps).

This method generates frames at a given fps as PIL Images. The frames are generated from the start of the clip to the end or duration, whichever is set.

Parameters: fps: int | float: The frames per second at which to generate frames. Raises: ValueError: If neither end nor duration is set. Yields: Image.Image: The next frame as a PIL Image. Example:
>>> clip = VideoClip()\n>>> for frame in clip.iterate_frames_pil_t(24):\n...     # Do something with frame\n

iterate_frames_array_t(self, fps: int | float) -> Generator[np.ndarray, Any, None]:

Iterate over frames as NumPy arrays at a given frames per second (fps).

This method generates frames at a given fps as NumPy arrays. The frames are generated from the start of the clip to the end or duration, whichever is set.

Parameters: fps: int | float: The frames per second at which to generate frames. Raises: ValueError: If neither end nor duration is set. Yields: np.ndarray: The next frame as a NumPy array. Example:
>>> clip = VideoClip()\n>>> for frame in clip.iterate_frames_array_t(24):\n...     # Do something with frame\n

sub_clip_copy(self, t_start: int | float | None = None, t_end: int | float | None = None) -> Self:

Returns a subclip of the clip.copy, starting at time t_start (in seconds).

Parameters: t_start: int | float | None, optional: The start time of the subclip in seconds. Defaults to None. t_end: int | float | None, optional: The end time of the subclip in seconds. Defaults to None. Returns: Self: The subclip of the clip. Raises: NotImplementedError: If the method is not overridden in a subclass. Example:
>>> clip = VideoClip()\n>>> subclip = clip.sub_clip_copy(t_start=1.5, t_end=3.5)\n

sub_clip(self, t_start: int | float | None = None, t_end: int | float | None = None) -> Self:

Returns a subclip of the clip, starting at time t_start and ending at time t_end.

Parameters: t_start: int | float | None, optional: The start time of the subclip in seconds. Defaults to None. t_end: int | float | None, optional: The end time of the subclip in seconds. Defaults to None. Returns: Self: The subclip of the clip. Raises: NotImplementedError: If the method is not overridden in a subclass. Example:
>>> clip = VideoClip()\n>>> subclip = clip.sub_clip(t_start=1.5, t_end=3.5)\n

fl_frame_transform(self, func, *args, **kwargs) -> Self:

Apply a frame transformation function to each frame of the video clip.

This method calls the provided function func on each frame of the clip and applies the transformation. The transformed frames are then stored in a list and assigned back to the clip.

Parameters: func: The frame transformation function to be applied. *args: Additional positional arguments to be passed to the transformation function. **kwargs: Additional keyword arguments to be passed to the transformation function. Returns: Self: The modified video clip object. Example:
>>> def grayscale(frame):\n>>>     # Convert frame to grayscale\n>>>     return cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)\n>>>\n>>> clip = VideoClip()\n>>> clip.fl_frame_transform(grayscale)\n
Note: This method is meant to be overridden in the subclass. If not overridden, it raises a NotImplementedError. The transformation function func should accept a single frame as the first argument and return the transformed frame.

fl_time_transform(self, func_t: Callable[[int | float], int | float]) -> Self:

Apply a time transformation function to the clip.

This method modifies the make_frame_array and make_frame_pil methods to apply a time transformation function func_t to the time t before generating the frame. This can be used to speed up, slow down, or reverse the clip, among other things.

If the clip has audio, the same time transformation is applied to the audio.

Parameters: func_t (Callable[[int | float], int | float]): The time transformation function to apply. This function should take a time t and return a new time. Returns: Self: Returns the instance of the class, allowing for method chaining. Example:
>>> clip = VideoClip()\n>>> clip.fl_time_transform(lambda t: 2*t)  # Speed up the clip by a factor of 2\n

fx(self, func: Callable[..., Self], *args, **kwargs) -> Self:

Apply an effect function to the clip.

This method applies an effect function func to the clip. The effect function should take the clip as its first argument, followed by any number of positional and keyword arguments.

The effect function should return a new clip, which is then returned by this method.

Parameters: func (Callable[..., Self]): The effect function to apply. This function should take the clip as its first argument, followed by any number of positional and keyword arguments. *args: Positional arguments to pass to the effect function. **kwargs: Keyword arguments to pass to the effect function. Returns: Self: The new clip returned by the effect function. Example:
>>> clip = VideoClip()\n>>> clip.fx(effect_function, arg1, arg2, kwarg1=value1)\n

sub_fx(self, func: Callable[..., Self], *args, start_t: int | float | None = None, end_t: int | float | None = None, **kwargs) -> Self:

Apply an effect function to a subclip of the clip.

This method creates a subclip from start_t to end_t, applies an effect function func to the subclip, and returns the modified subclip.

The effect function should take the clip as its first argument, followed by any number of positional and keyword arguments.

Parameters: func (Callable[..., Self]): The effect function to apply. This function should take the clip as its first argument, followed by any number of positional and keyword arguments. *args: Positional arguments to pass to the effect function. start_t (int | float | None, optional): The start time of the subclip. If None, the start of the clip is used. Defaults to None. end_t (int | float | None, optional): The end time of the subclip. If None, the end of the clip is used. Defaults to None. **kwargs: Keyword arguments to pass to the effect function. Returns: Self: The modified subclip. Example:
>>> clip = VideoClip()\n>>> subclip = clip.sub_fx(effect_function, arg1, arg2, start_t=1, end_t=2, kwarg1=value1)\n

_sync_audio_video_s_e_d(self) -> Self:

Synchronizes the audio and video start, end, and duration attributes.

This method is used to ensure that the audio and video parts of a clip are in sync. It sets the start, end, and original duration of the audio to match the video.

Returns: Self: Returns the instance of the class with updated audio attributes. Raises: None Example:
>>> video_clip = VideoClip()\n>>> video_clip._sync_audio_video_s_e_d()\n
Note: This is an internal method, typically not meant to be used directly by the user.

write_videofile(self, filename, fps=None, codec=None, bitrate=None, audio=True, audio_fps=44100, preset=\"medium\", pixel_format=None, audio_codec=None, audio_bitrate=None, threads=None, ffmpeg_params: dict[str, str] | None = None, logger=\"bar\", over_write_output=True) -> Self:

Writes the video clip to a file.

This method generates video frames, processes them, and writes them to a file. If audio is present in the clip, it is also written to the file.

Args: filename (str): The name of the file to write. fps (int, optional): The frames per second to use for the output video. If not provided, the fps of the video clip is used. codec (str, optional): The codec to use for the output video. bitrate (str, optional): The bitrate to use for the output video. audio (bool, optional): Whether to include audio in the output video. Defaults to True. audio_fps (int, optional): The frames per second to use for the audio. Defaults to 44100. preset (str, optional): The preset to use for the output video. Defaults to \"medium\". pixel_format (str, optional): The pixel format to use for the output video. audio_codec (str, optional): The codec to use for the audio. audio_bitrate (str, optional): The bitrate to use for the audio. threads (int, optional): The number of threads to use for writing the video file. ffmpeg_params (dict[str, str] | None, optional): Additional parameters to pass to ffmpeg. logger (str, optional): The logger to use. Defaults to \"bar\". over_write_output (bool, optional): Whether to overwrite the output file if it already exists. Defaults to True. Returns: Self: Returns the instance of the class. Raises: Exception: If fps is not provided and not set in the video clip. Example:
>>> video_clip = VideoClip()\n>>> video_clip.write_videofile(\"output.mp4\")\n
Note: This method uses ffmpeg to write the video file.

write_videofile_subclip(self, filename, start_t: int | float | None = None, end_t: int | float | None = None, fps=None, codec=None, bitrate=None, audio=True, audio_fps=44100, preset=\"medium\", pixel_format=None, audio_codec=None, audio_bitrate=None, write_logfile=False, verbose=True, threads=None, ffmpeg_params: dict[str, str] | None = None, logger=\"bar\", over_write_output=True) -> Self:

Writes a subclip of the video clip to a file.

This method generates video frames for a specific part of the video (subclip), processes them, and writes them to a file. If audio is present in the clip, it is also written to the file.

Args: filename (str): The name of the file to write. start_t (int | float | None, optional): The start time of the subclip. If not provided, the start of the video is used. end_t (int | float | None, optional): The end time of the subclip. If not provided, the end of the video is used. fps (int, optional): The frames per second to use for the output video. If not provided, the fps of the video clip is used. codec (str, optional): The codec to use for the output video. bitrate (str, optional): The bitrate to use for the output video. audio (bool, optional): Whether to include audio in the output video. Defaults to True. audio_fps (int, optional): The frames per second to use for the audio. Defaults to 44100. preset (str, optional): The preset to use for the output video. Defaults to \"medium\". pixel_format (str, optional): The pixel format to use for the output video. audio_codec (str, optional): The codec to use for the audio. audio_bitrate (str, optional): The bitrate to use for the audio. write_logfile (bool, optional): Whether to write a logfile. Defaults to False. verbose (bool, optional): Whether to print verbose output. Defaults to True. threads (int, optional): The number of threads to use for writing the video file. ffmpeg_params (dict[str, str] | None, optional): Additional parameters to pass to ffmpeg. logger (str, optional): The logger to use. Defaults to \"bar\". over_write_output (bool, optional): Whether to overwrite the output file if it already exists. Defaults to True. Returns: Self: Returns the instance of the class. Raises: Exception: If fps is not provided and not set in the video clip. Example:
>>> video_clip = VideoClip()\n>>> video_clip.write_videofile_subclip(\"output.mp4\", start_t=10, end_t=20)\n
Note: This method uses ffmpeg to write the video file.

write_image_sequence(self, nformat: str, fps: int | float | None = None, dir=\".\") -> Self:

Writes the frames of the video clip as an image sequence.

This method generates video frames, processes them, and writes them as images to a directory. The images are named by their frame number and the provided format.

Args: nformat (str): The format to use for the output images. fps (int | float | None, optional): The frames per second to use for the output images. If not provided, the fps of the video clip is used. dir (str, optional): The directory to write the images to. Defaults to the current directory. Returns: Self: Returns the instance of the class. Raises: ValueError: If fps is not provided and fps and duration are not set in the video clip. Example:
>>> video_clip = VideoClip()\n>>> video_clip.write_image_sequence(\"png\", fps=24, dir=\"frames\")\n
Note: This method uses ffmpeg to write the images.

save_frame(self, t: int | float, filename: str) -> Self:

Saves a specific frame of the video clip as an image.

This method generates a video frame for a specific time, processes it, and writes it as an image to a file.

Args: t (int | float): The time of the frame to save. filename (str): The name of the file to write. Returns: Self: Returns the instance of the class. Example:
>>> video_clip = VideoClip()\n>>> video_clip.save_frame(10, \"frame10.png\")\n
Note: This method uses ffmpeg to write the image.

to_ImageClip(self, t: int | float):

Converts a specific frame of the video clip to an ImageClip.

This method generates a video frame for a specific time, processes it, and converts it to an ImageClip.

Args: t (int | float): The time of the frame to convert. Returns: Data2ImageClip: The converted ImageClip. Raises: None Example:
>>> video_clip = VideoClip()\n>>> image_clip = video_clip.to_ImageClip(10)\n
Note: This method uses ffmpeg to generate the frame and then converts it to an ImageClip."},{"location":"reference_manual/clips/video_clips/videofileclip/","title":"VideoFileClip","text":"

class vidiopy.VideoFileClip(filename: str, audio: bool = True, ffmpeg_options: dict | None = None)

Bases: vidiopy.VideoClip

All Methods and properties of the VideoClip class are available.

A video clip originating from a Video file.

Parameters:

filename: str

The name of the video file, as a string or a path-like object. It can have any extension supported by ffmpeg. All Sported extensions
  • .mp4
  • .avi
  • .mov
  • .mkv
  • .webm
  • .flv
  • .wmv
  • .3gp
  • .ogg
  • .ogv
  • .mts
  • .m2ts
  • .ts
  • .vob
  • .mpg
  • .mpeg
  • .m2v
  • .m4v
  • .mxf
  • .dv
  • .f4v
  • .gif
  • .mp3
  • .wav
  • .flac
  • .ogg
  • .m4a
  • .wma
  • .aac
  • .ac3
  • .alac
  • .aiff
  • .amr
  • .au
  • .mka
  • .mp2
  • .mpa
  • .opus
  • .ra
  • .tta
  • .wv
  • .weba
  • .webm
  • .webvtt
  • .srt ETC.

audio: bool Default: True

Set to False if the clip doesn\u2019t have any audio or if you do not wish to read the audio.

ffmpeg_options: dict | None Default: None

A dictionary of options to be passed to ffmpeg when generating the clip\u2019s audio. If None, the default options will be used. If you want to pass options to the video part of the clip, you will have to use the vidiopy.VideoFileClip.set_make_frame method. Attributes:

clip:

The Numpy array of the clip\u2019s video frames.

Read docs for Clip() and VideoClip() for other, more generic, attributes.

Methods:

fl_frame_transform(self, func, *args, **kwargs) -> Self:

Applies a function to each frame of the video clip.

This method iterates over each frame in the video clip, applies a function to it, and replaces the original frame with the result.

Args: func (callable): The function to apply to each frame. It should take an Image as its first argument, and return an Image. *args: Additional positional arguments to pass to func. **kwargs: Additional keyword arguments to pass to func. Returns: Self: Returns the instance of the class with updated frames. Raises: None Example:
>>> video_clip = VideoClip()\n>>> def invert_colors(image):\n...     return ImageOps.invert(image)\n>>> video_clip.fl_frame_transform(invert_colors)\n
Note: This method requires the start and end of the video clip to be set.

fl_clip_transform(self, func, *args, **kwargs) -> Self:

Applies a function to each frame of the video clip along with its timestamp.

This method iterates over each frame in the video clip, applies a function to it and its timestamp, and replaces the original frame with the result.

Args: func (callable): The function to apply to each frame. It should take an Image and a float (representing the timestamp) as its first two arguments, and return an Image. *args: Additional positional arguments to pass to func. **kwargs: Additional keyword arguments to pass to func. Returns: Self: Returns the instance of the class with updated frames. Raises: None Example:
>>> video_clip = VideoClip()\n>>> def add_timestamp(image, timestamp):\n...     draw = ImageDraw.Draw(image)\n...     draw.text((10, 10), str(timestamp), fill=\"white\")\n...     return image\n>>> video_clip.fl_clip_transform(add_timestamp)\n
Note: This method requires the fps of the video clip to be set.

make_frame_array(self, t: int | float) -> np.ndarray:

Generates a numpy array representation of a specific frame in the video clip.

This method calculates the index of the frame for a specific time, retrieves the frame from the video clip, and converts it to a numpy array.

Args: t (int | float): The time of the frame to convert. Returns: np.ndarray: The numpy array representation of the frame. Raises: ValueError: If the duration of the video clip is not set. Example:
>>> video_clip = VideoClip()\n>>> frame_array = video_clip.make_frame_array(10)\n
Note: This method requires the duration of the video clip to be set.

make_frame_pil(self, t: int | float) -> Image.Image:

Generates a PIL Image representation of a specific frame in the video clip.

This method calculates the index of the frame for a specific time, retrieves the frame from the video clip, and returns it as a PIL Image.

Args: t (int | float): The time of the frame to convert. Returns: Image.Image: The PIL Image representation of the frame. Raises: ValueError: If the duration of the video clip is not set. Example:
>>> video_clip = VideoClip()\n>>> frame_image = video_clip.make_frame_pil(10)\n
Note: This method requires the duration of the video clip to be set.

_import_video_clip(self, file_name: str, ffmpeg_options: dict | None = None) -> tuple:

Imports a video clip from a file using ffmpeg.

This method reads a video file using ffmpeg, converts each frame to a PIL Image, and returns a tuple of the images and the fps of the video.

Args: file_name (str): The name of the video file to import. ffmpeg_options (dict | None, optional): Additional options to pass to ffmpeg. Defaults to None. Returns: tuple: A tuple of the frames as PIL Images and the fps of the video. Raises: None Example:
>>> video_clip = VideoClip()\n>>> frames, fps = video_clip._import_video_clip(\"video.mp4\")\n
Note: This method uses ffmpeg to read the video file. It is a private method and not intended for external use."}]} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..4b7379d --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,103 @@ + + + + https://github.com/SohamTilekar/vidiopy/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/getting_started/basic_concepts/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/getting_started/download_install/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/getting_started/mixing_clip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/getting_started/quick_presentation/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/getting_started/read%26write/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/more/CONTRIBUTING/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/more/code%20style%20guide/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/reference_manual/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/clip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/audio_clips/audioarrayclip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/audio_clips/audioclip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/audio_clips/audiofileclip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/audio_clips/mixingaudio/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/audio_clips/silenceclip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/video_clips/imageclips/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/video_clips/imagesequenceclip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/video_clips/mixing_clips/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/video_clips/videoclip/ + 2024-04-12 + daily + + + https://github.com/SohamTilekar/vidiopy/reference_manual/clips/video_clips/videofileclip/ + 2024-04-12 + daily + + \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz new file mode 100644 index 0000000000000000000000000000000000000000..e864f49295931225514c23048ffb81f65ede1715 GIT binary patch literal 429 zcmV;e0aE@SiwFqB{1|2e|8r?{Wo=<_E_iKh0NqzjYuqppz2{dfh8)*&Oek&fI*>q1 zE-AE|vzbVJh-7dSzi)@2V zdZk^v%O3Y%wjZ;b`l1?wA&eV#cC^d782iscjN_P-j%cB$+=o_>?07-q4HQNGDXT9w zJf;L^YaW&HvYxUKr)hQUhNoP5D}MM6>|Psuh9F+F(!M{5N=)9%V4!Hds>`Ch-WJ!} ztCC&bu!WoKz_oY?c&rs@bE?DwIkOVKY5fhs7Gvb|YA8a8sKgVHmW}jIVjn3z{>qQe zculN20;^xAr8K%vkNk1a^10~)61oVHKg{$r1O#H6?C{?el@w0JgGBZu%ftg1+hckepNG~25w X&uss@u02ou+g|?!`gTuS<_`b>BIVmY literal 0 HcmV?d00001 diff --git a/stylesheets/extra.css b/stylesheets/extra.css new file mode 100644 index 0000000..384fb1d --- /dev/null +++ b/stylesheets/extra.css @@ -0,0 +1,33 @@ +[data-md-color-scheme="slate"] { + --md-code-hl-number-color: #B5CEA8; + --md-code-hl-special-color: #DCDCAA; + --md-code-hl-function-color: #DCDCAA; + --md-code-hl-constant-color: #569CD6; + --md-code-hl-keyword-color: #C586C0; + --md-code-hl-string-color: #CE9178; + --md-code-hl-name-color: #9CDCFE; + --md-code-hl-operator-color: #D4D4D4; + --md-code-hl-punctuation-color: #D4D4D4; + --md-code-hl-comment-color: #6A9955; + --md-code-hl-generic-color: #9CDCFE; + --md-code-hl-variable-color: #9CDCFE; +} + +[data-md-color-scheme="default"] { + --md-code-hl-number-color: #007acc; /* Darker blue */ + --md-code-hl-special-color: #a31515; /* Darker red */ + --md-code-hl-function-color: #6f42c1; /* Darker purple */ + --md-code-hl-constant-color: #0366d6; /* Darker blue */ + --md-code-hl-keyword-color: #d73a49; /* Darker red */ + --md-code-hl-string-color: #28a745; /* Darker green */ + --md-code-hl-name-color: #005cc5; /* Darker blue */ + --md-code-hl-operator-color: #333; /* Dark grey */ + --md-code-hl-punctuation-color: #333; /* Dark grey */ + --md-code-hl-comment-color: #6a737d; /* Darker grey */ + --md-code-hl-generic-color: #005cc5; /* Darker blue */ + --md-code-hl-variable-color: #005cc5; /* Darker blue */ +} + +.md-typeset iframe.giscus-frame { + color-scheme: light dark !important; +} \ No newline at end of file

compositing / Concatenating clips