[FFmpeg-user] MSE Implementation Using ffmpeg

2017-06-09 Thread Jacob Trimble
I am trying to implement the MSE[1] API for a project. This is a JavaScript API that is being backed by C++ code. The basic idea is to create a buffer that is appended opaque (from JS perspective) data that should be decoded and rendered in a element. I would like to use ffmpeg (specifically

Re: [FFmpeg-user] Resuming ffmpeg encode after interrupt

2017-06-09 Thread JD
On 06/09/2017 01:25 AM, Moritz Barsnick wrote: On Thu, Jun 08, 2017 at 21:24:52 -0600, JD wrote: So, instead of restarting from the very beginning, is there a way to resume the encode based on the size of the output file? I mean that ffmpeg should be able to know the time offset of the very

Re: [FFmpeg-user] Blue Ray Question

2017-06-09 Thread Ron Barnes
Thank you for the concise answer and quick response! -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carles Vila Sent: Friday, June 9, 2017 9:40 AM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Blue Ray Question

[FFmpeg-user] Rtsp to WebRTC

2017-06-09 Thread Yanet Giuse
Hello all, This is a simple question, Is there a way to use ffserver and ffmpeg commands to re-stream a RTSP ip camera video to WebRTC (or any VP8 container) as a service , so then I can view it in an extern web?Can you provide a simple example or a guide? Thank you!

Re: [FFmpeg-user] Blue Ray Question

2017-06-09 Thread Carles Vila
On 9 June 2017 at 15:26, Ron Barnes wrote: > Hello All, > > > > I know there are tools out there for this question but I'm hoping FFmpeg > can > handle things. > > I have an old blue ray that I would like to shrink. The only problem is > when I open the BR in File Explorer

[FFmpeg-user] Blue Ray Question

2017-06-09 Thread Ron Barnes
Hello All, I know there are tools out there for this question but I'm hoping FFmpeg can handle things. I have an old blue ray that I would like to shrink. The only problem is when I open the BR in File Explorer there is no way of knowing which files are the main movie and what order those

Re: [FFmpeg-user] Create thumbnails from RTMP stream

2017-06-09 Thread zermok
if the same command works on you local address so the problem comes from your server, not ffmpeg -- View this message in context: http://www.ffmpeg-archive.org/Create-thumbnails-from-RTMP-stream-tp4675783p4680258.html Sent from the FFmpeg-users mailing list archive at Nabble.com.

Re: [FFmpeg-user] Create an AAC stream matching the Core Media Audio packet format / priming etc?

2017-06-09 Thread Mark Burton
I appreciate I don't fully grasp the complexities or know the full story here, but do you not think its fair to say this should be considered a major ffmpeg bug or issue? It seems clear to me, and others, that the current .mov muxer produces a file which is incompatible with Quicktime itself.