Robot | Path | Permission |
GoogleBot | / | ✔ |
BingBot | / | ✔ |
BaiduSpider | / | ✔ |
YandexBot | / | ✔ |
Sitemap: https://madflex.de/sitemapindex.xml User-Agent: * Host: madflex.de |
Title | madflex |
Description | ffmpeg - images to videos and vice Skip to main content madflex About Archive Tags RSS feed Impressum ffmpeg - images to videos and vice versa Andreas 2022-03-20 20:00 To get training mater |
Keywords | N/A |
WebSite | madflex.de |
Host IP | 195.201.98.8 |
Location | Russian Federation |
Euro€6,612
Zuletzt aktualisiert: 2022-09-09 06:00:24
madflex.de hat Semrush globalen Rang von 4,026,555. madflex.de hat einen geschätzten Wert von € 6,612, basierend auf seinen geschätzten Werbeeinnahmen. madflex.de empfängt jeden Tag ungefähr 551 einzelne Besucher. Sein Webserver befindet sich in Russian Federation mit der IP-Adresse 195.201.98.8. Laut SiteAdvisor ist madflex.de sicher zu besuchen. |
Kauf-/Verkaufswert | Euro€6,612 |
Tägliche Werbeeinnahmen | Euro€196,156 |
Monatlicher Anzeigenumsatz | Euro€65,569 |
Jährliche Werbeeinnahmen | Euro€4,408 |
Tägliche eindeutige Besucher | 551 |
Hinweis: Alle Traffic- und Einnahmenwerte sind Schätzungen. |
Host | Type | TTL | Data |
madflex.de. | A | 300 | IP: 195.201.98.8 |
madflex.de. | AAAA | 86400 | IPV6: 2a01:4f8:1c1c:b4d3::2 |
madflex.de. | NS | 86400 | NS Record: robotns2.second-ns.de. |
madflex.de. | NS | 86400 | NS Record: robotns3.second-ns.com. |
madflex.de. | NS | 86400 | NS Record: ns1.first-ns.de. |
madflex.de. | MX | 86400 | MX Record: 20 in2-smtp.messagingengine.com. |
madflex.de. | MX | 86400 | MX Record: 10 in1-smtp.messagingengine.com. |
madflex.de. | TXT | 86400 | TXT Record: keybase-site-verification=gRDmLKIn5DmyJJVp62SCjbXvxgyVgOdlJUriCb3Qbmw |
madflex.de. | TXT | 86400 | TXT Record: v=spf1 include:spf.messagingengine.com ?all |
madflex.de. | TXT | 86400 | TXT Record: google-site-verification=4J6i6xBNXvZM5SuED2aGRZHiCDqWZwloQuAgzFqeo-0 |
madflex.de. | TXT | 86400 | TXT Record: adn_verification=mfa |
Skip to main content madflex About Archive Tags RSS feed Impressum ffmpeg - images to videos and vice versa Andreas 2022-03-20 20:00 To get training material for an image classifier I recorded a few videos with my GoPro and converted them later to images using ffmpeg . My example usage here: ffmpeg -i GOPR0001.MP4 -s 1280x720 -vf fps = 10 images/G01%04d_720p.png The 4k MP4-video is converted to 720p with 10 png images per second. A frame number is added to the image name with %04d . After written some Python- opencv code to generate data for training I wanted to have a preview video to show my collaborators. So the other way around: a lot of images converted to a video. cat images/* | ffmpeg -f image2pipe -framerate 5 -i - -f webm -vcodec libvpx-vp9 video.webm The images are piped to ffmpeg and a webm(vp9) video is generated with a framerate of 5 images per second. I experimented a bit with codecs but I found none that worked on every plattform out of the box. The biggest problem here |
HTTP/1.1 301 Moved Permanently Server: nginx/1.20.2 Date: Thu, 23 Dec 2021 14:57:29 GMT Content-Type: text/html Content-Length: 169 Connection: keep-alive Location: https://madflex.de/ HTTP/1.1 200 OK Server: nginx/1.20.2 Date: Thu, 23 Dec 2021 14:57:29 GMT Content-Type: text/html Content-Length: 10336 Last-Modified: Sun, 31 Oct 2021 16:07:41 GMT Connection: keep-alive ETag: "617ebf4d-2860" Strict-Transport-Security: max-age=15768000 Accept-Ranges: bytes |