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 a
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
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 switchi