Re: [FFmpeg-user] Stereoscopic hwaccel

2019-10-03 Thread JackDesBwa
2019-10-03 01:23, Mark Thompson : > On 17/09/2019 17:33, JackDesBwa wrote: > > Hi, > > > > I do stereoscopic (3d) photography for a few years and I just start to > > experiment on stereoscopic videos. > > The filter_complex argument of ffmpeg allows me to do the editing I have in > > mind more prec

[FFmpeg-user] IRC #ffmpeg on freenode

2019-10-03 Thread Goran Obal
Hi. Does anyone else have problems sending messages to IRC channel #ffmpeg on freenode? I always get "Cannot send to nick/channel" when I try to say something. Br. Goran ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/list

Re: [FFmpeg-user] IRC #ffmpeg on freenode

2019-10-03 Thread tth
On 10/03/19 15:04:25, Goran Obal wrote: Hi. Does anyone else have problems sending messages to IRC channel #ffmpeg on freenode? I always get "Cannot send to nick/channel" when I try to say something. May be you have to be authentified : https://freenode.net/kb/answer/registration -

Re: [FFmpeg-user] IRC #ffmpeg on freenode

2019-10-03 Thread Goran Obal
Yes, thank you, this is it. On Thu, Oct 3, 2019 at 3:24 PM tth wrote: > On 10/03/19 15:04:25, Goran Obal wrote: > > Hi. > > > > Does anyone else have problems sending messages to IRC channel > > #ffmpeg on > > freenode? I always get "Cannot send to nick/channel" when I try to say > > something.

[FFmpeg-user] FFMpeg and WebRTC

2019-10-03 Thread Simon Brown
Hi, I would like to take an H264+AAC transport stream and send it to a web page. The easiest way to do this is as WebRTC. Can FFmpeg convert an H264+AAC transport stream into WebRTC? It seems to be able to convert to most things, eg MP4, RTMP, etc. But I can't find a webrtc option. Regards, Si

Re: [FFmpeg-user] MP4 -> ADTS Headers

2019-10-03 Thread Ronak via ffmpeg-user
> On Oct 3, 2019, at 12:48 AM, Ronak via ffmpeg-user > wrote: > > Hi, > > I’m writing a C++ program to validate the integrity of a Fragmented MP4 file > containing AAC audio. > This program would parse the FMP4 file, read each audio packet, attachment > ADTS headers, and then try to decode t

Re: [FFmpeg-user] MP4 -> ADTS Headers

2019-10-03 Thread Carl Eugen Hoyos
Am Do., 3. Okt. 2019 um 06:49 Uhr schrieb Ronak via ffmpeg-user : > I’m writing a C++ program to validate the integrity of a Fragmented MP4 file > containing AAC audio. Note that when using the library, the libav-user mailing list is more suitable: https://ffmpeg.org/contact.html#MailingLists Ca

Re: [FFmpeg-user] MP4 -> ADTS Headers

2019-10-03 Thread Ronak Patel via ffmpeg-user
> On Oct 3, 2019, at 5:27 PM, Carl Eugen Hoyos wrote: > > Am Do., 3. Okt. 2019 um 06:49 Uhr schrieb Ronak via ffmpeg-user > : >> I’m writing a C++ program to validate the integrity of a Fragmented MP4 file >> containing AAC audio. > > Note that when using the library, the libav-user mailing l

Re: [FFmpeg-user] MP4 -> ADTS Headers

2019-10-03 Thread samuel . widmer
Sehr geehrte Damen und Herren Besten Dank für Ihr Mail. Ich bin vom 3. Oktober bis 9. Oktober 2019 abwesend. Die Mails werden in dieser Zeit nur sporadisch beantwortet. In dringenden Fällen nehmen Sie bitte mit supp...@bluecall.ch Kontakt auf. Herzlichen Dank für Ihr Verständnis und eine gute

Re: [FFmpeg-user] error in make test

2019-10-03 Thread S Andreason
put #0, image2, from '/usr/share/audvid/src-git/ffmpeg-build-20191003/tests/vsynth1/%02d.pgm':   Duration: 00:00:02.00, start: 0.00, bitrate: N/A     Stream #0:0: Video: pgmyuv, yuv420p, 352x288, 25 fps, 25 tbr, 25 tbn, 25 tbc Please use -q:a or -q:v, -qscale is ambiguous Stream mapping:

Re: [FFmpeg-user] error in make test

2019-10-03 Thread Carl Eugen Hoyos
> Am 04.10.2019 um 02:31 schrieb S Andreason : > > extra-ldflags=-L/usr/lib/i386-linux-gnu The test is inherently broken on i386 (it tests for identical float behaviour which is not guaranteed), you can wait until it gets fixed or test --extra-cflags=-msse2 (There is a setting that changes fl