Here's a patch to allow building fuse-utils using the upcoming FFMPEG 2.9. It just replaces some deprecated API with the current one. FFMPEG 2.8 is still supported.
I've plans to remove FFmpeg support before the next release, barring objections. Recent developments ([patches:#329]) allow fmfconv to generate lossless AVIs that could be passed to ffmpeg/avconv through a pipe. That will simplify the maintenance, make more ffmpeg options available, and allow the use of audio encoders that do not support sample format s16 ([bugs:#319]).
If that happens, this patch will not be necessary upstream.
Thanks, Alberto.
I've plans to remove FFmpeg support before the next release, barring objections. Recent developments ([patches:#329]) allow fmfconv to generate lossless AVIs that could be passed to ffmpeg/avconv through a pipe. That will simplify the maintenance, make more ffmpeg options available, and allow the use of audio encoders that do not support sample format s16 ([bugs:#319]).
If that happens, this patch will not be necessary upstream.
Related
Bugs:
#319Patches:
#329Works for me, thanks !
Thank you. I've dropped FFmpeg API support in [r5351], so this patch is no longer necessary.
Related
Commit: [r5351]