[FFmpeg-user] Passing metadata from flv to flv ?
Orlando Rivera
oriv at timeview.com
Thu Feb 28 16:07:30 CET 2013
On Feb 28, 2013, at 9:31 AM, Tom Evans <tevans.uk at googlemail.com> wrote:
> On Thu, Feb 28, 2013 at 2:13 PM, Orlando Rivera <oriv at timeview.com> wrote:
>> …
>> Input #0, flv, from 'meta09.flv':
>> Metadata:
>> canSeekToEnd : true
>> createdby : FMS 3.5
>> creationdate : Wed Feb 27 10:12:35 2013
>> Duration: 00:00:32.03, start: 2.000000, bitrate: 529 kb/s
>> Stream #0:0: Video: vp6f, yuv420p, 320x240, 15.17 tbr, 1k tbn, 1k tbc
>> Stream #0:1: Audio: nellymoser, 44100 Hz, mono, flt
>> Stream #0:2: Data: none
>> Output #0, flv, to 'metafix09x.flv':
>> Metadata:
>> canSeekToEnd : true
>> createdby : FMS 3.5
>> creationdate : Wed Feb 27 10:12:35 2013
>> encoder : Lavf54.59.106
>> Stream #0:0: Video: vp6f ([4][0][0][0] / 0x0004), yuv420p, 320x240, q=2-31, 1k tbn, 1k tbc
>> Stream #0:1: Audio: nellymoser ([6][0][0][0] / 0x0006), 44100 Hz, mono
>> …
>> Please can this be done - I am stuck and I was sure this is doable?. Thsnks
>
> I'm confused. ffmpeg lists the metadata in the source, and lists the
> metadata it will insert into the output. All the metadata listed in
> the source is included in the output.
>
> Cheers
>
> Tom
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Well yes for the static metadata inserted in the beginning. But what I am not seeing is dynamic custom timestamp I insert every 1 second. I am able to play back and read this metadata with my own simple player but as soon as I do any thing with ffmpeg (even a copy) this custom metadata is gone. I was expecting a simple fly to flv to work.
Thanks
More information about the ffmpeg-user
mailing list