On date Thursday 2016-05-19 19:18:02 +0200, Moritz Barsnick encoded: > On Thu, May 19, 2016 at 18:45:22 +0200, Stefano Sabatini wrote: > > > [FFmpeg-devel] [PATCH] lavf: add textdata virtual demuxer and demuxer > > demuxer and *muxer* !?
Sure, locally fixed. > > +Store a data stream to an output file: > > +@example > > +ffmpeg -i INPUT -codec copy -map 0 -an -vn data.fftd > > Would this mean it could also dump timed_id3 to fftd, or would that not > work because timed_id3 cannot be demuxed yet? (I will just try, I don't > have the time right now though.) Something like this should work: ffmpeg -i INPUT -codec copy -map 0 -an -vn data.fftd Then you can reinject the data to another output. This is a bit limited, because you will have to specify the type of input when reading with the fftd demuxer (as alternative: we store the codec id and the codec configuration someway in the fftd bytestream). -- FFmpeg = Fiendish & Fast Murdering Peaceless Eccentric Gem _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel