[FFmpeg-devel] [PATCH][RFC] Add example seeking_while_remuxing.c

Andrey Utkin andrey.krieger.utkin at gmail.com
Tue Jan 28 10:37:09 CET 2014


2014-01-28 Stefano Sabatini <stefasab at gmail.com>:
> This seems to contain much code from remuxing.c. What if you apply
> your changes on top of that? Having many files to maintain means more
> work for maintainers.

Adding new seeking code directly to remuxing.c is possible, although i
am not sure whether it would be good to read such example, i.e.
wouldn't they get too complicated. I think remuxing.c is great for its
simplicity now, it's good template to start different app sketches
now. So i am ok to unify my sketch with remuxing.c, but i'd vote for
saving remuxing.c as it is now.

However now i'm working on filtering_video.c example to add encoding
and muxing demonstration here. Also i think i'll add there remuxing or
reencoding input audio. Would it be good to apply it to original
filtering_video.c, or would it better become separate transcode.c?

Also what about that large comment block? Is it fully correct? What
about the used approach?

-- 
Andrey Utkin


More information about the ffmpeg-devel mailing list