You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Below example shows how to encode video in .ts by FFmpeg


ffmpeg -i input.mp4 -c:v mpeg2video -qscale:v 2 -c:a mp2 -b:a 192k output.ts


  • No labels