Video transcoding using FFmpeg

项月亮
1 min readMay 27, 2019

--

Generally, following command can work:

ffmpeg -i [input file] [output file]

but in some machines, it well report an error like “Too many packets buffered for output stream 0:1.” and corrupt. Try this command:

ffmpeg  -i [input file] -max_muxing_queue_size [Parameter] [output file]

the “parameter” can be any large value like “1024” or “2048”…

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response