Re: [FFmpeg-user] FFMpeg Exr Encoder

2018-05-14 Thread Martin Vignali
2018-05-12 9:06 GMT+02:00 Paul B Mahol : > On 5/11/18, Matthew.Alexander - The Empire Post > wrote: > > Hi, > > > > > > I've been trying to use ffmpeg to speed up processes here at work, > however > > it has come to my attention that ffmpeg

Re: [FFmpeg-user] C210 uncompressed video: horizontal offset

2018-05-14 Thread Peter B.
On 10/05/18 23:02, Carl Eugen Hoyos wrote: > Piotr kindly confirmed that the file is valid, I sent a patch that > skips the unknown extradata. Saw it own ffmpeg-devel@ :) Will try it as soon as possible and report back. > Is is possible that we talked about file(s) with changing codecs > that

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread Moritz Barsnick
On Mon, May 14, 2018 at 12:54:02 +0200, sirk98 qwerty89 wrote: > I try to use the debug loglevel, but I can't understand the problem . > > av_interleaved_write_frame(): Broken pipe > No more output streams to write to, finishing. > Error writing trailer of http://127.0.0.1:8989/1: Broken pipe >

Re: [FFmpeg-user] ffmpeg cross-compile

2018-05-14 Thread Moritz Barsnick
On Mon, May 14, 2018 at 12:28:13 +0200, Thomas Schmiedl wrote: > I'm only an end-user, maybe someone could help me? Perhaps someone at the freetz site? > I got this error: 'ERROR: libxml-2.0 not found using pkg-config'. But > the freetz-toolchain does not contain pkg-config. Is it possible to

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread sirk98 qwerty89
I try to use the debug loglevel, but I can't understand the problem . av_interleaved_write_frame(): Broken pipe No more output streams to write to, finishing. Error writing trailer of http://127.0.0.1:8989/1: Broken pipe This error appears when client press Stop on the stream . I need that the

[FFmpeg-user] chwe17/FFmpeg-Cedrus can't open my webcam?

2018-05-14 Thread cedric.dew...@telfort.nl
Hi all, I have a bananapi, running Armbian 5.38. I have done the following steps to compile ffmpeg: git clone https://github.com/chwe17/FFmpeg-Cedrus.git cd FFmpeg-Cedrus/ ./configure --prefix=/usr --enable-nonfree --enable-gpl --enable-version3 --enable-vdpau --enable-libx264 --enable-libpulse

Re: [FFmpeg-user] ffmpeg cross-compile

2018-05-14 Thread Tobias Rapp
On 14.05.2018 15:33, Moritz Barsnick wrote: On Mon, May 14, 2018 at 12:28:13 +0200, Thomas Schmiedl wrote: I'm only an end-user, maybe someone could help me? Perhaps someone at the freetz site? I got this error: 'ERROR: libxml-2.0 not found using pkg-config'. But the freetz-toolchain does

[FFmpeg-user] ERROR: rubberband >= 1.8.1 not found using pkg-config

2018-05-14 Thread 桃源老師
Hello ffmpeg experts, I can't build ffmpeg with rubberband. The error appeared on console is "ERROR: rubberband >= 1.8.1 not found using pkg-config". I'm on macOS High Sierra. Here's seems to error portion of ffbuild/config.log. gcc -L/Volumes/ffmpeg_compile/lib -lc++

Re: [FFmpeg-user] ERROR: rubberband >= 1.8.1 not found using pkg-config

2018-05-14 Thread Moritz Barsnick
On Mon, May 14, 2018 at 23:50:22 +0900, 桃源老師 wrote: > ld: symbol(s) not found for architecture x86_64 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > ERROR: rubberband >= 1.8.1 not found using pkg-config This librubberband has a dependency on libvdsp (or

Re: [FFmpeg-user] chwe17/FFmpeg-Cedrus can't open my webcam?

2018-05-14 Thread Moritz Barsnick
On Mon, May 14, 2018 at 16:27:48 +0200, Moritz Barsnick wrote: > Assuming that Cedrus code used to work - http://linux-sunxi.org/FFmpeg > hints that is was experimental and is unmaintained - you could try to > port their changes to recent ffmpeg. The feasibility of this would be > easier to check

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread Nicolas George
Moritz Barsnick (2018-05-14): > May I interrupt this discussion and put forward the theory that the > "listen" mode of ffmpeg's http protocol/muxer was not made for multiple > connections? As far as I understand, it waits for one connection, and > terminates once this connection is closed. That

Re: [FFmpeg-user] chwe17/FFmpeg-Cedrus can't open my webcam?

2018-05-14 Thread Moritz Barsnick
On Mon, May 14, 2018 at 15:48:18 +0200, cedric.dew...@telfort.nl wrote: > I have a bananapi, running Armbian 5.38. I have done the following steps to > compile ffmpeg: > git clone https://github.com/chwe17/FFmpeg-Cedrus.git I would like to claim: If you have issues with that fork of ffmpeg, why

Re: [FFmpeg-user] ERROR: rubberband >= 1.8.1 not found using pkg-config

2018-05-14 Thread 桃源老師
Hello, Moritz-san, > 2018/05/15 午前0:10、Moritz Barsnick のメール: > > On Mon, May 14, 2018 at 23:50:22 +0900, 桃源老師 wrote: >> ld: symbol(s) not found for architecture x86_64 >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) >> ERROR: rubberband >=

