Re: [FFmpeg-user] Error when cross-compiling to x86 with gcc5.1

2015-06-22 Thread Carl Eugen Hoyos
Bernd Kuhls t-online.de> writes: > Target cpu is i586 without mmx: What target is this? > > If inline asm is really broken with gcc 5.1 (this > > is not completely unexpected), please downgrade to > > a slightly older version (and please report this > > to gcc). > > Compiling ffmpeg with gc

Re: [FFmpeg-user] AMRDecSpecStruc is missing in 3gp file generated by ffmpeg

2015-06-22 Thread prashantha S
Hi, Our product uses these fields while playing the 3gp files into the user port. It uses this filed to decide to go with trans-coding or Bypass based on dawb atom When we open the ffmpeg created amr-wb 3gp files using QTAtomizer, it shows missing dawb atom in the sawb atom [image: Inline imag

Re: [FFmpeg-user] AMRDecSpecStruc is missing in 3gp file generated by ffmpeg

2015-06-22 Thread Carl Eugen Hoyos
prashantha S gmail.com> writes: > The format of the dawb atom is the same as the damr > atom as defined in TS 26.244. If it's the same, why should FFmpeg write the dawb atom instead of the damr atom? Please do not top-post here, Carl Eugen ___ ffmp

[FFmpeg-user] Distributed Video transcoding

2015-06-22 Thread Mahesh Patade
Hi All, I have created distributed video trascoding system to process big video files using ffmpeg. If anyone has some thoughts on my current concept, I would be glad to receive them. URL is: http://patademahesh.github.io/Distributed-Video-Transcoding/ The actual project repo is here: https://g

[FFmpeg-user] How to force input-fieldorder and other fieldorder questions

2015-06-22 Thread Christoph Gerstbauer
Hello I want to use this filter: https://ffmpeg.org/ffmpeg-filters.html#fieldorder But for that I have to tell ffmpeg that the inputvideo has field order X to get fieldorder Y at the output. But how can I do that? (I dont want to reencode the content with -vf "setfield=X".) Example: I want to

[FFmpeg-user] Can't make video filter drawtext accept command from multi media filter zmq

2015-06-22 Thread Thomas Seilund
Hi All I always get error "38 Function not implemented" when I send command to video filter drawtext. Here is the command I run and the result I get: tps@t420:~/video/test$ echo Parsed_drawtext_1 text AA | /home/tps/data/data/ffmpeg/tools/zmqsend -b tcp://127.0.0.1:5557 38 Function not im

Re: [FFmpeg-user] Can't make video filter drawtext accept command from multi media filter zmq

2015-06-22 Thread Paul B Mahol
On 6/22/15, Thomas Seilund wrote: > Hi All > > I always get error "38 Function not implemented" when I send command to > video filter drawtext. > > Here is the command I run and the result I get: > > tps@t420:~/video/test$ echo Parsed_drawtext_1 text AA | > /home/tps/data/data/ffmpeg/tools/zmqsend

Re: [FFmpeg-user] Can't make video filter drawtext accept command from multi media filter zmq

2015-06-22 Thread Thomas Seilund
Paul B Mahol writes: On 6/22/15, Thomas Seilund wrote: Hi All I always get error "38 Function not implemented" when I send command to video filter drawtext. Here is the command I run and the result I get: tps@t420:~/video/test$ echo Parsed_drawtext_1 text AA | /home/tps/data/data/ffmpeg/too

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-06-22 Thread Arnaud Wijns
Hello Ricardo, I am working on a project which uses the same devices for the same purpose. You can use both bmdtools (with pipe to FFMPEG) or decklink support for FFMPEG (the second solution is easier and works better imo). 1) Install the Mac driver for BMD (BMD Desktop) 2) Download the Decklin

Re: [FFmpeg-user] Can't make video filter drawtext accept command from multi media filter zmq

2015-06-22 Thread Paul B Mahol
On 6/22/15, Thomas Seilund wrote: > Paul B Mahol writes: > >> On 6/22/15, Thomas Seilund wrote: >>> Hi All >>> >>> I always get error "38 Function not implemented" when I send command to >>> video filter drawtext. >>> >>> Here is the command I run and the result I get: >>> >>> tps@t420:~/video/te

Re: [FFmpeg-user] Can't make video filter drawtext accept command from multi media filter zmq

2015-06-22 Thread Thomas Seilund
Paul B Mahol writes: On 6/22/15, Thomas Seilund wrote: Paul B Mahol writes: On 6/22/15, Thomas Seilund wrote: Hi All I always get error "38 Function not implemented" when I send command to video filter drawtext. Here is the command I run and the result I get: tps@t420:~/video/test$ echo

Re: [FFmpeg-user] Can't make video filter drawtext accept command from multi media filter zmq

2015-06-22 Thread Paul B Mahol
On 6/22/15, Thomas Seilund wrote: > Paul B Mahol writes: > >> On 6/22/15, Thomas Seilund wrote: >>> Paul B Mahol writes: >>> On 6/22/15, Thomas Seilund wrote: > Hi All > > I always get error "38 Function not implemented" when I send command > to > video filter drawtext.

Re: [FFmpeg-user] how do I list the devices?

2015-06-22 Thread Ricardo Kleemann
Hello, Regarding the options for config/compile, I didn't follow any specific set of instruction or logic, I took a script used for building ffmpeg on a mac. I can certainly change the script based on your helpful feedback. More below... On Sun, Jun 21, 2015 at 11:56 PM, Carl Eugen Hoyos wrote

[FFmpeg-user] Subtle HLS segmenting playback glitch

2015-06-22 Thread Bryan Murphy
I'm running into a problem using ffmpeg to segment files into HLS (m3u8) format for playback on iOS devices. In the ffmpeg segmented version of this file, there is a very subtle stutter just as the two adults walk underneath the 9. This appears to be some kind of single-frame glitch. The stutter

Re: [FFmpeg-user] what program to use to grab device and send to ffserver?

2015-06-22 Thread Ricardo Kleemann
Hello Arnaud, Thanks for the great suggestion, I will give it a try. More below… > On Jun 22, 2015, at 5:28 AM, Arnaud Wijns wrote: > > Hello Ricardo, > > I am working on a project which uses the same devices for the same purpose. > > You can use both bmdtools (with pipe to FFMPEG) or deckli