#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
Looks to me like a plain insult to anyone who has a decent mind.
Actually that probably was made by this @ bitPick guy. He once won an IT competition using a joke of mine at @unikassel, he even got an internship contract, can you believe that?
Than he made them invest in #mindManager, crashed the entire IT #GNUlinux setup of #FB11 for a whole weekend .. only to use now #FOSS and #freePlane to do his show off.
.. that guy us no good, always remember:

@crossgolf_rebel @aiquez @dprieto @resl

jeSuisatire neindochohh ᘛ⁐̤ᕐᐷ (@[email protected])

Attached: 1 image @[email protected] I remember when @[email protected] took that [AOL] CD case, printed his own proposal and got himself a student job at @[email protected] so he could finance his studies to further @[email protected]. @[email protected]

Mastodon

@mina

Why the f*** kann ich mir den Begriff Organigramm nicht merken?

@remindme DM 1 day

@mina

The right way to address remindme to get the subject included.

#rockyRescueGoals

  • temas respecto a conservacion
  • temas respecto a cambio climatico

@bitpickup @sinmisterios @dprieto

mina en aleman wrote:

@bitpickup
De "tantear" a "arrendar" sólo hay un pequeño paso.
Si alguna vez dispongo del capital necesario, me imagino dejando que los caballos pasten en las verdes praderas de Uruguay y que hagan allí su trabajo diario.
RE: berlin.social/users/mina/statu…
Mina (@[email protected])

@[email protected] Von "teasen" ist es nur ein kleiner Schritt zu "leasen". Sollte ich doch mal über das nötige Kapital verfügen, könnte ich mir ja vorstellen, die Pferde auf den grünen Wiesen Uruguays grasen zu lassen und sie dort ein ruhiges Tagwerk verrichten zu lassen. @[email protected] @[email protected] @[email protected]

berlin.social

@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

@mina
Mittlerweile habe ich mich recht gut auf #OBS "eingeschossen" und eingearbeitet.
Gerade für snippets fürs fedi ist es genial, und die "fediArena" gefällt mir auch gut, "klassisches fair share layout". Ideal damit einem die Idioten mit ihren Anwälten nicht so schnell an den Karren fahren. Und als eine Art podCast Layout um Kommentatoren einzublenden ist es auch nicht schlecht.

Hier ein Filmchen das ich mal eben gerade schnell zusammengeschnipselt habe. Die richtigen Tastenkombinationen codiert und dann einfach Start\Pause\Start\Pause\Stop triggern und ab dafür.

Standardeinstellung 960x540px klein und passend für handyAnsicht und selbst auf einem Laptop screen 1920x1080 ist es noch passabel. Wird der Video größer als 5mb wir er mit #ffmpeg noch mal kleiner gemacht damit er in mastodon ohne Probleme hochgeladen werden kann:
[imageScale] | 320x180 | 640x360 | 960x540 | 1280x720 | 1920x1080

ffmpeg -i originalOBSvideo.mp4 -s 640x360 -movflags +faststart -c:a copy originalOBSvideo_640px.mp4

Wenn's länger wird wie in diesem Beispiel, dann kommt er halt auf peertube.

Was jetzt noch fehlt ist das das ganze so in die Vorbearbeitung\Abspeichern-Routinegewohnheit einzuarbeiten das gleich eine Art screenplay draus wird. Nach dem Motto, Arbeitsbericht des Tages und Ansatz eines Vorschlags für einen KDEnlive Bearbeitung. Das ganze dann gleich hier im fedi gemacht und andere können dann theoretisch mitarbeiten und zuarbeiten.

So ungefähr Entwickelt sich die Idee gerade ..


@tierranietos @utopiarte @deusfigendi @aiquez @crossgolf_rebel
bitPickup's fediArena - ffmpeg and OBS, some great Video editing tools

bitPickup's fediArena - ffmpeg and OBS, some great Video editing tools

PeerTube

@bitpickup

Mit OBS habe ich noch nichts gemacht. Lohnt sich vielleicht, es mal anzuschauen.

Ich fand das voll süß, wie Lassie unter dem Gatter durchgeflitzt ist, während der Mensch es mühsam öffnen musste.

@utopiarte @deusfigendi @tierranietos @aiquez @crossgolf_rebel

@mina
Gar nicht bemerkt.
Das "Loch" im Gatter ist eine klassische Erfindung von uns fuer hier. So eine Art Schafe (und Hunde) Schleusse, auch wenn wir gar keine Schafe (mehr) haben ..

@tierranietos @aiquez @crossgolf_rebel

@mina
> Mit OBS habe ich noch nichts gemacht.

