Bug#884138: ffmpeg: scientific notation used for speed in progress bar

2017-12-12 Thread Thorsten Glaser
James Cowgill dixit: >I guess you want to change it to "%5.4gx" or something else? The point >where we change from normal to scientific notation is fairly arbitrary. I guess I'd expect to never see scientific notation for speed/progress indicators (the numbers switch very quickly, and length is

Bug#884138: ffmpeg: scientific notation used for speed in progress bar

2017-12-11 Thread James Cowgill
Hi, On 11/12/17 21:24, Thorsten Glaser wrote: > Package: ffmpeg > Version: 7:3.4-4+b2 > Severity: wishlist > > size= 71457kB time=01:10:25.91 bitrate= 138.5kbits/s speed=1.4e+03x > > I guess my computer is just too fast for that task ☺ Command was: > for x in *.mp4; do ffmpeg -i "$x" -vn

Bug#884138: ffmpeg: scientific notation used for speed in progress bar

2017-12-11 Thread Thorsten Glaser
Package: ffmpeg Version: 7:3.4-4+b2 Severity: wishlist size= 71457kB time=01:10:25.91 bitrate= 138.5kbits/s speed=1.4e+03x I guess my computer is just too fast for that task ☺ Command was: for x in *.mp4; do ffmpeg -i "$x" -vn -sn -c:a copy ./"${x%.mp4}.wma"; done So basically just