#aRockyRescueRequest
(friendica post, please visit the originating page in desktop to get a full glimpse)
// v.04
Link to previous versions of this proposal

Red the Bean wrote:

Interesting... I shall contribute 😈
..
I am confused

Mina is your friend wrote:

As long, as it is easy like that, I shall be the bouncer (patobica).
..
I am confused myself.

Daniel Prieto wrote:

I must confess that this thread is quite confusing for me too.
..
Some mushroom experience got me here. I kinda guessed...

bitPickup wrote:

That's good!

sinmisterios wrote:

.. sigo porque el proyecto tierranietos me parece interesante ..


Trying to drag others into this we mentioned:
@aiquez who had joined forces in the first @studi0 project #fallVonMerz and re-shared the first version of this post already.
@crossgolf_rebel, a decade long contact out here in the fedi, kinda reference, who does audio recordings and has experiences with podcasts publishing on funkWhale. He fav'ed the first version of this post and added a thinking face to it.
@mina became the self-proclaimed patovica bouncer, a contact that owns all three involved languages (spanisch/german/englisch), has apparently real life knowledge of the region down here (or there, or anywhere), and claims to see everything.
@resl, a confused squirrel.
@dprieto, a quiet confused local interested in mushrooms.
@[email protected], a local somhow intrested to know about the tierraNietos project from here mastodon APP on her celphone.


As a means of tools, besides ourselves and our very own skills, we do have:

fediVerse profileseach and every ones profile(s)peerTube profileshere and there and everywheremedia pages the subdomain concept as exemplified in the fallVonMerz projectpodcast instances tupambae dot.org and dot.comphpBB permacultureforumThe Permacultureforum added actually forum and image sections related to aspects that came up in this thread and that actually were overdue. Chat and audio or video tools | element/matrix matrix channelsthe tupambae principlesas defined in Impressum and TOS
common ground | CC-BY-SA-NC
Terms of Service
unknown
contain lot's of small written rules
change every day
depend on the country you are posting from and the country you are posting to
can't be breached until declared in the very moment
Rules
be kind to each other
do not intent to be rude
do not intent to be hurtful
try not to suppose


To begin with, this sounds like a lot, what do you people think?

layout consideration to work onAs a howTo proposal, let's try to make this post a comprehensive communication about a project. Instead of adding a eternal list of comments, let's try o edit and reedit our comments here so we keep this kinda compact and tidy. We can even come up with posting links to new conversation strings on specific topics or off-topic conversations.

Let's play and reinvent another wheel!

Mention of the permaculture communityTo reach more people that are involved in the underlying goal which is to preserve and evolve the earth of our grand children, creating a permanent human culture based on principals that enable in the first place a permanent agricultural development we tchoose to involve the @permaculture friendica foum page.
(please feel free to reshare, spread and comment)
mas.to/@resl/11428292991012570…

#rockyRescue

friendica: @bitpickup
friendica SEGWIT ID: @bc1q3jmgjcvmd5eaadx69ggazctksr0d7ca4q6w4vr
wordPress: @bitpickup
castoPod: @bitPickup
diaspora*: @bitpickup
media.tupambae.com: bitpickup

mastodon: @bitpickup
peerTube: @bitpickup

@[email protected]

@mina
> Ich liebe #ffmpeg.

Mittlerweile wär ich ohne aufgeschmissen.
Die Datenmenge bei audiovisueller Produktion ist Wahnsinn.
Gleichzeitig mit mehreren Kameras filmen um das später zusammen zu schneiden, was eh nie passieren wird weil keine Zeit, produziert an einem Nachmittag bis zu ~ 20 gig, und dabei produziere ich 720p und nicht HD1920x1080 weil kein Speicherplatz.

Erster Schritt, Daten von ganzen Ordnern von SD Karte per ffmpeg auf Festplatte schieben und dabei reduzieren.

Öffne CLI in SD-Kartenordner.

Video komprimieren und auf Festplatte kopieren:

