Re: [FFmpeg-user] DeckLink Output Controls

2016-10-11 Thread Reuben Martin
On Tuesday, October 11, 2016 11:37:38 AM CDT Marcelo Boufleur wrote: > > Although that is in the official spec, I have never seen any SDI equipment > > use > > anything other than 48k. Doesn’t mean any doesn’t exist, but if so it’s > > not > > very common. > > I agree. I have seen some SDI

Re: [FFmpeg-user] Why FFmpeg provides it's own decoder, but relies on 3rd party encoders?

2016-10-11 Thread Sven C. Dack
On 11/10/16 23:42, Alexey Eromenko wrote: The important encoders I use myself are libmp3lame, libvpx, libx264, libx265 and more... Except for AAC audio codec, everything else uses 3rd party encoders, but decoders for ffmpeg are built-in, right ? Why so ? Because encoders improve faster than

[FFmpeg-user] Why FFmpeg provides it's own decoder, but relies on 3rd party encoders?

2016-10-11 Thread Alexey Eromenko
The important encoders I use myself are libmp3lame, libvpx, libx264, libx265 and more... Except for AAC audio codec, everything else uses 3rd party encoders, but decoders for ffmpeg are built-in, right ? Why so ? Because encoders improve faster than decoders ? Or because encoders are more buggy,

Re: [FFmpeg-user] framerate conversion with sync audio

2016-10-11 Thread Steve Boyer
On Tue, Oct 11, 2016 at 4:25 PM, Carles Vila wrote: > Hi, I'm trying to perform framerate conversion of a video, from 24fps to > 25fps to be precise. > The source is mov, ProRes with multichannel audio at 48kHz. > It is mandatory for my application to preserve the integrity of

[FFmpeg-user] framerate conversion with sync audio

2016-10-11 Thread Carles Vila
Hi, I'm trying to perform framerate conversion of a video, from 24fps to 25fps to be precise. The source is mov, ProRes with multichannel audio at 48kHz. It is mandatory for my application to preserve the integrity of all frames, i.e. no frame-interpolation or duplication should occur. In other

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Alexey Eromenko
I did: $ make clean Yeah, finally it works, Big Thanks ! > I *think* he just copied Debian's switches. ;-) Indeed, initially I just copied Debian's switches. But now I removed all the extras. So, back to my patch. Will test it now. I want to auto-fix timebase on both MP4 and MOV containers.

Re: [FFmpeg-user] DeckLink Output Controls

2016-10-11 Thread Marcelo Boufleur
> > Although that is in the official spec, I have never seen any SDI equipment > use > anything other than 48k. Doesn’t mean any doesn’t exist, but if so it’s not > very common. > I agree. I have seen some SDI converters and embedders/de-embedders working with 32Khz, 44.1Khz and 48Khz, but so far

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Carl Eugen Hoyos
> Am 11.10.2016 um 16:28 schrieb Moritz Barsnick : > >> On Tue, Oct 11, 2016 at 16:24:01 +0200, Alexey Eromenko wrote: >> $ make >> $ ./ffmpeg > > First: > $ make clean +1, this should solve the issue. Carl Eugen ___ ffmpeg-user

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Moritz Barsnick
On Tue, Oct 11, 2016 at 16:24:01 +0200, Alexey Eromenko wrote: > $ make > $ ./ffmpeg First: $ make clean Moritz ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Alexey Eromenko
I have done as suggested, but problem was NOT FIXED. alexey@deb9ws:~/ffmpeg$ ./configure --enable-gpl --extra-version=4 --enable-libx264 --enable-libx265 --enable-static --disable-shared $ make $ ./ffmpeg ... returns me the WARNING from system avformat library, rather than custom. Any other

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Moritz Barsnick
On Tue, Oct 11, 2016 at 16:02:13 +0200, Reindl Harald wrote: > and honestly your amount of "--enable" switches is pervert - clean it > up and don't list everything you can find without proper > understanding what you are doing and hence i have not the intention > to start digging around in that

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Moritz Barsnick
On Tue, Oct 11, 2016 at 15:40:26 +0200, Alexey Eromenko wrote: > Plus I have Debian's version of ffmpeg installed, for reference (it > cannot be removed, since Debian's KDE depends on it). If you don't have anything except the included ff* tools (ffmpeg, ffplay, ffserver) which depends on the

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Reindl Harald
Am 11.10.2016 um 15:40 schrieb Alexey Eromenko: I have downloaded ffmpeg-git to $HOME where you download soemthing don't matter where you install it do (make install) try "--enable-static --disable-shared" and honestly your amount of "--enable" switches is pervert - clean it up and don't

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Alexey Eromenko
I have downloaded ffmpeg-git to $HOME alexey@deb9ws:~/ffmpeg$ pwd /home/alexey/ffmpeg alexey@deb9ws:~/ffmpeg$ ./ffmpeg -version ffmpeg version N-81947-gc45ba26-3 Copyright (c) 2000-2016 the FFmpeg developers Plus I have Debian's version of ffmpeg installed, for reference (it cannot be removed,

Re: [FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Reindl Harald
Am 11.10.2016 um 15:13 schrieb Alexey Eromenko: I have a wierd issue. I have self-compiled ffmpeg-git on Debian Linux 9, but it keeps using system libararies for avcodec, avformat, ... and everything else. Basically my code change do not reflect in binary even when run locally like $ ./ffmpeg

[FFmpeg-user] Self-Compiled "ffmpeg" still uses system libraries

2016-10-11 Thread Alexey Eromenko
Hi all, I have a wierd issue. I have self-compiled ffmpeg-git on Debian Linux 9, but it keeps using system libararies for avcodec, avformat, ... and everything else. Basically my code change do not reflect in binary even when run locally like $ ./ffmpeg and even after install to :

Re: [FFmpeg-user] tools for viewing frames and results

2016-10-11 Thread Mikhail V
On 10/11/2016 2:24 PM, Mikhail V wrote: On 10/9/2016 12:24 AM, Xen wrote: Is there any way in Linux to obtain an accurate frame/time number through a GUI that can be used with ffmpeg? I know Avidemux hardly works at all, VLC will not reliably show frames. Pitivi is not an option, I haven't

Re: [FFmpeg-user] tools for viewing frames and results

2016-10-11 Thread Mikhail V
On 10/9/2016 12:24 AM, Xen wrote: Is there any way in Linux to obtain an accurate frame/time number through a GUI that can be used with ffmpeg? I know Avidemux hardly works at all, VLC will not reliably show frames. Pitivi is not an option, I haven't tried Kdenlive because it crashed the

Re: [FFmpeg-user] Developer "cehoyos" closed my bug without any explanation, and without solving it

2016-10-11 Thread Sven C. Dack
On 11/10/16 08:31, Alexey Eromenko wrote: I have a strong belief, that produced MP4 files should be played on all popular players, and any potential issues must be documented. Additionally ffmpeg should provide a BIG WARNING that a resulting file will not be playable on Apple decoders, and

Re: [FFmpeg-user] Developer "cehoyos" closed my bug without any explanation, and without solving it

2016-10-11 Thread Alexey Eromenko
I have a strong belief, that produced MP4 files should be played on all popular players, and any potential issues must be documented. Additionally ffmpeg should provide a BIG WARNING that a resulting file will not be playable on Apple decoders, and offer to fix it automatically. -Alexey

Re: [FFmpeg-user] Developer "cehoyos" closed my bug without any explanation, and without solving it

2016-10-11 Thread Carl Eugen Hoyos
Hi! 2016-10-11 2:09 GMT+02:00 Sven C. Dack : > sorry you feel this way, but looking at your bug report do you seem > to have a misunderstand regarding who is responsible for which bugs. The main point is that there is no "bug" (except maybe in VirtualDubMod): Apple