[FFmpeg-user] Proper way to write data into an AVFrame

2019-01-03 Thread Ronak
Hi, I'm trying to use FFmpeg in my iOS App; and would like to write data into an AVFrame that I can later filter using one of the filters in the libavfilter library (silenceremove, loudnorm or dynaudnorm for example). I noticed there's a method to correctly write data into a frame in

Re: [FFmpeg-user] remux AVI (H.264+MP3) to MP3 causes problems in browser; Missing PTS timestamps

2019-01-03 Thread Lou Logan
On Thu, Jan 3, 2019, at 11:14 AM, Ben wrote: > > Now I remux (without new encoding) them with the following ffmpeg > command to MP4 container : > > Fmpeg.exe -i test.avi -acodec copy -vcodec copy -map 0 test_out.mp4 We need to see the complete console output from your command to be able to

[FFmpeg-user] remux AVI (H.264+MP3) to MP3 causes problems in browser; Missing PTS timestamps

2019-01-03 Thread Ben
I have videos in AVI format which contain MP3 and H.264 encoded videos. I can play them successfully on my local Windows computer with videoplayers tools like VLC Now I remux (without new encoding) them with the following ffmpeg command to MP4 container : Fmpeg.exe -i test.avi -acodec copy

Re: [FFmpeg-user] FFmpeg Configure error, Help need

2019-01-03 Thread Reindl Harald
Am 03.01.19 um 18:30 schrieb Dinesh Gupta: > Did the same but getting issue as previously mentioned please always post your complete command line and output and don't top post if you want help ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] FFmpeg Configure error, Help need

2019-01-03 Thread Dinesh Gupta
Did the same but getting issue as previously mentioned On Thu, 3 Jan, 2019, 2:22 PM Paul B Mahol On 1/3/19, Dinesh Gupta wrote: > > whatever that means > > Means I tried to after remove --enable-libopus. But still got the error. > > > > Thank you for highlighting the issue. But I need the

Re: [FFmpeg-user] bug on ubuntu 18.04 with gcc7.3 and g++7.3

2019-01-03 Thread NDJORE BORIS
Hello Mr Mortiz, I downloaded ffmpeg with this command : *git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg* Thhe output of the command : *ffmpeg --version* is : *ffmpeg version 3.4.4-0ubuntu0.18.04.1 Copyright (c) 2000-2018 the FFmpeg

Re: [FFmpeg-user] header intact

2019-01-03 Thread Reindl Harald
what is the point of forward a unchanged message from the list with a changed subject and a braindead disclamer added at bottom? Am 03.01.19 um 11:08 schrieb madhvi sahu: > > > -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Paul B > Mahol >

[FFmpeg-user] header intact

2019-01-03 Thread madhvi sahu
-Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Paul B Mahol Sent: Thursday, January 03, 2019 2:22 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] FFmpeg Configure error, Help need On 1/3/19, Dinesh Gupta wrote: > whatever that

Re: [FFmpeg-user] bug on ubuntu 18.04 with gcc7.3 and g++7.3

2019-01-03 Thread Moritz Barsnick
On Thu, Jan 03, 2019 at 07:40:15 +0100, NDJORE BORIS wrote: > It's impossible for me to build ffmpeg on ubuntu 18.04 with gcc7.3 and > g++7.3 compiler. When I run ./configure, I have the errors "implicit > declaration of nanosleep" and "size of ts is unknown". > Can you help me please? Can you

Re: [FFmpeg-user] FFmpeg Configure error, Help need

2019-01-03 Thread Paul B Mahol
On 1/3/19, Dinesh Gupta wrote: > whatever that means > Means I tried to after remove --enable-libopus. But still got the error. > > Thank you for highlighting the issue. But I need the libopus. > > Help me to resolve the issue issue Then keep that one and remove another one?

Re: [FFmpeg-user] FFmpeg Configure error, Help need

2019-01-03 Thread Dinesh Gupta
whatever that means Means I tried to after remove --enable-libopus. But still got the error. Thank you for highlighting the issue. But I need the libopus. Help me to resolve the issue issue Thanks, On Thu, Jan 3, 2019 at 1:29 PM Reindl Harald wrote: > > > Am 03.01.19 um 08:49 schrieb