R

Remotion Dev Skills

add-expert
remotion-dev
Remotion विशेषज्ञ पृष्ठ पर एक नया विशेषज्ञ जोड़ें
official
add-sfx
remotion-dev
@remotion/sfx में एक नया ध्वनि प्रभाव जोड़ें
official
docs-demo
remotion-dev
Remotion दस्तावेज़ीकरण में एक इंटरैक्टिव डेमो जोड़ें। docs पृष्ठों के लिए नया <Demo> घटक बनाते समय उपयोग करें।
official
fix-dependabot
remotion-dev
Dependabot PR को ठीक करें, सभी मोनोरेपो इंस्टेंसेस में डिपेंडेंसी अपडेट करें, bun install चलाएँ और पुश करें
official
make-pr
remotion-dev
पुल रिक्वेस्ट निर्माण को स्वचालित करें, जिसमें फ़ॉर्मेटेड कमिट और ब्रांच प्रबंधन शामिल है। यह सुनिश्चित करता है कि आप मुख्य ब्रांच पर नहीं हैं, और यदि आवश्यक हो तो एक फीचर ब्रांच बनाता है। कमिट करने से पहले सभी प्रभावित पैकेजों पर Oxfmt कोड फ़ॉर्मेटिंग चलाता है। package.json से पैकेज नाम का उपयोग करके कमिट और पुल रिक्वेस्ट शीर्षकों को फ़ॉर्मेट करता है (जैसे, "@remotion/shapes : Add heart shape")। परिवर्तनों को पुश करने के बाद स्व
official
pr-name
remotion-dev
PR के लिए सही नामकरण
official
remotion-best-practices
remotion-dev
Remotion के लिए सर्वोत्तम अभ्यास - React में वीडियो निर्माण
official
remotion-best-practices
remotion-dev
Remotion के लिए सर्वोत्तम अभ्यास - React में वीडियो निर्माण
official
remotion-best-practices
remotion-dev
Remotion और React के साथ वीडियो बनाने के लिए डोमेन-विशिष्ट ज्ञान आधार। इसमें एनिमेशन, ऑडियो, एसेट्स, 3D सामग्री, चार्ट, टेक्स्ट, ट्रांज़िशन और कंपोज़िशन प्रबंधन को कवर करने वाली 30+ नियम फ़ाइलें शामिल हैं। कैप्शन, FFmpeg संचालन, ऑडियो विज़ुअलाइज़ेशन और ध्वनि प्रभाव एकीकरण के लिए विशेष मार्गदर्शन प्रदान करता है। डायनामिक मेटाडेटा गणना, मीडिया निरीक्षण (अवधि, आयाम, फ्रे
official
video-report
remotion-dev
एक वीडियो के बारे में रिपोर्ट तैयार करें
official
web-renderer-test
remotion-dev
We need to translate the given English text to Hindi. The text is about visual snapshot testing for web renderer components using vitest fixtures. It describes steps: create test fixtures, register fixtures, write test cases, run tests, update documentation. The name "web-renderer-test" is not in the text, so we don't include it. We preserve technical terms like "vitest", "React component", "renderStillOnWeb()", "testImage()", "bunx vitest", file paths, etc. We translate the rest naturally into Hindi. Let me translate: "Visual snapshot testing for web renderer components using vitest fixtures." -> "vitest फिक्स्चर का उपयोग करके वेब रेंडरर घटकों के लिए विज़ुअल स्नैपशॉट परीक्षण।" "Create test fixtures in packages/web-renderer/src/test/fixtures that define a React component, dimensions, frame rate, and duration" -> "packages/web-render
official
writing-docs
remotion-dev
Remotion API दस्तावेज़ीकरण को MDX प्रारूप में लिखने के लिए दिशानिर्देश और टेम्पलेट। packages/docs/docs में प्रति API एक .mdx फ़ाइल बनाएं, इसे sidebars.ts में जोड़ें, और सोशल प्रीव्यू कार्ड जनरेट करने के लिए bun render-cards.ts चलाएं। API गुणों के लिए ### शीर्षकों का उपयोग करें (बुलेट पॉइंट नहीं), वैकल्पिक पैरामीटर के लिए ? प्रत्यय जोड़ें, और विवरणों में डिफ़ॉल्ट मान स्वाभाविक रूप से शामिल करें। twoslash सत्यापन के साथ टाइप-सुरक्षित कोड स्निप
official