Download-ready assets at the right sizes, plus the bios, captions, hashtags, and brand rules. When in doubt, match the voice in the rules below and use vidr.video as the link everywhere.






The transparent watermark is burned into free-tier exports (paid skips it). Bottom-right, ~20% of frame width, ~85% opacity. vidr exports via ffmpeg.wasm — equivalent CLI:
ffmpeg -i in.mp4 -i vidr-watermark.png -filter_complex \ "[1]format=rgba,colorchannelmixer=aa=0.85,scale=iw*0.20:-1[wm];\ [0][wm]overlay=W-w-24:H-h-24" -c:a copy out.mp4