FG
💻 Software

Use DivX settings to encode to mp4 with ffmpeg

Fresh5 days ago
Mar 15, 20269459 views
Confidence Score0%
0%

Problem

I'm used to use VirtualDub to encode a video to AVI container with DivX-codec (and MP3 for audio). Now I'm planning to use ffmpeg to encode videos to MP4 container with h264-codec. What I've figured out is that I need to use libx264 and one of those presets to make anything work. However, I'm amaze…

Error Output

@ECHO OFF

SETLOCAL

SET IN=source.avs
SET FFMPEG_PATH=C:\Program Files (x86)\ffmpeg
SET PRESET=-fpre "%FFMPEG_PATH%\presets\libx264-lossless_slow.ff…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Use DivX settings to encode to mp4 with ffmpeg

Low Risk

You should first upgrade to at least FFmpeg 0.9. is not really encouraged to be used for preset control anymore. This is why the files have been removed from newer versions. Preset control for libx264 now happens through x264 itself, not through FFm…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment