Media3 Transformer is actively under development and we are looking to hear from you! We welcome your feedback, feature requests and bug reports in the
issue tracker. Follow the
ExoPlayer blog for the latest updates.
Media3 ट्रांसफ़ॉर्मर
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Transformer, मीडिया को एडिट करने के लिए एक एपीआई है. इसमें फ़ॉर्मैट के बीच कन्वर्ज़न (ट्रांसकोडिंग), लंबे वीडियो से क्लिप को ट्रिम करने, वीडियो फ़्रेम के किसी हिस्से को काटना, कस्टम इफ़ेक्ट लागू करना, और अन्य एडिटिंग ऑपरेशन जैसे बदलाव शामिल हैं. यह Jetpack Media3 का हिस्सा है.
Transformer, Android 5.0 Lollipop (एपीआई लेवल 21) और इसके बाद के वर्शन के साथ काम करता है. इसमें Android के अलग-अलग वर्शन और अलग-अलग डिवाइसों पर एक जैसा व्यवहार पाने के लिए, वर्कअराउंड शामिल हैं. इस एपीआई को MediaCodec
के ऊपर लागू किया जाता है. इसका इस्तेमाल, हार्डवेयर की मदद से वीडियो डिकोड और एन्कोड करने के लिए किया जाता है. साथ ही, ग्राफ़िकल बदलावों के लिए OpenGL का इस्तेमाल किया जाता है. Transformer, फ़ॉर्मैट बदलने और कई तरह के बदलाव करने की सुविधा देता है. हालांकि, अगर आपको ज़्यादा कंट्रोल चाहिए, तो पाइपलाइन में मौजूद अलग-अलग कॉम्पोनेंट को अपनी पसंद के मुताबिक बनाया जा सकता है या पूरी तरह से बदला जा सकता है. उदाहरण के लिए, वीडियो एन्कोडिंग डिफ़ॉल्ट सेटिंग के साथ काम करती है. हालांकि, एन्कोडर के इस्तेमाल पर पूरा कंट्रोल पाने के लिए, कस्टम वीडियो एन्कोडर सेटिंग भी पास की जा सकती हैं या एन्कोडर फ़ैक्ट्री को बदला जा सकता है.
शुरू करें पेज पर जाकर, अपने ऐप्लिकेशन में Transformer इस्तेमाल करने का तरीका जानें. इसके बाद, डेमो ऐप्लिकेशन आज़माएं.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Media3 Transformer\n\nTransformer is an API for editing media, including converting between formats\n(transcoding), applying changes like trimming a clip from a longer video,\ncropping a portion of the video frame, applying custom effects, and other\nediting operations. It's part of [Jetpack Media3](/guide/topics/media/media3).\n\nTransformer is compatible with Android 5.0 Lollipop (API level 21) and higher,\nand includes workarounds to get more consistent behavior across Android versions\nand different devices. The API is implemented on top of `MediaCodec` for\nhardware-accelerated video decoding and encoding, and OpenGL for graphical\nmodifications. Transformer supports format conversions and several types of\nedits out of the box, but you can also customize or replace various components\nin the pipeline entirely if you need more control. For example, video encoding\nworks with default settings, but you can also pass custom video encoder settings\nor replace the encoder factory to get complete control over how encoders are\nused.\n\nLearn how to use Transformer in your app on the [getting\nstarted](/media/media3/transformer/getting-started) page, and try out the [demo app](/media/media3/transformer/demo-application)."]]