Hoert sich an wie ein idealer Fall fuer ein howTo tutorial fuer den @studi0 Kanal im Q&A Format!

@utopiarte @aiquez @crossgolf_rebel

@mina

Mit OBS habe ich noch nichts gemacht. Lohnt sich vielleicht, es mal anzuschauen.

Kommt in ubuntuStudio vorinstaliert.

Hier geht's zum 2022.04lts howTo vom @studi0 Kanal. Hab mal eben die Info eingefügt wie Mensch immer die neuste OBS Version am Start hat, dies wäre dann wohl der ideale Einstigskommentar um ein Q&A Turorial su beginnen.
@deusfigendi @aiquez @crossgolf_rebel
RE: tupambae.org/objects/0ac89072-…

utopiArte

@studi0 @Tutorial #ubuntuStudio2022.04lts #linux #debian #bookworm Ubuntu 22.04.5 LTS (Jammy Jellyfish) https://cdimage.ubuntu.com/ubuntustudio/releases/22...

utopiArte

@studi0 @Tutorial #ubuntuStudio2022.04lts #linux #debian #bookworm Ubuntu 22.04.5 LTS (Jammy Jellyfish) https://cdimage.ubuntu.com/ubuntustudio/releases/22...

@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 Ok, I will remind you on Sunday Dec 28, 2025 at 6:15 PM UTC.

@utopiarte
Checking the string from over here, the reply of this profile was a reply to a reply by @mina on a string of replies of friendica profiles on a friendica post to a friendica forum page (studi0) addressed with @ not !.

@crossgolf_rebel

@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

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.

Wetterausblick, drei Tage ohne Sonne und mit Regen, es ist bereits bewölkt, .. Houston! .. alles laden, Holz machen unter Dach bringen, Vorratskochen vorbereiten.

troet.cafe/@bitpickup/11433003…

@mina @tierranietos@tupambae.com @aiquez @crossgolf_rebel

laberDeck's post

#justSayin

cast.tupambae.com

@jesuisatire

I don't have a "cast" channel, because I hardly have anything interesting to say.

@crossgolf_rebel @aiquez @resl @dprieto

To begin with @mina, @resl has definitely a point here.

Than there is:
a) I doubt that

.. and having in mind the overall view posted, together with the detailed branches posted by utopiArte:
b) Maybe you have something to write about that
c) The cast setup is for audio (and subtitle audio). So maybe you have some audio to put at disposition
d) the fact that it is for audio can mean that you read anything uninteresting that others wrote or comment here
e) 💡

@crossgolf_rebel @aiquez @dprieto

leak!

ich wollt ja eigentlich nur den bitPick 'ne runde aufnehmen, der stoehnt schon, und dann iss der annere doch glatt auch noch aufgetaucht ..

@mina @crossgolf_rebel @resl

[update:
The metadata information is retained in snippets created from a file that already has the metadata content written into it. So first step should always be to write the metadata.]

btw:
This answer should be updated into a link to a littel ffmpeg tutorial]

#ffmpeg template (in development) containing all commands for fast and simple editing of snippets, in this case with the files to create the audio file in the previous comment:
leak_bitPicRecovery_mdCC.mp3
media.tupambae.org/colaborator…

original template:
media.tupambae.org/colaborator…

@deusfigendi
So viel zu den quantenphysischen Momenten wenn ein Kommntar ueber duckduckgo-AI im Stream just in den work flow passt .. :)

@aiquez @crossgolf_rebel @mina

Same "Houston .. '"audio file published on cast.tupambae.com.

The metadata are stripped by castopod, the show notes or other content added to the castopod episode do not show up in exiftool either.

This is the RSS feed URL that can be easily subscribed with antennaPod for example:
cast.tupambae.com/@laberDeck/f…

This is the fediverse handle of the podcast:
@laberDeck

@crossgolf_rebel @mina @aiquez

@bitpickup
A que te referies?
Me tengo que hacer picar por una crucera como tu ayer de tardecita tambien?

E irme al hospital para documentar el systema de salud publica de aca?
.. no se ..

@mina @crossgolf_rebel

?

Natuerlich nicht, @jesuisatire .. mensch kann's auch uebertreiben, meinste nicht?

So 'ne dicke Hand ist echt kein Witz, und auf Spassvoegel wie du einer bist stehen die Botrops bestimmt nicht.

So, what ever ..

@mina @crossgolf_rebel

[edit v02]
#whistblow'ing because I have to.

@ bitpickup is about to publish the first update of his #permaculture recover @tierranietos space contest thingy without even detailing the contest up front! He wants to cheat all of you!
https://troet.cafe/@bitpickup/114410735826153379

