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.
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
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
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