Re: [FFmpeg-user] Equivalent of "-f rawvideo" but for audio?

2019-06-28 Thread Paul B Mahol
On 6/28/19, Moritz Barsnick wrote: > On Thu, Jun 27, 2019 at 23:36:12 +0100, Kieran O Leary wrote: >> On Thu, 27 Jun 2019, 23:32 Moritz Barsnick, wrote: >> > $ ffmpeg -i input -map 0:a -c:a copy -f hash - >> > or >> > $ ffmpeg -i input -map 0:a -c:a copy -hash md5 -f hash - >> > if you prefer

Re: [FFmpeg-user] global_sidx on IOs12

2019-06-28 Thread James Northrup
i found this interesting feature of apple's iron fisted app-store policy. https://github.com/google/shaka-player-embedded/issues/36#issuecomment-460742232 somethign like HLS is required for apps that present video streams longer than 10 minutes. so what would really be helpful is to find out if

Re: [FFmpeg-user] Equivalent of "-f rawvideo" but for audio?

2019-06-28 Thread Moritz Barsnick
On Thu, Jun 27, 2019 at 23:36:12 +0100, Kieran O Leary wrote: > On Thu, 27 Jun 2019, 23:32 Moritz Barsnick, wrote: > > $ ffmpeg -i input -map 0:a -c:a copy -f hash - > > or > > $ ffmpeg -i input -map 0:a -c:a copy -hash md5 -f hash - > > if you prefer MD5 > > Out of curiosity,what is the