VOOZH about

URL: https://apify.com/obedient_hierarchy/universal-video-converter

โ‡ฑ Video Converter API ยท Apify


Pricing

Pay per usage

Go to Apify Store

Reliable FFmpeg-based Apify Actor that converts video and audio files between safe presets, validates input/output metadata, and stores converted files in the default key-value store.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Kritsana

Kritsana

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a month ago

Last modified

Share

Universal Video Converter API

Apify Actor for reliable FFmpeg-based video/audio conversion.

The actor accepts an uploaded file or direct URL from the Actor input UI, converts the file using a constrained preset, validates input and output with ffprobe, saves the converted file back to the default key-value store, and pushes a dataset item with metadata and a download URL.

Example input

{
"sourceUrl":"https://example.com/input.mov",
"targetFormat":"mp4",
"quality":"balanced",
"maxResolution":1080,
"fps":30,
"stripMetadata":true
}

Console upload

In Apify Console, use the Upload video or source URL field. It renders as a file upload control, so non-technical users can upload a video directly instead of writing JSON or creating a key-value store manually.

Upload workflow

For API clients, first upload the binary video to an Apify key-value store record, then run the Actor with a signed or token-authenticated record URL as sourceUrl.

curl-X PUT \
"https://api.apify.com/v2/key-value-stores/YOUR_STORE_ID/records/input.mov?token=YOUR_APIFY_TOKEN"\
-H"Content-Type: video/quicktime"\
--data-binary "@input.mov"
{
"sourceUrl":"https://api.apify.com/v2/key-value-stores/YOUR_STORE_ID/records/input.mov?token=YOUR_APIFY_TOKEN",
"targetFormat":"mp4",
"quality":"balanced"
}

Use sourceUrl when the file is already hosted somewhere or uploaded to Apify storage. sourceKey is still supported for records available in the run's default key-value store. sourceStoreId is available for privileged runs, but public/signed sourceUrl is the most reliable upload workflow because Apify runs may execute with limited storage permissions.

Supported formats

  • Video: mp4, webm, mov, mkv, avi, m4v, gif.
  • Audio: mp3, m4a, aac, wav, ogg, flac.

The actor does not accept raw FFmpeg command strings. This keeps the API stable and prevents command injection.

You might also like

Document Converter

moving_beacon-owner1/my-actor-70

A tool that that converts documents between different formats. Upload files via URL and retrieve converted results from the key-value store.

3

YouTube Audio Downloader Free

epicscrapers/youtube-audio-downloader

Downloads audio from YouTube videos and stores them as files in the key-value store with metadata in the dataset.

73

5.0

Facebook Video Scraper Premium

neuro-scraper/facebook-video-details-scraper-premium

High-performance Facebook Reels & Facebook Video Scraper โ€” batch-extracts reels and videos, enriches metadata and stores direct media files (only-video, only-audio, merged audio+video) into Apify Key-Value Store. Plug-and-play, privacy-safe, built for fast, reliable production runs. Run now

11

5.0

Zip Extractor

fallenstars/zip-extractor

A lightweight, high-performance Actor to download and extract ZIP files directly into the Apify Key-Value Store. Perfect for No-Code workflows (Zapier/Make) or data pipelines. Input - ZIP URL Output - All extracted files are stored in the Key-Value Store associated with the Actor run.

๐Ÿ‘ User avatar

Abhishek Pratap Singh

3

Free Large Video Converter

lukaskrivka/audio-video-converter

Flexible and powerful conversion tool using the popular ffmpeg program ideal for very large video and audio files. Convert any audio or video file to a different format and adjust any settings. Automatically recognizes the source format.

๐Ÿ‘ User avatar

Lukรกลก Kล™ivka

162

Google Drive

onidivo/google-drive

Transfer files between Apify's key-value stores and Google Drive.

๐Ÿ‘ User avatar

Onidivo Technologies

51

Tiktok Video Downloader

logical_scrapers/tiktok-video-downloader

Extract video metadata and download MP4 files from TikTok. This Apify Actor takes TikTok video URLs as input and returns structured data including download URLs, author information, and audio details.

Video Thumbnail Generator

jan.jiran/video-thumbnail-generator

๐ŸŽฌ Generate thumbnails from videos at a chosen timestamp. Provide one or many video files or URLs, pick PNG or JPG and quality, and the Actor saves images to the default key-value store.

13

5.0

Instagram Video Scraper API โ€“ Extract Video, Audio & Metadata

apple_yang/instagram-video-scraper-api

Instagram Video Scraper API for extracting video data, audio, and metadata from public Reels and posts. Fast, reliable, and built for developers, AI processing, and automation workflows.