video-processing-editing
Audited by Runlayer on Mar 6, 2026
Tool passed security scan
Risky tool definition detected
Tool: video-processing-editing/references/ffmpeg-guide.md [2/2] Description: -b:a 128k \ twitter.mp4 # Web (HTML5 compatible) ffmpeg -i input.mp4 \ -c:v libx264 -preset medium -crf 23 \ -s 1920x1080 -r 30 \ -pix_fmt yuv420p \ -profile:v baseline -level 3.0 \ -movflags +faststart \ -c:a aac -b:a 128k -ar 48000 \ web.mp4 ``` ### Hardware Acceleration ```bash # NVIDIA NVENC (GPU encoding) ffmpeg -hwaccel cuda -i input.mp4 \ -c:v h264_nvenc -preset slow -crf 18 \ output.mp4 # Apple VideoToolbox (Mac
Tool passed security scan
Risky tool definition detected
**Use setpts=PTS-STARTPTS after trim** - Reset timestamps to avoid gaps 6.
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (5)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan