2
I converted wma to mp3:
find -name "*.wma" -exec ffmpeg -i {} -acodec libmp3lame -ab 224k {}.mp3 \;
During the conversation process I got warning messages for all media files
[mp3 @ 0x1de53e0] Application provided invalid, non monotonically increasing dts to muxer in stream 0: 11567 >= 10662
But converted files played without problems. How critical is the message in this case?
@slhck - Thank you! – Ωmega Δ – 2020-01-29T15:48:03.810