Public CDN for Qualixar marketing media. Serves video files via raw.githubusercontent.com for IG Reels Graph API and any tool that requires unauthenticated public URLs.
IG Reels Graph API requires video_url to be publicly fetchable with no authentication. FB Page CDN URLs are token-gated and rejected (error 2207076). This repo solves that with free public GitHub raw URLs.
shorts/agentassert/— AgentAssert ABC explainer Shorts/Reels (60s, 9:16)shorts/<topic>/— additional content as it ships
https://raw.githubusercontent.com/qualixar/media-cdn/main/shorts/<topic>/<filename>
Don't push manually. Use:
node Agentic_official/social-media-varun/ops/meta/publish-reel.mjs \
--account qualixar --file ./your-video.mp4 \
--caption "..." --topic <topic-folder>It encodes for IG specs, pushes here, and posts the Reel in one command.
ffmpeg -y -i INPUT.mp4 \
-c:v libx264 -profile:v main -level 4.0 -pix_fmt yuv420p \
-color_primaries bt709 -color_trc bt709 -colorspace bt709 -color_range tv \
-movflags +faststart -brand mp42 \
-c:a aac -b:a 128k -ar 44100 -ac 2 \
OUTPUT.mp4GitHub raw is fine for files ≤ 100 MB. For larger files, use Azure Blob (gtic-resource Foundry sub) — see social-media-varun/ops/meta/REELS-PLAYBOOK.md.
Public marketing content. Not for commercial redistribution.