Re: [FFmpeg-user] ffmpeg and webm format and mkv format

2016-09-17 Thread jd1008
On 09/17/2016 04:10 PM, Moritz Barsnick wrote: On Sat, Sep 17, 2016 at 11:59:48 -0600, jd1008 wrote: So, which "release" or "private build" should I use in order to properly transcode WEBM to MP4 ? Is WEBM a container arrangement? If so, why should it be a problem for ffmpeg to just extract

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Reindl Harald
Am 18.09.2016 um 00:49 schrieb Kieran O Leary: Hi On 17 Sep 2016 11:42 p.m., "Carl Eugen Hoyos" wrote: Unrelated: Am I the only one who has serious trouble receiving Phil's emails? Yes, on Gmail they go straight to spam, and are only included in a thread when someone

Re: [FFmpeg-user] ffmpeg and webm format and mkv format

2016-09-17 Thread Moritz Barsnick
On Sat, Sep 17, 2016 at 11:59:48 -0600, jd1008 wrote: > So, which "release" or "private build" should I use in order to properly > transcode WEBM to MP4 ? > Is WEBM a container arrangement? If so, why should it be a problem > for ffmpeg to just extract the content? Your ffmpeg is behaving as if

Re: [FFmpeg-user] FFmpeg RTSP crash

2016-09-17 Thread Yu Ang Tan
On Sat, Sep 17, 2016 at 2:14 AM Carl Eugen Hoyos wrote: > 2016-09-16 15:39 GMT+02:00 Yu Ang Tan : > > I tried:this: > > > > $ git checkout master > > $ git fetch > > > > Then compile as usual. > > My knowledge of git is very limited but I believe you also

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Paul B Mahol
On 9/18/16, Carl Eugen Hoyos wrote: > 2016-09-17 21:12 GMT+02:00 Phil Rhodes : >>> We are not Apple. >> >> Well, no, but someone on the list might have experience of doing this. >> In fact, I know for a fact that someone on the list has experience

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Phil Rhodes
> We are not Apple. Well, no, but someone on the list might have experience of doing this. In fact, I know for a fact that someone on the list has experience of doing this. So why not let the conversation continue? P ___ ffmpeg-user mailing list

Re: [FFmpeg-user] ffmpeg and webm format and mkv format

2016-09-17 Thread Carl Eugen Hoyos
2016-09-18 0:17 GMT+02:00 jd1008 : >> Please try the option "-nostdin", whether >> that surpresses it. > I will try the option. While this will certainly help, I am still curious why you see this issue (that apparently nobody else sees). > But as you could see from the 1st 100

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Moritz Barsnick
On Fri, Sep 16, 2016 at 17:54:38 -0700, muruganandh wrote: > Apple is rejecting whatever i do. [...] > 3. I have no idea how to build ffmpeg so that Apple guys accept it. Does Apple not provide any reason for rejection? Moritz ___ ffmpeg-user mailing

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Kieran O Leary
Hi On 17 Sep 2016 11:42 p.m., "Carl Eugen Hoyos" wrote: > > > > Unrelated: Am I the only one who has serious trouble receiving > Phil's emails? > Yes, on Gmail they go straight to spam, and are only included in a thread when someone replies.

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Carl Eugen Hoyos
2016-09-17 2:54 GMT+02:00 muruganandh : > Apple is rejecting whatever i do. > > 1. I tried to use the static ffmpeg (3.1.3) by tessus. They rejected it. I would expect that this build includes SecureTransport (which is useful), we already know (thanks to you) that this is

Re: [FFmpeg-user] Running ffmpeg on AWS Lambda

2016-09-17 Thread Ehsan Afzali
As I said I'm trying to run it on AWS Lambda not quite sure how to do that! But I tried to run it with '-v 9 -loglevel 99' and strangely it worked this time without crashing!! How could it be possible I have also move -y option to the end before output file name. how could it be possible?!

Re: [FFmpeg-user] "-acodec copy -vcodec copy" output smaller than original

2016-09-17 Thread Reto Kromer
Olexandr Melnyk wrote: >ffmpeg version 2.8.4 Copyright (c) 2000-2015 Please update to the last release or the current HEAD. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link

Re: [FFmpeg-user] ffmpeg and webm format and mkv format

2016-09-17 Thread jd1008
On 09/16/2016 01:43 PM, jd1008 wrote: On 09/16/2016 12:09 PM, Moritz Barsnick wrote: On Fri, Sep 16, 2016 at 19:56:26 +0200, Carl Eugen Hoyos wrote: The following lines are shown if you press "h" while encoding. Interesting. This line from the originally posted output also hints at

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread muruganandh
Apple is rejecting whatever i do. 1. I tried to use the static ffmpeg (3.1.3) by tessus. They rejected it. 2. I tried to build myself using this ./configure --disable-protocol=tls_securetransport. They rejected it. 3. I have no idea how to build ffmpeg so that Apple guys accept it. -- View

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread muruganandh
Where are you providing the source code of your app? I am trying to submit the app to mac app store. Should i post it somewhere and link it here? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Compiling-FFmpeg-without-SecIdentityCreate-API-tp4676487p4677598.html

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-09-17 Thread Paul B Mahol
On 9/17/16, muruganandh wrote: > Apple is rejecting whatever i do. > > 1. I tried to use the static ffmpeg (3.1.3) by tessus. They rejected it. > 2. I tried to build myself using this ./configure > --disable-protocol=tls_securetransport. They rejected it. > 3. I have no idea

Re: [FFmpeg-user] "-acodec copy -vcodec copy" output smaller than original

2016-09-17 Thread Olexandr Melnyk
> On Fri, Sep 16, 2016 at 20:29:20 EEST, Moritz Barsnick wrote: > Please do show us the complete, uncut console output of your command. Thanks for all the answers! Carl and Bertram were spot on. The number of zeroed bytes in the end of the source file roughly matches the difference in file size