Skip to main content
Back to the directory
digitalsamba/claude-code-video-toolkitSoftware EngineeringFrontend and Design

ffmpeg

Video and audio processing with format conversion, resizing, compression, and Remotion asset preparation.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill ffmpeg
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, ffmpeg has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: digitalsamba/claude-code-video-toolkit. Canonical URL: https://skills.sh/digitalsamba/claude-code-video-toolkit/ffmpeg.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Video and audio processing with format conversion, resizing, compression, and Remotion asset preparation. FFmpeg is the essential tool for video/audio processing. This skill covers common operations for Remotion video projects. Why these flags: Note: Re-encoding is recommended for trimming. Stream copy ( -c copy ) can silently drop video if the seek point doesn't align with a keyframe. When to use FFmpeg vs Remotion playbackRate : Remotion limitation: playbackRate must be constant. Dynamic interpolation like playbackRate={interpolate(frame, [0, 100], [1, 5])} won't work correctly because Remotion evaluates frames independently. Calculate speed factor: Extreme speed (>2x audio): Chain atempo filters (each limited to 0.5-2.0 range): Add scale filter: -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" Use: -movflags faststart -pix_fmt yuv420p -c:v libx264 Use filter_complex with atempo: -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" Increase CRF (23→28) or reduce resolution After Remotion renders your video (typically to out/video.mp4 ), use FFmpeg to optimize for each distribution platform.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does ffmpeg do?

Video and audio processing with format conversion, resizing, compression, and Remotion asset preparation.

Is ffmpeg good?

ffmpeg does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support ffmpeg?

ffmpeg currently lists compatibility with Claude Code, Skills CLI.

Is ffmpeg safe to install?

ffmpeg has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to ffmpeg?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install ffmpeg?

Run the following command to install ffmpeg: npx skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill ffmpeg

Related skills

Alternatives in Software Engineering