[FFmpeg-user] Add chapters to FLAC

2019-02-06 Thread lyncher
Hi, Is it possible to add chapter (track) information to a FLAC file? I'm encoding with: ffmpeg -i audio.wav -i chapters.txt -map_metadata 1 -f flac out.flac And I get: Output #0, flac, to 'out.flac':   Metadata:     encoder : Lavf58.22.100     Chapter #0:0: start 1.00, end 2.

Re: [FFmpeg-user] Adding user-defined SEI messages thru libavcodec/libx264

2018-01-05 Thread lyncher
ve ffmpeg (3.4.1) reading/writing SEI messages containing AV_PKT_DATA_A53_CC? What would be be the procedure? Thank you lyncher ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link ab

Re: [FFmpeg-user] Read EIA-608 captions and re-mux into Mpegts as stream

2017-05-29 Thread lyncher
On 29-05-2017 18:06, Paul B Mahol wrote: On 5/29/17, Tim DeNike wrote: Im successfully transcoding a udp input MPEG2 TS stream into h264 with NVENC and multicasting it onto the network.. The last piece of the puzzle is to be able to read in the EIA-608 embedded CCs in the original video stream

Re: [FFmpeg-user] Read EIA-608 captions and re-mux into Mpegts as stream

2017-05-29 Thread lyncher
On 29-05-2017 4:35, Tim DeNike wrote: Im successfully transcoding a udp input MPEG2 TS stream into h264 with NVENC and multicasting it onto the network.. The last piece of the puzzle is to be able to read in the EIA-608 embedded CCs in the original video stream and re-mux into the output TS as a