[FFmpeg-user] ffmpeg cross-compile

2018-05-14 Thread Thomas Schmiedl
Hello, I try to cross-compile ffmpeg for my router using this toolchain https://github.com/Freetz/freetz. It is an alternative firmware for AVM routers (https://web.archive.org/web/20171105112501/http://freetz.org:80/wiki/help/howtos/common/newbie.en). I need support for 'https' and 'dash'

[FFmpeg-user] How to ffplay side-by-side 2 videos which are of different size?

2018-05-14 Thread Phil Forneur
Hello, If 2 videos do have the same width and height, one can view them side by side with ffplay -f lavfi "movie='LEFT.mp4',scale=iw/2:ih[v0];movie='RIGHT.mp4',scale=iw/2:ih[v1];[v0][v1]hstack" What now if the 2 videos are of different size??? I wish that my monitor is divided into 2 panes,

[FFmpeg-user] question about support adpcm_ima_smjpeg (ADPCM IMA Loki SDL MJPEG)

2018-05-14 Thread hot-dm-at-mail . ru
Hello! Could someone to build for me ffmpeg with encoder support of adpcm_ima_smjpeg (ADPCM IMA Loki SDL MJPEG)? I need convert video to mjpg with sound. Without this I can't to complete my translation of old Loki game Railroad Tycoon II (Linux). Thank you. -- С уважением,

Re: [FFmpeg-user] question about support adpcm_ima_smjpeg (ADPCM IMA Loki SDL MJPEG)

2018-05-14 Thread Paul B Mahol
On 5/13/18, hot-dm-at-mail...@ffmpeg.org wrote: > Hello! > Could someone to build for me ffmpeg with encoder support of > adpcm_ima_smjpeg (ADPCM IMA Loki SDL MJPEG)? > I need convert video to mjpg with sound. Without this I can't to > complete my

Re: [FFmpeg-user] ffmpeg http protocol question

2018-05-14 Thread Carl Eugen Hoyos
2018-05-13 5:48 GMT+02:00, asmall : > when I exec the command "ffmpeg -i > ~/Downloads/1101_3c27ce48e0b31a7961f1e75281cfaf3d.f0.mp3 -af > loudnorm=I=-16:TP=-1.5:LRA=11 -ar 48k -f mp3 out_file.mp3", the out_file.mp3 > can play. Does it also play if you add the output option

Re: [FFmpeg-user] ffmpeg dash demuxer support

2018-05-14 Thread Carl Eugen Hoyos
2018-05-12 19:26 GMT+02:00, Thomas Schmiedl : > Is there an external lib required? I added a line to the output of "configure --help" Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] ffmpeg cross-compile

2018-05-14 Thread Carl Eugen Hoyos
2018-05-14 12:28 GMT+02:00, Thomas Schmiedl : > I tested with ffmpeg-4.0.tar.bz2 Please remember that only current FFmpeg git head is supported here. > I got this error: 'ERROR: libxml-2.0 not found using pkg-config'. The reason is apparently that FFmpeg cannot know in

Re: [FFmpeg-user] How do I reliably get get data not listed in show_format?

2018-05-14 Thread Lou Logan
On Sun, May 13, 2018, at 8:12 AM, Carl Zwanzig wrote: > > Um, when someone _reads_ the text, they're parsing it. The ticket seems obvious to me that it is referring to machine parsing. > Maybe it's not intended to be _machine_ parsed, but I've had no trouble with > breaking down the text with

Re: [FFmpeg-user] ffmpeg http protocol question

2018-05-14 Thread 滕先飞
when add the output option ‘-write_xing 0’, the output file can play. But it cannot play when I use http protocol. My http server is simple, It can receive data and write data to file. Then I test it, it can not play. Only the mp3 file is bad, others mp3 file is ok when I transfer data with http