FG
💻 Software

ffmpeg encode subtitle

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

Problem

I know maybe it's not a right place to ask this question but I couldn't find more related Q/A site from StackExchange group so here it goes : I need to add subtitle to a movie, i already have avi format video and srt format subtitle file and now i want to encode them both into one file. so the outp…

Error Output

stream #0.0 -> #0.0
stream #0.1 -> #0.1
stream #1.0 -> #0.2

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: ffmpeg encode subtitle

Low Risk

The answer as given will (lossily) re-encode the audio and video of the input file, and it will only select a single audio and video track (so if you have multiple languages, you're S-O-L). The correct way to do this in modern ffmpeg (or avconv for …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment