[FFmpeg-devel] [PATCH] urlconcat protocol
Artur Bodera
abodera
Sat Feb 6 15:57:53 CET 2010
On Sat, Feb 6, 2010 at 12:28 PM, Stefano Sabatini <
stefano.sabatini-lala at poste.it> wrote:
> Again a naming consideration:
> concat.c
> URLProtocol urlconcat_protocol = {
> "cat",
> REGISTER_PROTOCOL (URLCONCAT, urlconcat);
>
> I suggest to use "concat" ("urlconcat" seems too long) for all of
> these, should be less confusing.
>
Just a thought - will it be able to concat all types of streams? concat
files? map-then-concat?
If it's just for url's it should stay "urlconcat", so urlconcat.c
This came tp my head after working around video concating problem - the only
way to concat 2 videos files (as for now) with ffmpeg is to use fifo + pipes
+ rawvideo/yuv4mpeg. Of course an universal concat method/protocol would be
greatly appreciated (using multiple -i -i -i or -map'ping)
A.
--
__
/.)\ +48 695 600 936
\(./ abodera at gmail.com
More information about the ffmpeg-devel
mailing list