I managed to hack his cellphone and downloaded the fito track file of his walk. This GPS stuff is new to me, at least I cold open it in GpsPrune, I add you the screen.

@dprieto @crossgolf_rebel @aiquez @sinmisterios @deusfigendi @mina

mʕ•ﻌ•ʔm bitPickup (@[email protected])

Angehängt: 1 Video @[email protected] > Brave, but why disturb the snake? Because she is at 5 meters of the house inside the casco and you sleep better if you release her a few kilometers away from where you are? Actually once you get the details, there is not to much bravery to it. In terms of playing with your feelings yes, that's something that probably never get's away. @[email protected] @[email protected] @aiquez

troet.cafe - Mastodon

#nature #snakes #bothrops #bothropsPubescens #Uruguay

At least, I got one just a few days after the bite, that's good to work on the trauma I guess ..

@dprieto @mina @crossgolf_rebel @aiquez

Another angle with simple 28mm lense.

@dprieto @mina @crossgolf_rebel @aiquez

A wider angle taken with the cell phone.

@dprieto @mina @crossgolf_rebel @aiquez

The same scene taken with a action cam with a very wide angle.

@dprieto @mina @crossgolf_rebel @aiquez

@bitpickup

Brave, but why disturb the snake?

@dprieto @crossgolf_rebel @aiquez

* another edit
Just stumbled over another take, this time half way to the hill in the valley of the spring
/edit

@mina
> Brave, but why disturb the snake?

Because she is at 5 meters of the house inside the casco and you sleep better if you release her a few kilometers away from where you are?

Actually once you get the details, there is not to much bravery to it. In terms of playing with your feelings yes, that's something that probably never gets away.

@dprieto @crossgolf_rebel @aiquez

#TheDailyShow
This Man's Love for Venomous Snakebites Is Helping Science Move Forward
youtube.com/watch?v=Rji_WJkVBY…

@bitpickup @crossgolf_rebel @mina

This Man's Love for Venomous Snakebites Is Helping Science Move Forward | The Daily Show

YouTube

@mina
Si, no .. mas o menos.
Estuve y estoy juntando material "a lo bobo". Grabaciones de audio en el momento, en el hospital, fotos .. mundo de celular, ya sabes.

La picadura misma no, de hecho la tengo filmado pero la recorte de la escena de la leña mas arriba.

A los 20 min empezó a hincharse el dedo, ya estaba en la portera. Al los 35 en policlinica empezaron a tratarme, creo incluyendo calmantes.

La picadura apenas se sintió. Ahora mismo el dedo aun duele.

@jesuisatire @crossgolf_rebel

@bitpickup

Bueno, espero qué se te pasen pronto todos los efectos.

@jesuisatire @crossgolf_rebel

@jesuisatire

Otra que Rocky entrenando en Rusia.

@bitpickup @crossgolf_rebel

Ta todo muy lindo con los italianos yankees @mina. Sin embargo, nos van a hinchar con derechos de autor si nos pasamos un milisegundo del #fairUse.

Punto y aparte .. esto es el #Uruguay, los italianos mas bien se fueron para #BsAs, por eso lo de la moda cheta ..

De este lado del #RioDeLaPlata tuvimos el puerto de los esclavos.

@jesuisatire @crossgolf_rebel
@dprieto @aiquez

Ok @bitpickup, I have to admit, looks like you do #walkTHEwalk, not only talking the talk.

Took me a while to assemble this take. I left the commentators space empty, except at minute 5:05 to 5:10 where your very own comment was useful. So any comment by others to fill some space would be more than useful.

https://media.tupambae.org/colaborator/studi0/pro_rockybit/originals/video/fediArena_pro_rockybit_leniaScrum_orig_640x360.mp4

btw @mina, looks like @resl is off, no interaction at all for a while, so you might take he/she/it of the list.

@crossgolf_rebel @aiquez @dprieto

@jesuisatire @bitpickup @mina @crossgolf_rebel @aiquez @dprieto I'm trying to follow but I am confused and the "spirit" hasn't moved me yet to do anything, so to speak 😳

@resl
> I am confused

That's good!

@mina @crossgolf_rebel @aiquez @dprieto

@resl
How about starting with a voice over for the dog, looks/sounds like fun to me ..

In general terms, no input no output.

btw
What happend to the transcript, that could be an interesting echo.

@bitpickup
@mina @crossgolf_rebel @aiquez @dprieto

@jesuisatire @bitpickup @mina @crossgolf_rebel @aiquez @dprieto Here, https://redthebean.net/experiment.html because I have a strict character limit on mastodon, where I am interacting with you all for now.
about