for f in *.MP4; do ffmpeg -i "$f" -map_metadata 0 -movflags +faststart -c:a copy "/home/user/00_audioVisual/02_studi0/2025_av_actual_2022-04lts/02_visual/video/dcim/kamera/objektiv/${f%.MP4}_objektiv.mp4"; done
Bilder in Originalgröße als webp kopieren:
for f in *.JPG; do ffmpeg -loglevel error -i "$f" "/home/user/00_audioVisual/02_studi0/2025_av_actual_2022-04lts/02_visual/image/dcim/kamera/objektiv/${f%.jpg}_objektiv.webp"; done
Bilder zum publizieren im Web verkleinern und als webp kopieren:
for f in *.JPG; do ffmpeg -loglevel error -i "$f" -vf scale=1920x1080 "/home/bitpickup/00_audioVisual/02_studi0/2025_av_actual_2022-04lts/02_visual/image/dcim/kamera/objektiv/1920px/${f%.jpg}_objektiv_1920px.webp"; done
Was dann noch bleibt ist die besten Bilder als Original zu verschieben um sie später zu vermarkten bzw sonst wie weiter zu verarbeiten.

Wichtig, Grossbuchstaben beachten. Je nach Kamera werden Bilder und Videos als MP4/JPG oder mp4/jpg abgespeichert. Im Falle der Videos benutze ich diese Unterscheidung um komprimierte Videos von den Originalaufnahmen zu unterscheiden. Wenn die Videos von der Kamera als .mp4 gespeichert werden hänge ich den "komprimiert" Hinweis als Kürzel an die neuen Namen. Insbesondere bei Videos reduziert sich die Datenmenge auf 1/3 bis 1/4. Aus einem 1gig Video werden 0.25gig bis 0.3gig Videos. Wenn die lokale Festplatte voll ist wird der gesamte Ordner "2025_av_actual_2022-04lts" umbenannt, u.a. wird das Datum in den Namen eingefügt, und auf externe Festplatten verschoben.


Wichtiges Detail für Videos:
Der Befehl -movflags +faststart sorgt dafür das Videos von Browsern geladen werden sobald die Seite aufgerufen wird. An sich bedeutet das scheinbar das eventuell unnötige Datenübertragung stattfindet.
Ein Thema das noch mal genauer untersucht werden müsste.

Da wir in @tierranietos eine Insellösung mit Solarplatten und stationärer Bleibatterie haben, machen wir diese Arbeiten nur an sonnigen Tagen ab Mittags, wenn denn die Batterie bereits mehr oder weniger voll ist.

@deusfigendi @aiquez @crossgolf_rebel @utopiarte

Nachtrag:
Und während ffmepg im Hintergrund arbeitet schreibt Mensch schnell noch ein Tutorial über was es gerade macht. Im Idealfall ist ffmpeg fertig wenn der Text abgesendet wird.
/grins

@utopiarte @deusfigendi @mina @tierranietos @aiquez @crossgolf_rebel

@bitpickup

Ganz ehrlich: Gerade für Schnipsel aus langen Filmen rausschneiden gibt's nichts besseres.

@utopiarte @deusfigendi @tierranietos @aiquez @crossgolf_rebel

#ffmpeg
@mina

Mina wrote:

Ganz ehrlich:
Gerade für Schnipsel aus langen Filmen rausschneiden gibt's nichts besseres.

ffmpeg -ss 00:00:00.000 -i [videoFileName].mp4 -to 00:00:00.000 -c:v copy -c:a copy [videoFileName]_cut_01.mp4
Die erste Zeitdefinition (00:00:00.000) bestimmt den Startzeitpunkt im Film ab wo geschnitten wird, der zweite die Laenge des neuen Schnipsels.

@crossgolf_rebel @deusfigendi @aiquez @tierranietos @bitpickup

@remindme in 1 month to see if the comment by @mina above get's self destroyed and with it the respective friendica answers like the next one mentioned just here in a quote reshare by @bitpickup to it ..

@crossgolf_rebel @deusfigendi @aiquez @tierranietos @[email protected]
tupambae.com/display/ccf09959-…

utopiArte

@utopiarte Here is your reminder!

thx @ [email protected]
that answer by @mina got 2 boosts, so no example at all.

In general the only question left is if @mina changed the setting of the profile and how in any case those changes apply in hindsight. The rest seems (more or less) clear.

@utopiarte