Re: [FFmpeg-user] DCA Request_channels deprecation?

2014-08-12 Thread James Darnley
On 2014-08-13 01:49, Marcus Johnson wrote: > Did you guys get this message? Yes. signature.asc Description: OpenPGP digital signature ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] DCA Request_channels deprecation?

2014-08-12 Thread Marcus Johnson
Did you guys get this message? It's not showing up in the ffmpeg-user archive On Tue, Aug 12, 2014 at 1:00 PM, Marcus Johnson wrote: > Does anyone know why dca is using this deprecated function instead of > request_channel_layout? I changed it over here and it seems to work fine, I > converted

Re: [FFmpeg-user] Can't read DNxHD video

2014-08-12 Thread Carl Eugen Hoyos
Elliott Balsley gmail.com> writes: > I have limited internet bandwidth right now, but > here is a sample of a DNxHD 175x file, which is > 10 bit 4:2:2. I believe this will be fixed tomorrow, *please* consider uploading the other samples even if they also work fine. http://thread.gmane.org/g

Re: [FFmpeg-user] Can't read DNxHD video

2014-08-12 Thread Elliott Balsley
I have limited internet bandwidth right now, but here is a sample of a DNxHD 175x file, which is 10 bit 4:2:2. https://drive.google.com/file/d/0B52QuT8oHvtZRUpGUVBRVWRjdlk/edit?usp=sharing On 8/12/14, Carl Eugen Hoyos wrote: > Elliott Balsley gmail.com> writes: > >> When I try to run ffmpeg wit

[FFmpeg-user] Ffserver usage

2014-08-12 Thread Joel B
Just curious - can ffserver potentially be used as an alternative to Wowza and Adobe FMS for http live streaming? I'm afraid I've never completely understood the differentiation between ffmpeg and ffserver. Joel Sent from my iPhone ___ ffmpeg-user

[FFmpeg-user] DCA Request_channels deprecation?

2014-08-12 Thread Marcus Johnson
Does anyone know why dca is using this deprecated function instead of request_channel_layout? I changed it over here and it seems to work fine, I converted dts to flac and experienced no problems at all but I thought I'd ask just to be sure. ___ ffmpeg-us

Re: [FFmpeg-user] Strange CPU usage in MPEG2 encoding

2014-08-12 Thread Carl Eugen Hoyos
SF lahiette.com> writes: > * If i add "maxrate" and "bufsize" options, then > it varies between 5 ms and 80ms (yes !) for the > same video sequence. > It seems to be related to movement in the scene, > but i do not see the relationship between the > maxrate/bufsize parameters and the movem

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

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA gmail.com> writes: > When configured with ./configure --disable-optimizations, > ffplay does not crash any more, however, the video show > only a black window. What about "./configure && make ffplay.exe"? Carl Eugen ___ ffmp

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

2014-08-12 Thread Carl Eugen Hoyos
James Darnley gmail.com> writes: > You are supposed to run the one with debug symbols: ffplay_g His configure line makes sure that this doesn't make any difference. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mai

Re: [FFmpeg-user] live transcoding alignment

2014-08-12 Thread Carl Lindqvist
2014-07-28 9:38 GMT+02:00 Claudiu Rad : > hello all, > > using ffmpeg i want to live transcode an input live stream into multiple > variants and push all of them (including the original) to the client. > everything works all right except for one thing: i want all keyframes to be > properly aligned

[FFmpeg-user] Strange CPU usage in MPEG2 encoding

2014-08-12 Thread SF
Hi, I am using the libav* libraries from FFMPEG to produce a MPEG2 video in MPEG2-TS stream. I discovered that the usage of some options are changing dramatically the CPU used to encode a frame : * If i use only the "b" (bitrate) option, it takes approx. between 3-7 ms to encode a 720x

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

2014-08-12 Thread Wilfried Weissmann
> > 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 errors do you see if you take the sources of F21? I suspect > they should be easy to fix. I will give it a try. Greetings, Wilfrie

Re: [FFmpeg-user] live transcoding alignment

2014-08-12 Thread Claudiu Rad
On 7/28/2014 12:08 PM, Nicolas George wrote: Le decadi 10 thermidor, an CCXXII, Claudiu Rad a écrit : 1. how can i enforce keyframe alignment between output transcoded (reencoded) streams in ffmpeg? i don't need P/B or other frame types to be aligned, but I-frames should be exactly on the same

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
> > > > You are supposed to run the one with debug symbols: ffplay_g > > > That's right, I ran the gdb on ffplay.exe instead of ffplay_g.exe (sorry...). So I re-ran it on ffplay_g, and the bt command of gdb gives me the following: #0 0x01c1e1f1 in void cv::GEMMSingleMul(float const*, unsigned in

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

