Re: [FFmpeg-user] LATM demuxer

2017-11-01 Thread Andy Furniss
Carl Eugen Hoyos wrote: 2017-10-31 15:54 GMT+01:00 Andy Furniss : Sometime this year I thought I saw mention of ffmpeg and a LATM standalone demuxer. I committed it six years ago. (The technical name of the file format is "loas", "latm" is one of the things you can put

Re: [FFmpeg-user] Concat movies with different timebase

2017-11-01 Thread Cley Faye
2017-11-01 8:34 GMT+01:00 T4ng10r : > > I'm using this script to convert movies (insert timestamp) -> > https://gist.github.com/T4ng10r/4f57212465a32172e4a4bb7a654fcd0e ​You should post here a single call to ffmpeg with all arguments, and the complete output it gives​

[FFmpeg-user] NDI issues

2017-11-01 Thread Burner
I'm attempting to capture and record an NDI stream, but I keep getting an "Illegal instruction" error With ffplay, I'm sometimes able to view a few seconds of the video stream, but 9 of 10 times, ffplay just return "Illegal Instruction" as well. ~/ffmpeg_sources$ cat

Re: [FFmpeg-user] NDI issues

2017-11-01 Thread Carl Eugen Hoyos
2017-11-01 9:53 GMT+01:00 Burner : > I'm attempting to capture and record an NDI stream, but > I keep getting an "Illegal instruction" error Please provide backtrace, disassembly and register dump, see https://ffmpeg.org/bugreports.html (I would not be surprised if the crash

Re: [FFmpeg-user] NDI issues

2017-11-01 Thread Burner
On 01/11/17 13:10, Carl Eugen Hoyos wrote: 2017-11-01 9:53 GMT+01:00 Burner : I'm attempting to capture and record an NDI stream, but I keep getting an "Illegal instruction" error Please provide backtrace, disassembly and register dump, see

Re: [FFmpeg-user] NDI issues

2017-11-01 Thread Carl Eugen Hoyos
2017-11-01 15:06 GMT+01:00 Burner : > On 01/11/17 13:10, Carl Eugen Hoyos wrote: >> >> 2017-11-01 9:53 GMT+01:00 Burner : >>> >>> I'm attempting to capture and record an NDI stream, but >>> I keep getting an "Illegal instruction" error >> >> Please provide

Re: [FFmpeg-user] NDI issues

2017-11-01 Thread Burner
On 01/11/17 15:18, Carl Eugen Hoyos wrote: No! (Thank you for not using pastebin) [...] Thread 6 "ffmpeg_g" received signal SIGILL, Illegal instruction. [Switching to Thread 0x7fffe8b8e700 (LWP 6652)] 0x779b199b in ?? () from /home/burner/ffmpeg_build/lib/libndi.so.3 This look as if

[FFmpeg-user] Concat movies with different timebase

2017-11-01 Thread T4ng10r
Hi, I've got around 100 movies. Part of them are AVI: [avi @ 0x561e6733c640] non-interleaved AVI Input #0, avi, from 'V-0018.AVI':   Duration: 00:00:11.04, start: 0.00, bitrate: 4571 kb/s     Stream #0:0: Video: mjpeg (MJPG / 0x47504A4D), yuvj422p(pc, bt470bg/unknown/unknown), 640x480,

[FFmpeg-user] ffmpeg error opening filters at mobile browser

2017-11-01 Thread lzmhhh123
I use the ffmpeg at mobile browser. But it responds `Error opening filter` both at safari and chrome. I need help. The log are as following. The IOS 11.0.2 Safari logs: [Log] ffmpeg version n3.1.2 Copyright (c) 2000-2016 the FFmpeg developers (bundle.js, line 43469) built with emcc

Re: [FFmpeg-user] ffmpeg error opening filters at mobile browser

2017-11-01 Thread Reindl Harald
Am 01.11.2017 um 08:13 schrieb lzmhhh123: I use the ffmpeg at mobile browser. But it responds `Error opening filter` both at safari and chrome. I need help. The log are as following. The IOS 11.0.2 Safari logs: [Log] ffmpeg version n3.1.2 Copyright (c) 2000-2016 the FFmpeg developers

Re: [FFmpeg-user] ffmpeg error opening filters at mobile browser

2017-11-01 Thread Paul B Mahol
On 11/1/17, lzmhhh123 wrote: > I use the ffmpeg at mobile browser. But it responds `Error opening filter` > both at safari and chrome. I need help. The log are as following. > You disabled too much. ___ ffmpeg-user mailing list

Re: [FFmpeg-user] ffmpeg error opening filters at mobile browser

2017-11-01 Thread Carl Eugen Hoyos
2017-11-01 8:13 GMT+01:00 lzmhhh123 : > I use the ffmpeg at mobile browser. Did you try to run fate (our testing sequence) using this toolchain without --disable-all? I wonder if it is supposed to work at all... > But it responds `Error opening filter` The error message

Re: [FFmpeg-user] ffmpeg error opening filters at mobile browser

2017-11-01 Thread Carl Eugen Hoyos
2017-11-01 18:39 GMT+01:00 Reindl Harald : > ffmpeg-3.1.9.tar.xz 2017-06-22 05:06 7.5M This is misleading, the source is 16 months old. (otoh, there is so little difference between 3.1.9 and 3.1, if one would be supported here, both would be.) Carl

[FFmpeg-user] Support for the HLS Muxer on Linux

2017-11-01 Thread Patel (Audible), Ronak
Hi, We’re trying to use ffmpeg’s HLS Muxer on Linux so we can create/manipulate hls manifests & fragmented MP4s, but it seems like the binary distributions for Linux are missing the HLS muxer: https://ffmpeg.org/ffmpeg-formats.html#hls-2. Is there a way to get support for this muxer on Linux?

Re: [FFmpeg-user] Support for the HLS Muxer on Linux

2017-11-01 Thread Carl Eugen Hoyos
2017-11-01 19:15 GMT+01:00 Patel (Audible), Ronak : > We’re trying to use ffmpeg’s HLS Muxer on Linux so we can > create/manipulate hls manifests & fragmented MP4s, but it seems > like the binary distributions for Linux are missing the HLS muxer This seems extremely unlikely