[FFmpeg-devel] segment file realease time

2016-08-08 Thread Dan Shamir
hi all im creating a hls segment file and im seeing that the format wrightsthe m3u8 file when your at about 75 frames into the encoding how can i flush the file sooner im making the segment very small for testing about 0.5 sec per segment any ideas? -- Dan shamir Director of Graphic

[FFmpeg-devel] add new decoder or format

2016-06-05 Thread Dan Shamir
hi, i am looking into how to add a custome format or decoder to ffmpeg can someone point me to relevent docs or example so i can get started? thank you very much -- Dan shamir Director of Graphic Technology *d...@idomoo.com * [image: idomoo_logo_moving people NEW email signature] <h

Re: [FFmpeg-devel] add new decoder or format

2016-06-05 Thread Dan Shamir
Thanks. Any pointers on a format implementation for best guide or starting point? On Jun 5, 2016 2:42 PM, "Ronald S. Bultje" wrote: > Hi Dan, > > On Sun, Jun 5, 2016 at 4:31 AM, Dan Shamir wrote: > > > hi, > > i am looking into how to add a custome format or

[FFmpeg-devel] Adding new code

2016-06-28 Thread Dan Shamir
Hi. A question We have developed a new kind of video file and feel that ffmpeg is a good tool to help spread usage for this format. How does the dev community feel about adding a new decoder/muxer format? -- *This email and any files transmitted with it contain information from Idomoo whic

[FFmpeg-devel] mp4 format pre definde mov atom

2016-06-30 Thread Dan Shamir
feed it it loads the mp4 , but just the parts that are ready and does not refresh the player each x secs to see new length of mp4 is there a way to add a fake duration on the mp4 track so you can tell it in advance the duration of the video? -- Dan shamir Director of Graphic Technology *d

Re: [FFmpeg-devel] mp4 format pre definde mov atom

2016-06-30 Thread Dan Shamir
Thank you On Jun 30, 2016 9:56 PM, "Lou Logan" wrote: > On Thu, 30 Jun 2016 17:00:15 +0300, Dan Shamir wrote: > > > hi all > > i am creating a fragmented mp4 > > > > ffmpeg -y -i input -vcodec nvenc -preset hp -pix_fmt nv12 -g 50 -f mp4 > >

Re: [FFmpeg-devel] [PATCH v10] avformat/dashdec: add dash demuxer base version

2017-08-30 Thread Dan Shamir
-ד-דדש--- On Mar 29, 2017 3:42 PM, "Steven Liu" wrote: v2 fixed: 1. from autodetect to disabled 2. from camelCase code style to ffmpeg code style 3. from RepType to AVMediaType 4. fix variable typo 5. change time value from uint32_t to uint64_t 6. removed be used once API 7. change 'time(NULL)`,