> ## Documentation Index
> Fetch the complete documentation index at: https://ayrshare.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Threads

> [Threads](/apis/post/social-networks/threads) के लिए Image और video media upload प्रकार, आकार सीमाएँ, और अन्य आवश्यकताएँ

## Image

<ul class="custom-bullets">
  <li>Format: JPEG और PNG image प्रकार image पोस्ट्स के लिए आधिकारिक रूप से समर्थित formats हैं।</li>
  <li>File Size: 8 MB अधिकतम।</li>
  <li>Aspect Ratio सीमा: 10:1</li>
  <li>न्यूनतम Width: 320 (यदि आवश्यक हो तो न्यूनतम तक scale up होगा)</li>
  <li>अधिकतम Width: 1440 (यदि आवश्यक हो तो अधिकतम तक scale down होगा)</li>
  <li>Height: भिन्न (width और aspect ratio पर निर्भर करता है)</li>

  <li>
    Color Space: sRGB। अन्य color spaces का उपयोग करने वाली छवियों के color spaces को
    sRGB में परिवर्तित किया जाएगा।
  </li>
</ul>

## Video

<ul class="custom-bullets">
  <li>
    Container: MOV या MP4 (MPEG-4 Part 14), कोई edit lists नहीं, फ़ाइल के सामने moov atom।
  </li>

  <li>Audio Codec: AAC, 48khz sample rate अधिकतम, 1 या 2 channels (mono या stereo)।</li>
  <li>Video Codec: HEVC या H264, progressive scan, closed GOP, 4:2:0 chroma subsampling।</li>
  <li>Frame Rate: 23-60 FPS</li>
  <li>Picture Size:</li>

  <ul>
    <li>अधिकतम Columns (horizontal pixels): 1920</li>

    <li>
      आवश्यक aspect ratio 0.01:1 और 10:1 के बीच है लेकिन हम cropping या
      खाली space से बचने के लिए 9:16 की अनुशंसा करते हैं।
    </li>
  </ul>

  <li>Video Bitrate: VBR, 25 Mbps अधिकतम।</li>
  <li>Audio Bitrate: 128 kbps।</li>
  <li>Duration: 300 सेकंड (5 मिनट) अधिकतम, न्यूनतम 0 सेकंड से अधिक।</li>
  <li>File Size: 1 GB अधिकतम।</li>
</ul>

***

<Tip>
  यदि आप वीडियो निर्माण tool का उपयोग कर रहे हैं और आपको अपना वीडियो प्रकाशित करने में समस्याएँ हो रही हैं, तो
  [वीडियो को re-encoding करने](/help-center/technical-support/video_publishing_fails) का प्रयास करें।
</Tip>

<Tip>
  अपना media स्वयं host कर रहे हैं? Meta के crawler को आपके URLs प्राप्त करने की अनुमति होनी चाहिए।
  `robots.txt` को कॉन्फ़िगर करने के लिए [Meta Media Crawler Blocked](/help-center/technical-support/meta_media_crawler_blocked)
  देखें।
</Tip>
