[FFmpeg-user] -f segment and -id3v2_version 3 seems not working together

Gyan Doshi gyandoshi at gmail.com
Tue Jul 24 08:26:37 EEST 2018



On 24-07-2018 01:26 AM, Lukasz Rybski wrote:

> ffmpeg
> -i "source.mp3"
> -f segment -segment_time 120
> -c copy
> -id3v2_version 3
> -metadata artist="myartist"
> -metadata album="myalbum"
> r:\%03d_nas.mp3"

When using the segment muxer, the private options for the file format 
muxer have to be relayed via segment_format_options,

so, instead of,

     -id3v2_version 3

use

     -segment_format_options id3v2_version=3


Regards,
Gyan


More information about the ffmpeg-user mailing list