Re: [FFmpeg-user] ffmpeg convert to wrong duration using dvd2concat

2016-01-21 Thread Nicolas George
Le primidi 1er pluviôse, an CCXXIV, Etienne Desautels a écrit : > I'm analyzing/converting video from DVD .iso and I use dvd2concat for > this. For at least 2 DVD, when using dvd2concat, ffmpeg return a video > that is 1.5 x longer then the original. ffmpeg report the good duration in > the stream

Re: [FFmpeg-user] [FFmpeg-devel] How to build for static ffmpeg executable

2016-01-21 Thread Tobias Rapp
On 21.01.2016 00:57, John Pompeii wrote: But for convenience, you have to make sure the external libraries are built as static libraries with DLLs disabled, or the compiler will link to them by default. Im not building things like the compilers and runtime libs, they just come with the

Re: [FFmpeg-user] Why is it possible to set a timecode with 24:00:00:00 and beyond?

2016-01-21 Thread Christoph Gerstbauer
Am 13.01.2016 um 22:30 schrieb Dave Rice: On Jan 13, 2016, at 9:25 AM, Bouke / VideoToolShed wrote: On Jan 13, 2016, at 14:17, Robert Krüger wrote: On Wed, Jan 13, 2016 at 12:53 PM, Christoph Gerstbauer < christophgerstba...@gmail.com> wrote:

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Moritz Barsnick
On Thu, Jan 21, 2016 at 15:54:08 +, John Pompeii wrote: > Maybe another way to ask this question is: How do I replicate the > static ffmpeg build for windows?  http://ffmpeg.zeranoe.com/faq/ https://ffmpeg.zeranoe.com/blog/?p=414#more-414 "Some key features of this script are: [...] *

[FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
Hi, I am building ffmpeg.exe and ffprobe.exe on 64 bit windows (7) using MSYS2/MINGW64.  I've resolved all the dependent libraries and got a build and it does appear to run just fine as a 64 windows app.  This issue that I have is that its linking the external libraries as dlls instead of

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
Thanks for the reply James, 1) I have static libs for all of the media libraries, however the build is not using them.  If I simply remove the *.dll.a libs from the /lib directory as suggested in the reply you are referring to (so that only the static libs are available), I get about 10K

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread James Darnley
On 2016-01-21 15:52, John Pompeii wrote: > libbz2-1.dll > libfontconfig-1.dll > libfreetype-6.dll > libgcc_s_seh-1.dll > libglib-2.0-0.dll > libharfbuzz-0.dll > libiconv-2.dll > libintl-8.dll > liblzma-5.dll > libopenjpeg-5.dll > libstdc++-6.dll > libtheoradec-1.dll > libtheoraenc-1.dll >

[FFmpeg-user] Dolby-E Codec

2016-01-21 Thread Christoph Gerstbauer
Hi, Is it possible to decode or encode Dolby-E with ffmpeg? I just find decoder encoder information about: ac3 -> dolby digital eac3 -> Dolby digital plus but no dolby E Best Regards Christoph ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] Concat introduce artifact between streams

2016-01-21 Thread Moro Alexandre
Hello, I concat media files using -f concat command but there are always problem during the switch between stream 1 and 2. There are artifact, it is very strange, if some part do not move in the new video it keep the old last image and blend it with the new one. The command i use :

Re: [FFmpeg-user] Concat introduce artifact between streams

2016-01-21 Thread Moritz Barsnick
On Thu, Jan 21, 2016 at 17:29:10 +0100, Moro Alexandre wrote: > ffmpeg.exe -f concat -i clips.list -codec:v copy -acodec none -movflags > faststart -y out.mp4 Please show us the complete, uncut console output. > I use 2.8.2, but i try with different version down to 2.5.2 and > artifact are still

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 21.01.2016 um 20:12 schrieb G A: specify -—disable-shared —enable-static that's not enough if your shared libraries are just dll/so files they *all* need to be built static signature.asc Description: OpenPGP digital signature ___ ffmpeg-user

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 21.01.2016 um 20:27 schrieb G A: of course it is enough. it works on unix/osx, i build ffmpeg with 40 plugins from the repo every few days and these flags work. pure nonsense, you need .a files and not .so for static linking [root@buildserver:~]$ rpm -q --filesbypkg x264-latest

Re: [FFmpeg-user] Dolby-E Codec

2016-01-21 Thread Moritz Barsnick
On Thu, Jan 21, 2016 at 11:11:04 -0800, G A wrote: > decadec lib might do it. No. dcadec handles DTS, which is not Dolby. If you Google a bit, you will see that there were both requests and attempts to at least decode Dolby E, but it doesn't seem current ffmpeg has any support at all yet.

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: John Pompeii ffmpeg.org> writes: --enable-bzlib --enable-iconv --enable-lzma --enable-zlib These options have no effect, they do not do what you seem to believe they do. I suggest you remove them since you always suggest to remove them

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
Reindl Harald thelounge.net> writes: > Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: > > John Pompeii ffmpeg.org> writes: > > > >> --enable-bzlib > >> --enable-iconv > >> --enable-lzma > >> --enable-zlib > > > > These options have no effect, they do not do > > what you seem to believe they

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 01:07 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: i suggest *you* remove them See http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=0f05b72f =-) * removed 2013 * most configure scripts are way older * no warnings * just mailing-list complaints

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 00:59 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: John Pompeii ffmpeg.org> writes: --enable-bzlib --enable-iconv --enable-lzma --enable-zlib These options have no effect, they do not do what you seem

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
John Pompeii ffmpeg.org> writes: > --enable-bzlib > --enable-iconv > --enable-lzma > --enable-zlib These options have no effect, they do not do what you seem to believe they do. I suggest you remove them. Carl Eugen ___ ffmpeg-user mailing list

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
Reindl Harald thelounge.net> writes: > Am 22.01.2016 um 00:59 schrieb Carl Eugen Hoyos: > > Reindl Harald thelounge.net> writes: > > > >> Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: > >>> John Pompeii ffmpeg.org> writes: > >>> > --enable-bzlib > --enable-iconv >

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Reindl Harald
Am 22.01.2016 um 01:16 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: Am 22.01.2016 um 00:59 schrieb Carl Eugen Hoyos: Reindl Harald thelounge.net> writes: Am 22.01.2016 um 00:41 schrieb Carl Eugen Hoyos: John Pompeii ffmpeg.org> writes: --enable-bzlib --enable-iconv

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Carl Eugen Hoyos
Reindl Harald thelounge.net> writes: > when "they simple have no effect" how can they > "be useful" for debugging? They have no effect in your configure line and they have no effect in the configure line that was posted in this thread. There are configure lines (that are hardly useful for

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
Thanks Carl for the heads up.  I am fairly new to ffmpeg in general and have a need to add a new protocol that supports reading video files that our application encrypts usinga aes-ctr algorythm.  So not knowing any better, I grabbed the build flags that are displayed when running the latest

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread John Pompeii
Thanks Glen,These flags are the default.  I build with them anyway and got the same result.  the ff* libs are build as static libs but the ffmpeg excutable is linked w/the shared libs for the external libs and runtimes. here's my cmd line for configure: ./configure

Re: [FFmpeg-user] Concat introduce artifact between streams

2016-01-21 Thread Moro Alexandre
Thanks for your fast response. I will try with with the git master next week, I'm pretty new to FFmpeg but i developped an application which create theses video stream from images. Every video are created with ffmpeg within a custom application, so they all have the same parameters, They play

Re: [FFmpeg-user] Dolby-E Codec

2016-01-21 Thread G A
decadec lib might do it. Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 07:12, Christoph Gerstbauer > wrote: > > Hi, > > Is it possible to decode or encode Dolby-E with ffmpeg? > > I just find decoder encoder information about: > ac3 -> dolby

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread G A
specify -—disable-shared —enable-static Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 06:52, John Pompeii wrote: > > > > > Hi, > I am building ffmpeg.exe and ffprobe.exe on 64 bit windows (7) using > MSYS2/MINGW64. I've resolved all the

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread G A
of course it is enough. it works on unix/osx, i build ffmpeg with 40 plugins from the repo every few days and these flags work. Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 11:22, Reindl Harald wrote: > > > > Am 21.01.2016 um 20:12 schrieb G A:

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread Moritz Barsnick
On Thu, Jan 21, 2016 at 11:27:54 -0800, G A wrote: > of course it is enough. it works on unix/osx, i build ffmpeg with 40 > plugins from the repo every few days and these flags work. That's nonsense. Even though we're talking Windows here (for the original poster at least), that's not valid on