Tagged Questions
1
vote
0answers
110 views
Why can't I install codec for ffmpeg?
When I run
sudo apt-get install libavcodec-extra-53
I get
The following packages have unmet dependencies:
libavcodec-extra-53 : Depends: libfaac0 but it is not installable
1
vote
1answer
156 views
Convert flv video to 3gp
I use winff (the GUI for ffmpeg) to convert audio/video to different formats. Yesterday I was trying to convert an flv video to 3gp (so that I could see it on my mobile phone), but it doesn't show the ...
0
votes
1answer
2k views
WARNING: library configuration mismatch when running ffmpeg
well, just typing ffmpeg on command line gives me lots of spam. I'm perfectly comfortable with that till it does not break my files, but...
Is there any way to troubleshoot/fix that?
$ ffmpeg
FFmpeg ...
3
votes
1answer
733 views
ProRes encoding and decoding?
Is there a way to encode/decode prores mov files (mostly decode)? I've been playing around with ffmpeg and mencoder/mplayer from the ubuntu repos, but they both report that it's an unknown codec. ...