Which Free and Open Source Software do you use and/or recommend for podcasting? (OS, DAW, planning, remote recording, transcription, plugins, player…)
👇 Give your answers here 👇
👇 Give your answers here 👇
Castopod hat dies geteilt.
Castopod hat dies geteilt.
David Marzal
Als Antwort auf Castopod • • •mikelgs
Als Antwort auf Castopod • • •KasTas
Als Antwort auf Castopod • • •in terms of players, landed on AntennaPod and happy since ever after.
In terms of recording... Well, Audacity do have it's issues and would not recommend IF there were any other decent options. OBS may be worth a shot (despite weird setup if you need audio-only podcast).
Been struggling a bit with PipeWire setting up headphones and various different microphones, but that may just be my lack of experience and time investment :|
utopiArte
Als Antwort auf KasTas • • •> OBS (despite weird setup if you need audio-only podcast)
How do you achive that @KasTas ?
KasTas
Als Antwort auf utopiArte • • •@utopiarte as I recall, selecting custom video codec options (or something like that) and adding -vn (or rather NULL video encoder). Which renders container with the recording with no video. Which is suitable for Audacity or whatver to be imported.
Will check the exact setting later, commuting at the moment :|
utopiArte
Als Antwort auf KasTas • • •thx for the hint @KasTas, based on your input I did a quick net search and found this:
superuser.com/questions/177299…
mʕ•ﻌ•ʔm bitPickup
Als Antwort auf utopiArte • • •Thx @KasTasMykolas , for mentioning the recording audio only option in OBS in the first place, and @Castopod to ask the community the general question about software use for #podCast creation so this conversation and hint could come up.
👍
@studi0
mʕ•ﻌ•ʔm bitPickup hat dies geteilt.
mʕ•ﻌ•ʔm bitPickup
Als Antwort auf mʕ•ﻌ•ʔm bitPickup • • •1/x 🧵
#OBS #audioOnly Aufnahmesettings
@crossgolf_rebel
@KasTasMykolas @studi0
crossgolf_rebel - kostenlose Kwalitätsposts mag das.
crossgolf_rebel - kostenlose Kwalitätsposts
Als Antwort auf mʕ•ﻌ•ʔm bitPickup • • •utopiArte
Als Antwort auf crossgolf_rebel - kostenlose Kwalitätsposts • • •youtube.com/watch?v=MlQHWQO8Tq…
Link zum OBS Screenalbum
@crossgolf_rebel - kostenlose Kwalitätsposts @mʕ•ﻌ•ʔm bitPickup @KasTas
jeSuisatire …ᘛ⁐̤ᕐᐷ
Als Antwort auf utopiArte • • •> Which Free and Open Source Software do you use?
ffmpeg
@utopiarte @bitpickup @crossgolf_rebel @KasTasMykolas
utopiArte
Als Antwort auf jeSuisatire …ᘛ⁐̤ᕐᐷ • • •KISS hat geschrieben:
ffmpeg code to create the Intro episode for the castopod tutorial channel @tutorArtec
template: tutorartec_ffmpeg_exiftool_episode_00_season00// file name
jerryLewis_Typewriter
// -------------------- original ----------------------
Jerry Lewis iconic _Typewriter skit_ _ Who_s Minding the Store (1963) [HD].opus
--------------------------------------
castopod_map_jerryLewis_Typewriter.png
jerryLewis_Typewriter.mp3
//--------------------
// change audio file to mp3
ffmpeg -i jerryLewis_Typewriter.opus jerryLewis_Typewriter.mp3
// recut part of the original audio
// -ss defines where the audio starts
// -to defines the length of the audio
ffmpeg -ss 00:00:10.000 -i jerryLewis_Typewriter.mp3 -to 00:01:48.000 -c:v copy -c:a copy jerryLewis_Typewriter_cut_xy.mp3
// combine image and audio to mp3 with album cover front
ffmpeg -i jerry
KISS hat geschrieben:
ffmpeg code to create the Intro episode for the castopod tutorial channel @tutorArtec
template: tutorartec_ffmpeg_exiftool_episode_00_season00// file name
jerryLewis_Typewriter
// -------------------- original ----------------------
Jerry Lewis iconic _Typewriter skit_ _ Who_s Minding the Store (1963) [HD].opus
--------------------------------------
castopod_map_jerryLewis_Typewriter.png
jerryLewis_Typewriter.mp3
//--------------------
// change audio file to mp3
ffmpeg -i jerryLewis_Typewriter.opus jerryLewis_Typewriter.mp3
// recut part of the original audio
// -ss defines where the audio starts
// -to defines the length of the audio
ffmpeg -ss 00:00:10.000 -i jerryLewis_Typewriter.mp3 -to 00:01:48.000 -c:v copy -c:a copy jerryLewis_Typewriter_cut_xy.mp3
// combine image and audio to mp3 with album cover front
ffmpeg -i jerryLewis_Typewriter_cut_xy.mp3 -i castopod_map_jerryLewis_Typewriter.png -map 0:0 -map 1:0 -c copy -id3v2_version 3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (front)" jerryLewis_Typewriter_cut_xy_pic.mp3
(castopod doesn't integrate the the 1920x10080px image Album cover, it had to be uploaded again as 1400x1400px
Link to the episode not published yet of the not published podcast:
cast.tupambae.org/p/d292a1c5-a…
Intro clip first 5 seconds
@jesuiSatire …ᘛ⁐̤ᕐᐷ @mʕ•ﻌ•ʔm bitPickup @crossgolf_rebel - kostenlose Kwalitätsposts @KasTas @Castopod :podcasting2:
utopiArte
Als Antwort auf utopiArte • • •The previous answer was embeeding a video file using
bbCode
from this #friendica server:[video]https://cast.tupambae.org/media/podcasts/tutorArtec/intro-clip-0-to-5-landscape-pine.mp4[/video]
Here the embeed as audio file
[audio]https://cast.tupambae.org/media/podcasts/tutorArtec/intro-clip-0-to-5-landscape-pine_original.mp4[/audio]
@mʕ•ﻌ•ʔm bitPickup @jesuiSatire …ᘛ⁐̤ᕐᐷ @crossgolf_rebel - kostenlose Kwalitätsposts @KasTas @Castopod :podcasting2:
mʕ•ﻌ•ʔm bitPickup
Als Antwort auf utopiArte • • •Can you recheck this embeeded file and it's origin @utopiarte. There is actually a different way of declaring audio files in the #activityPub protocol, as discused on the @helpers forum lately, and the way #castopod "declares" doesn't embed any image on #friendica (?), as visible on you post page on your server.
(just a tecnical recheck of how "cross posting" looks like on the platforms, as the origin of the posted file is inconclusive)
@jesuisatire @crossgolf_rebel @KasTasMykolas @Castopod
jeSuisatire …ᘛ⁐̤ᕐᐷ
Als Antwort auf mʕ•ﻌ•ʔm bitPickup • • •Looks first of all like a troet.cafe specific circunstance @bitpickup, what code is troet running?
The combination of two audio files might be problematic in general. Actually it's not possible over here to upload more than one video or audio and the replay of any of the two files displayed with timer might not work.
@milan
@utopiarte @Castopod
mʕ•ﻌ•ʔm bitPickup
Als Antwort auf jeSuisatire …ᘛ⁐̤ᕐᐷ • • •@jesuisatire
> what code is troet running?
v4.2.15
@milan @utopiarte
mʕ•ﻌ•ʔm bitPickup
Als Antwort auf KasTas • • •#podcast
@KasTasMykolas
> landed on #AntennaPod and happy since ever after
true
"You know that you made it into the top ten of podcasts when your podcast shows up alongside prominent podcasts from all over the world like @gnulinux on the @AntennaPod screen telling people:
Don't Panik."
@Castopod
mʕ•ﻌ•ʔm bitPickup hat dies geteilt.
Bazzio
Als Antwort auf Castopod • • •For podcasting, I use a website with WordPress and some freemium plugins together with a webradio running using on the server side (ubuntu) liquidsoap and Icecast 2.
REAPER | Audio Production Without Limits
www.reaper.fmFritjof
Als Antwort auf Castopod • • •I only use free and open source software for my #podcasts - Both in production and consumption.
StudioLink (studio-link.de/) to record remote interviews.
Ardour (ardour.org) is my DAW. It can do everything.
Castopod (on yunohost.org homeserver) is my hosting and distribution hub.
Antennapod on my phone is my client.
Free tools for a free format!
Studio Link - Professionelle Audio-Over-IP Verbindungen
studio-link.deThinkPad-Museum
Als Antwort auf Castopod • • •icaria36 🎶
Als Antwort auf Castopod • • •🍉 دانیال بهزادی
Als Antwort auf Castopod • • •GPodder in Nextcloud for manage
AntennaPod and GNOME Podacasts for play
mleduc
Als Antwort auf Castopod • • •Jelmer
Als Antwort auf Castopod • • •Alexey Skobkin
Als Antwort auf Castopod • • •- Sonobus if I need to work remotely DAW-to-DAW with someone on the same project.
- Reaper for DAW (it's not Open Source, but it's GOOD and free until you buy it)
- Transcribing using neural networks like Whisper and so on (using GUI wrappers)
- ReaPlugs as default plugins like noise gate, compressor, basic EQ, etc (free, not Open Source, but available for any DAW)
- AntennaPod for a player
- Not using Linux when recording music or a podcast, but use it in a lot if other cases
Castopod
Als Antwort auf Alexey Skobkin • • •👉 sonobus.net/
SonoBus
sonobus.netCastopod
Als Antwort auf Castopod • • •Diogo Constantino
Als Antwort auf Castopod • • •Andromxda 🇺🇦🇵🇸🇹🇼
Als Antwort auf Castopod • • •Valentin
Als Antwort auf Castopod • • •I like also how easy it is to level the audio!
shotcut.org/
#Antennapod is a winner for listenning the audio
Shotcut - Home
www.shotcut.orgArdmore Leader
Als Antwort auf Castopod • • •