#DailyBloggingChallenge (359/365)
Most of the time, I try to watch videos on #Invidious with lower resolution to speed up loading time, especially since I watch by default at twice the playback rate.
Today I realized that some instances permit the downloading of content. And even if one has to download audio and video separate, one can easily merge them together temporarily in one's favorite #VideoEditor without the need to render the end product.
#DailyBloggingChallenge (361/365)
Further options exist like #YouTubeDL (1) or stream via #VLC.
Sometimes I wished that creators would mirror their channels on more permissive sites like #PeerTube or #Odysee that don't hard-lock into watching ads.
#DailyBloggingChallenge (360/365)
Alternatively one could also use #FFMPEG to combine the files together via the #Terminal like
`ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4`
Source: https://superuser.com/a/277667