Re: I installed openSUSE Leap

Liste des GroupesRevenir à col advocacy 
Sujet : Re: I installed openSUSE Leap
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.advocacy
Date : 19. Oct 2024, 05:59:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <veveak$3o0gh$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
User-Agent : Pan/0.160 (Toresk; )
On Fri, 18 Oct 2024 10:54:41 -0400, DFS wrote:

So 100,000 files should be ~6 minutes.

I just did my own test on Linux. First I ran the following command to
create 99998 files with names from 00001.png up to 99998.png:

    for i in $(seq 1 99998); do fn=$(printf %0.5d.png $i); touch $fn; done

Time taken: 3 minutes 5 seconds.

Then I ran my renumber-frames Python script from
<https://gitlab.com/ldo/render-useful/> as follows:

    renumber-frames move . 1-99998 . 2

This renumbered 99998.png → 99999.png, then 99997.png → 99998.png and
so on down to 00001.png → 00002.png.

Time taken (including terminal output to report what it was doing):
2.5 seconds.

Date Sujet#  Auteur
19 Oct 24 o Re: I installed openSUSE Leap1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal