On 12/19/2012 11:06 AM, Jim wrote:
On 12/19/2012 04:20 AM, Matthew Saltzman wrote:
On Tue, 2012-12-18 at 21:33 -0500, Jim wrote:
On 12/18/2012 09:04 PM, Ed Greshko wrote:
yum install taglib-devel

Ed , what would be a proper ffmpeg command for converting a xxxx.webm
video to mpeg ?  Nothing i do works.

I have installed taglib-devel.

I'm trying to install a App. called Miro.

Below is the new compile reading after installing taglib-devel.

# sh run.sh
[...]
g++ -Wall -I/usr/local/include/boost-1_35 `taglib-config --cflags` -fPIC
-O3 -DBOOST_UBLAS_NDEBUG -DNDEBUG -c -o Codegen.o Codegen.cxx
In file included from SubbandAnalysis.h:11:0,
                   from Fingerprint.h:12,
                   from Codegen.cxx:13:
MatrixUtility.h:12:42: fatal error: boost/numeric/ublas/matrix.hpp: No
such file or directory
compilation terminated.
[...]
I know you got your problem solved, but for the record, this indicates
that you're missing the boost-devel package.

Thanks guys for pointing that out.

Well guys I want to thank you for your help, finally got the webm file converted with the command line below.

ffmpeg -i xxx.webm -aspect 4:3 -target pal-dvd xxx.mpg
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to