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
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
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
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
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
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
> >
-ד-דדש---
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)`,