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
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to