mpenkov / ffmpeg-tutorial

A set of tutorials that demonstrates how to write a video player based on FFmpeg
http://www.ffmpeg.org/documentation.html
1.22k stars 395 forks source link

avconv: ffmpeg is deprecated #9

Closed peepo closed 11 years ago

peepo commented 11 years ago

Had you looked into migrating the tutorials to avconv

mpenkov commented 11 years ago

First of all, ffmpeg is not deprecated. You're a victim of an extremely confusing error message. See http://stackoverflow.com/questions/9477115/who-can-tell-me-the-difference-and-relation-between-ffmpeg-libav-and-avconv

Second, no, I hadn't looked into migrating to avconv.