Re: [FFmpeg-user] Incorrect value in RIFF WAV byterate field in ffmpeg 0.10.x

2014-08-12 Thread Wilfried Weissmann
Wilfried Weissmann wweissmann at realnetworks.com writes: The problem is: Why are you using 0.10? Simply because that is the version that is available in the rpmfusion repository. I tested if the problem is still in 0.10.14 which was released at the end of June Just to make sure

Re: [FFmpeg-user] Covert mp4 to webm

2014-08-12 Thread Ruslan Korolev
so , i changed bitrait -b:a 96k to -b:a 80k and it works :) On 12 Aug 2014 at 12:53:03, Carl Eugen Hoyos (ceho...@ag.or.at) wrote: Ruslan Korolev rs at wap-click.com writes: ffmpeg -i wings.mp4 -pass 1 -passlogfile convert_2578 -codec:v libvpx -b:v 360k -codec:a libvorbis -b:a 96k -ac 2

Re: [FFmpeg-user] -threads option has no effect

2014-08-12 Thread Carl Eugen Hoyos
Rohit Talwar rohittalwar04 at gmail.com writes: I ran the command - ffmpeg -threads number of threads -i my file.avi target.mp4 hoping it would not hog my cpu and consume only one core of my machine. Actual command line and complete, uncut console output missing. Carl Eugen

[FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Velotiaray TOTO-ZARASOA
Dear all, I built a custom version of ffmpeg on msys/mingw32. ffmpeg and ffprobe are behaving very well, but ffplay crashes when reading any file with video. It displays the first image of the video and then exits without error messages. Did anyone encountered and solved this issue ? Note:

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA velotiaray at gmail.com writes: How do I get a gdb output ? You run gdb ffplay_g.exe from the shell (cmd) and then r yourfile from the gdb prompt. Please do not top-post here, Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] -threads option has no effect

2014-08-12 Thread Rohit Talwar
Hi Thanks for looking into my query. I have a main java program within which I run ffmpeg (using exec). Often there comes a scenario wherein my program needs to create 4+ different instances of ffmpeg program for converting files into different formats. When this happens the cpu gets 'too busy'

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Velotiaray TOTO-ZARASOA
Thank you for the tip. Here is the output of my gdb command Starting program: d:\Build\x86\ffmpeg-2.3.2\ffplay.exe j://Media/film.mp4 [New Thread 3764.0x570] ffplay version 2.3.2 Copyright (c) 2003-2014 the FFmpeg developers built on Aug 12 2014 12:27:22 with gcc 4.8.1 (GCC) libavutil

Re: [FFmpeg-user] -threads option has no effect

2014-08-12 Thread Claudiu Rad-Lohanel
On 8/12/2014 1:56 PM, Rohit Talwar wrote: Hi Thanks for looking into my query. I have a main java program within which I run ffmpeg (using exec). Often there comes a scenario wherein my program needs to create 4+ different instances of ffmpeg program for converting files into different

Re: [FFmpeg-user] -threads option has no effect

2014-08-12 Thread Reindl Harald
Am 12.08.2014 um 12:56 schrieb Rohit Talwar: Thanks for looking into my query. I have a main java program within which I run ffmpeg (using exec). Often there comes a scenario wherein my program needs to create 4+ different instances of ffmpeg program for converting files into different

Re: [FFmpeg-user] Incorrect value in RIFF WAV byterate field in ffmpeg 0.10.x

2014-08-12 Thread Moritz Barsnick
On Tue, Aug 12, 2014 at 09:04:31 +, Wilfried Weissmann wrote: Sorry, I was referring to the 0.10 branch. I would like to stay on that branch to have a chance to get upstream versions from the rpmfusion repository. Interesting. For EPEL/RHEL5 (that's what you were refering to?) I see

Re: [FFmpeg-user] -threads option has no effect

2014-08-12 Thread Rohit Talwar
Thanks a lot! As pointed out the problem was the incorrect placing of -threads option! Works like a charm now! Thanks again!! :D On Tue, Aug 12, 2014 at 4:34 PM, Reindl Harald h.rei...@thelounge.net wrote: Am 12.08.2014 um 12:56 schrieb Rohit Talwar: Thanks for looking into my query. I

Re: [FFmpeg-user] Incorrect value in RIFF WAV byterate field in ffmpeg 0.10.x

2014-08-12 Thread Carl Eugen Hoyos
Moritz Barsnick barsnick at gmx.net writes: EPEL5: ffmpeg-0.4.9-0.52.20080908.el5.x86_64.rpm To the best of my knowledge this has known security issues including known sample exploits. Note that it is also missing thousands of features present in current versions of FFmpeg. EPEL6:

Re: [FFmpeg-user] FFPLAY build on MSYS crashes when playaing any video

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA velotiaray at gmail.com writes: I cut the configuration line, since it takes too much place in the shell window. (There is a registry trick to make the window larger.) Please compile with ./configure make ffplay.exe and test if it shows a backtrace with bt (or

Re: [FFmpeg-user] Incorrect value in RIFF WAV byterate field in ffmpeg 0.10.x

2014-08-12 Thread Carl Eugen Hoyos
Wilfried Weissmann wweissmann at realnetworks.com writes: EPEL6: ffmpeg-0.10.11-1.el6.x86_64.rpm F21: ffmpeg-2.3.1-1.fc21.x86_64.rpm We rebuild the source rpm from the rpmfusion RHEL 6 repo on RHEL 5 by disabling any features that would not build on the older RHEL release. What build