2014-08-12 Thread James Darnley
On 2014-08-12 13:02, Velotiaray TOTO-ZARASOA wrote: > 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 You are supposed to run the one with debug symbols: ffplay_g signature.asc Description: OpenPGP dig

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
> > When configured with ./configure --disable-optimizations, ffplay does not > crash any more, however, the video show only a black window. > Any other suggestions ? > > and there is no backtrace ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http:/

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
When configured with ./configure --disable-optimizations, ffplay does not crash any more, however, the video show only a black window. Any other suggestions ? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-us

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

2014-08-12 Thread Carl Eugen Hoyos
Claudiu Rad-Lohanel misalpina.net> writes: > > $ ffmpeg -threads 1 -i input -threads 1 ... output > however i am inclined to think that decoder/encoder > are independent in this matter, thus, one thread > would go for decoding, one for encoding My point was that it is possible that when you s

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

2014-08-12 Thread Claudiu Rad-Lohanel
On 8/12/2014 2:23 PM, Carl Eugen Hoyos wrote: Claudiu Rad-Lohanel misalpina.net> writes: ffmpeg -i -threads ... This is of course not sufficient since for decoding, threads also defaults to the number of cores and decoding can be the more time-consuming factor (depending on codecs and set

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

2014-08-12 Thread Carl Eugen Hoyos
Wilfried Weissmann 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 error

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

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA 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 doesn't cr

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

2014-08-12 Thread Wilfried Weissmann
> > 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 > ffmpeg 0.4.9. > > Actually: > EPEL5: ffmpeg-0.4.9-0.52.20

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
> > > > Program received signal SIGSEGV, Segmentation fault. > > 0x01736a65 in ?? () > > (gdb) > > This is where you type > bt > the bt command gives me : #0 0x00986b71 in ?? () #1 0x781c in ?? () #2 0x781c in ?? () #3 0x781c in ?? () #4 0x in ?? () > or even > thread

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
> > > > ffplay version 2.3.2 Copyright (c) 2003-2014 the FFmpeg developers > > Please test current FFmpeg git head before reporting > problems on this mailing list. > > All the versions I compile end up with the same problem: ffplay will not play any video. _

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
I cut the configuration line, since it takes too much place in the shell window. My configure command is ./configure --enable-static \ --enable-gpl \ --enable-version3 \ --enable-pic \ --enable-gray \ --enable-runtime-cpudetect \ --enable-memalign-hack \ --enable-hardcoded-tables \ --disable-debug

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

2014-08-12 Thread Carl Eugen Hoyos
Claudiu Rad-Lohanel misalpina.net> writes: > ffmpeg -i -threads ... This is of course not sufficient since for decoding, threads also defaults to the number of cores and decoding can be the more time-consuming factor (depending on codecs and settings): $ ffmpeg -threads 1 -i input -threads

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

2014-08-12 Thread Moritz Barsnick
On Tue, Aug 12, 2014 at 13:02:37 +0200, Velotiaray TOTO-ZARASOA wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x01736a65 in ?? () > (gdb) This is where you type bt or even thread apply all bt full and try to show us the output. Moritz ___

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

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA gmail.com> writes: > ffplay version 2.3.2 Copyright (c) 2003-2014 the FFmpeg developers Please test current FFmpeg git head before reporting problems on this mailing list. > built on Aug 12 2014 12:27:22 with gcc 4.8.1 (GCC) > libavutil 52. 92.100 / 52. 92.100

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

2014-08-12 Thread Carl Eugen Hoyos
Moritz Barsnick 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: ffmpeg-0.10.11-1.e

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 wrote: > > Am 12.08.2014 um 12:56 schrieb Rohit Talwar: > > Thanks for looking into my query. I have a main java progr

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 ffm

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 for

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 formats.

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 52.

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' ru

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

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA 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 ffmpeg-user@ffmp

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

2014-08-12 Thread Velotiaray TOTO-ZARASOA
I just tried a zeranoe build, and it is working fine. How do I get a gdb output ? On Tue, Aug 12, 2014 at 12:25 PM, Carl Eugen Hoyos wrote: > Velotiaray TOTO-ZARASOA gmail.com> writes: > > > I built a custom version of ffmpeg on msys/mingw32. > > ffmpeg and ffprobe are behaving very well, but

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

2014-08-12 Thread Carl Eugen Hoyos
Velotiaray TOTO-ZARASOA gmail.com> writes: > 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. gdb output missing. Did you try with a Zeranoe build? 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: ffpla

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

2014-08-12 Thread Carl Eugen Hoyos
Rohit Talwar gmail.com> writes: > I ran the command - ffmpeg -threads > -i 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 mail

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

2014-08-12 Thread James Darnley
On 2014-08-12 11:59, Rohit Talwar wrote: > Hi > > I ran the command - ffmpeg -threads -i Perhaps you should not be using it as an input option. > hoping it would not hog my cpu and consume only one core of my > machine. But it was still taking up all of my cpu. I ran the following > experimen

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 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 -s

[FFmpeg-user] -threads option has no effect

2014-08-12 Thread Rohit Talwar
Hi I ran the command - ffmpeg -threads -i hoping it would not hog my cpu and consume only one core of my machine. But it was still taking up all of my cpu. I ran the following experiments to confirm my suspicion that including the -threads option has no effect on cpu usage. 1. One instance of

Re: [FFmpeg-user] Problem about changing container mp4 to ts (hevc coded)

2014-08-12 Thread Carl Eugen Hoyos
BongChan Cho gmail.com> writes: > ffmpeg -i input.mp4 -codec copy output.ts > (of course, input.mp4 is encoded by h.265/hevc) An error is now shown to avoid writing invalid files. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://

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

2014-08-12 Thread Carl Eugen Hoyos
Wilfried Weissmann realnetworks.com> writes: > > Just to make sure there are no misunderstandings: > > 0.10 is over 2,5 years old. > > Sorry, I was referring to the 0.10 branch. Me too. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

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

2014-08-12 Thread Wilfried Weissmann
> Wilfried Weissmann 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 su

Re: [FFmpeg-user] Covert mp4 to webm

2014-08-12 Thread Carl Eugen Hoyos
Ruslan Korolev 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 -s 640x360 -movflags +faststart -f webm > -threads 0 -y /dev/null What is "-movflags +faststart" supposed to do? > but having such er

[FFmpeg-user] Covert mp4 to webm

2014-08-12 Thread Ruslan Korolev
Hello all, i am trying to convert mp4 video to Webm ( on MacOS) "ffmpeg -i /Users/ruslan/Torrents//\\П\\р\\и\\к\\о\\л\\и\\[tfile.ru\\]/angel\\ wings.mp4 -pass 1 -passlogfile convert_2578 -codec:v libvpx -b:v 360k -codec:a libvorbis -b:a 96k -ac 2 -s 640x360 -movflags +faststart -f webm -threads

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

2014-08-12 Thread Carl Eugen Hoyos
Wilfried Weissmann 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 there are no

Re: [FFmpeg-user] Combining yuvj422p and yuvj420p

2014-08-12 Thread Carl Eugen Hoyos
Cecil Westerhof decebal.nl> writes: > >> Does it make a difference if you use "-framerate 1"? > It is a bit strange, because when I read the manpage > they seem to do the same. I had already sent a patch, the manpage gurus didn't really like it: http://thread.gmane.org/gmane.comp.video.ffmpeg

Re: [FFmpeg-user] Compiling ffmpeg in QNAP for BubbleUPNP server .. somebody ever heard of this?

2014-08-12 Thread Carl Eugen Hoyos
Vittorio Ferrando gmail.com> writes: > ./configure --enable-ssse3 --prefix=/opt > --extra-cflags='-I/opt/include' --extra-ldflags='-L/opt/lib' > --enable-static --disable-shared --disable-ffplay > --disable-ffserver --enable-libmp3lame > > When I issue 'make', compiler exits > ASlibavcod

Re: [FFmpeg-user] Combining yuvj422p and yuvj420p

2014-08-12 Thread Carl Eugen Hoyos
Cecil Westerhof decebal.nl> writes: > >> -pix_fmt yuvj422p \ > > > > Unrelated: This is wrong and misleading, no known _^_ Note this word. > > mpeg4 asp encoder (or decoder) supports anything > > else than -yuv420p. > > Without it did not work also. Of course not, see above. > U

Re: [FFmpeg-user] Can't read DNxHD video

2014-08-12 Thread Carl Eugen Hoyos
Elliott Balsley gmail.com> writes: > When I try to run ffmpeg with an MXF DNxHD source file, > I get the following errors. I've tried three variants > of the codec: > 36 (8 bit 4:2:2) > 220x (10 bit 4:2:2) > 350x (10 bit 4:4:4) Please upload sample videos. Carl Eugen ___