home.social

#transcode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #transcode, aggregated by home.social.

  1. Was anyone aware that OBS now offers "Enhanced Broadcasting" aka Multritrack Video? This offloads video transcoding to the person that is streaming their content and off of the servers themselves.

    This is the single biggest cost of hosting a livestreaming server. If users are willing to use what's in their system we can make the bar to entry incredibly low.

    #livestream #owncast #peertube #stream #fediverse #fedi #EnhancedBroadcasting #MultitrackVideo #transcode #transcoding

  2. 1/3
    Just completed a #Transcode of around 30 minutes of .webm vid+aud into h.265 (aka #HEVC).

    Took 8 hours.

    And the computer's fan did a lot of whirring.

    Getting a format that the TV wil play without #Transcoding seems necessary.

    #H265 #WebM

  3. TIL: #K3B kann DVDs rippen

    nutzt dafür #transcode

    was so seit 10(?) Jahren nicht mehr von irgendwem gepflegt wurde und daher in "keiner" distri mehr dabei ist

    Yay!

    Darf ich K3B also auch als totes Projekt ansehen?

  4. I had hoped to add some #ffmpeg hardware acceleration on the #timelapses at @alberniweather using the old AMD RV730 card in #footiMac but I've not found the magic command to make it happy. I got close I think, but it seems to just refuse to connect to the video driver.

    If there are any ffmpeg experts out there familiar with vaapi and old AMD graphics cards, I'd love to have a little help.

    I created a reddit post in r/ffmpeg with all the details.

    reddit.com/r/ffmpeg/comments/1
    #timelapse #video #Apple #Debian #transcode

  5. @RockyC
    Ah, that makes a lot of sense. Have you looked at or (not sickbeard or MP4 exclusive) that will automatically convert content when it's added?

  6. I could not find a working example for command line VLC to convert a WEBM video file to an MP3 audio file, so here you go:

    vlc -I dummy INPUT_FILE.webm --no-sout-video --sout-transcode-samplerate 44100 --sout "#transcode{acodec=mp3,ab=128,channels=2}:std{access=file,mux=raw,dst=OUTPUT_FILE.mp3}" vlc://quit

    codeberg.org/raster/gists/src/

  7. When you think about it it's pretty amazing we are carrying devices around that could at a pinch #transcode an hour of video live from #vlc on your phone to a TV that can't handle the codec without any discernable drain to the battery.

  8. OK so for completeness, I remembered I had a script that captured a live stream and rendered it to file using cvlc, so I fucked around with that a bit and it works.

    cvlc input.flac :sout="#transcode{acodec=mp3,ab=128,channels=2,samplerate=48000}:file{dst=output.mp3,no-overwrite}"

    Also, I have no idea why I thought it was quicker, if anything it's fractionally slower than using a flac-lame pipeline or ffmpeg 🙄

  9. Сегодня я узнал что vlc можно использовать так:
    Пишем сие чудо
    cvlc -vvv pulse://alsa_output.pci-0000_00_14.2.analog-stereo.monitor --sout '#transcode{acodec=mp3,ab=128,channels=2}:standard{access=http,ds
    t=0.0.0.0:8888/pc.mp3}'

    В терминал заменяя alsa_output.pci и тд на что нибудь из вывода pactl list |grep "Monitor Source", а потом заходим на localhost:8888/pc.mp3 например с телефона что бы не помереть от эха

    Было бы конечно проще если бы работал нормально audio-share или я например знал как это сделать средствами чисто pipewire или pipewire-pulse, но это тоже очень классно

  10. @SavahRellcast

    How big was your file? More than 40MB?

    There are ways to compress it down. I don't know what kind of computer you have, but there's a program available for #Linux, #Mac, and #Windows called #Handbrake that is supposed to be quite user-friendly. I haven't used it myself (I use some commandline tools that are ... difficult to get started with) but it has good word-of-mouth.

    Downloads are here:
    handbrake.fr/downloads.php

    #transcode #codec #video

  11. One of my hobbies is creating tools to #transcode my collection of Blu-ray Discs and DVDs for playback on #Plex servers. These are all cross-platform wrappers for #FFmpeg or #HandBrake. My most flexible script, focused on hardware video encoders, is here:

    github.com/donmelton/other_vid

    Feel free to message me if you have questions about my scripts, FFmpeg, #HandBrakeCLI, #MKVToolNix or other video nerdery. I've been doing this for over a decade so I can probably point you in the right direction.

    1/2

  12. Okay #fediverse I need a bit of #vlc #help - Trying to stream a mp4 into a RTP source. I can get it to connect, but the quality is horrible. using this "--sout "#standard{vcodec=h264,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=rtmp,mux=ffmpeg{mux=flv}...." or "--sout '#transcode{vcodec=h264,vb=4000000,fps=30,scale=1,acodec=mp4a,ab=192,channels=2}:std{access=rtmp,mux=ffmpeg{mux=flv}...." both end up starting okay, then very quickly being unwatchable. Please boost!

  13. HANDBRAKE - How to adjust the size of a video in Linux.

    This application also allows you to pull movies off from the physical DVD's you might still have on your shelf.

    Many keep preferring physical media, by the way. Do you?

    ==> odysee.com/@switchedtolinux:0/

    #Handbrake #DVD #quality #video #editing #Linux #transcode #encoding #transcoding

  14. RAHH, 2h que je cherchais un moyen de faire un mp3 avec les 10 que j'ai à la suite.

    vlc -vvv --sout '#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:file{dst=test.mp3}' --no-sout-all --sout-keep *.mp3

    wiki.videolan.org/Documentatio

  15. @kelbot I start the stream in a script at startup In a single line:
    vlc --qt-start-minimized v4l2:///dev/video0:width=720:height=480 --sout '#transcode{vcodec=theo,acodec=mpga,vb=800, ab=128}:standard{access=http,mux=ogg,dst=:8080}'

  16. Kalopsio worked on a small but powerful #script to #transcode your audio files before importing those into your #Funkwhale instance.

    If you're interested, it's publicly available here: dev.funkwhale.audio/funkwhale/