Powered by WebAssembly

Resize Video for LinkedIn via API

Format videos for LinkedIn's preferred 16:9 landscape format at 1920x1080. Optimize for professional business content with high-quality encoding.

Try it in your browser

Loading FFmpeg engine... (~31 MB)

Use the API

curl -X POST https://renderio.dev/v1/commands \
  -H "X-API-KEY: ffsk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
  "ffmpeg_command": "-i {in_video} -t 600 -vf \"scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:-1:-1:color=black\" -c:v libx264 -crf 23 -c:a aac {out_video}",
  "input_files": {
    "in_video": "https://example.com/input.mp4"
  },
  "output_files": {
    "out_video": "output.mp4"
  }
}'

Need an API key? Get your free API key to start processing files programmatically.

Common Variations

Square format (1:1) for feed
-i input.mp4 -t 600 -vf "scale=1080:1080:force_original_aspect_ratio=decrease,pad=1080:1080:-1:-1:color=black" -c:v libx264 -crf 23 -c:a aac output.mp4
High quality for presentations
-i input.mp4 -t 600 -vf "scale=1920:1080:force_original_aspect_ratio=decrease,pad=1920:1080:-1:-1:color=black" -c:v libx264 -crf 18 -preset slow -c:a aac -b:a 192k output.mp4
Center crop to fill
-i input.mp4 -t 600 -vf "scale=1920:1080:force_original_aspect_ratio=increase,crop=1920:1080" -c:v libx264 -crf 23 -c:a aac output.mp4

Platform Specs

Width

1920px

Height

1080px

Aspect Ratio

16:9

Max Duration

10min

Related Operations

Need to process at scale?

Automate this with the RenderIO FFmpeg API. Process thousands of files programmatically or through no-code video automation.