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

2018-07-23 Thread Gyan Doshi
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

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

2018-07-23 Thread Lukasz Rybski
Hi Everyone, I would like to split mp3 into parts and add id3tag v 2.3 using below command: ffmpeg -i "source.mp3" -f segment -segment_time 120 -c copy -id3v2_version 3 -metadata artist="myartist" -metadata album="myalbum" r:\%03d_nas.mp3" As a result I get splited mp3 with default id3tag v