• ffmpeg

    From Maurice Kinal@1:153/7001.2989 to Alan Ianson on Monday, March 06, 2023 20:10:45
    Hey Alan!

    :r !ffmpeg -version | sed 's/^/ > /'
    ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
    built with gcc 12.2.0 (GCC)
    configuration: --prefix=/usr --enable-gpl --enable-version3 --enable-nonfree --disable-static --enable-shared --disable-debug --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-openssl --docdir=/usr/share/doc/ffmpeg-6.0
    libavutil 58. 2.100 / 58. 2.100
    libavcodec 60. 3.100 / 60. 3.100
    libavformat 60. 3.100 / 60. 3.100
    libavdevice 60. 1.100 / 60. 1.100
    libavfilter 9. 3.100 / 9. 3.100
    libswscale 7. 1.100 / 7. 1.100
    libswresample 4. 10.100 / 4. 10.100
    libpostproc 57. 1.100 / 57. 1.100

    The above version breaks streaming codecs in firefox but works great with mplayer and the such. Still need to add vlc but I have a good feeling about it all.

    Life is good,
    Maurice

    -o -o -o o- o- -o o- o- o- o- -o o- o- o- -o -o
    (\ (\ (\ /) /) (\ /) /) /) /) (\ /) /) /) (\ (\
    ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ... Fidonet 4K - You load sixteen penguins and what do you get?
    --- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
    * Origin: One of us @ (1:153/7001.2989)
  • From Alan Ianson@1:153/757 to Maurice Kinal on Monday, March 06, 2023 21:41:56
    Hey Alan!

    :r !ffmpeg -version | sed 's/^/ > /'
    ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
    built with gcc 12.2.0 (GCC)
    configuration: --prefix=/usr --enable-gpl --enable-version3 --enable-nonfree
    --disable-static --enable-shared --disable-debug --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-openssl --docdir=/usr/share/doc/ffmpeg-6.0

    That looks like an update. My ffmpeg is currently 5.something.

    libavutil 58. 2.100 / 58. 2.100
    libavcodec 60. 3.100 / 60. 3.100
    libavformat 60. 3.100 / 60. 3.100
    libavdevice 60. 1.100 / 60. 1.100
    libavfilter 9. 3.100 / 9. 3.100
    libswscale 7. 1.100 / 7. 1.100
    libswresample 4. 10.100 / 4. 10.100
    libpostproc 57. 1.100 / 57. 1.100

    The above version breaks streaming codecs in firefox but works great with mplayer and the such. Still need to add vlc but I have a good feeling about it all.

    I wouldn't want to break streaming codecs on this machine but I am just putting the final touches on another machine I have here. I wasn't planning on installing ffmpeg there but I think I will. There is no desktop on that machine but it uses the amdgpu and radeon drivers. I'll install ffmpeg and mplayer and see what it can do on the console.

    --- BBBS/Li6 v4.10 Toy-6
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Maurice Kinal@2:280/464.113 to Alan Ianson on Tuesday, March 07, 2023 06:19:08
    Hey Alan!

    That looks like an update. My ffmpeg is currently 5.something.

    Same here on a different drive. 5.2.1 methinks but I can readily check if it really matters.

    I wouldn't want to break streaming codecs on this machine

    For sure. I am guesstimating things will soon be back in sync but in the meantime there is nothing wrong with 5.2.1 that I am aware of BUT I do notice a speed and quality boost with 6.0 at the helm. I did up a test 4K gopro video and plan to make up a 1020p and 720p of the exact same clip. I stripped two minutes from the original 4K mp4 which was made by my youngest daughter of her paddle boarding just outside of the Ladysmith Harbour (Coffin Point). I think they will make perfect test videos if you are in need.

    I wasn't planning on installing ffmpeg there but I think I will.

    FOR SURE!!! It is a dependency for both mplayer and vlc. Also I heard vlc can play x265's which might matter in the near future.

    I'll install ffmpeg and mplayer and see what it can do on the console.

    Sounds like a plan.

    Life is good,
    Maurice

    o- -o o- o-
    /) (\ /) /)
    ^^ ^^ ^^ ^^
    ... Ælc mann þe wisdom lufaþ biþ gesælig.
    Everyone who loves wisdom is blessed.
    --- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
    * Origin: Little Mikey's EuroPoint @ (2:280/464.113)
  • From Alan Ianson@1:153/757 to Maurice Kinal on Tuesday, March 07, 2023 15:28:02
    For sure. I am guesstimating things will soon be back in sync but in the meantime there is nothing wrong with 5.2.1 that I am aware of BUT I do
    notice speed and quality boost with 6.0 at the helm. I did up a test 4K gopro video and plan to make up a 1020p and 720p of the exact same clip. I stripped two minutes from the original 4K mp4 which was made by my youngest daughter of her paddle boarding just outside of the Ladysmith Harbour (Coffin Point). I think they will make perfect test videos if you are in need.

    Sure, send them over. It'll give me something to test with.

    I'll install ffmpeg and mplayer and see what it can do on the console.

    I had a quick look and there is quite a list of dependencies I'll need along with ffmpeg and mplayer.

    I haven't done it yet but I'll set aside an hour or two and get that done in the next little bit here.

    --- BBBS/Li6 v4.10 Toy-6
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Maurice Kinal@1:153/7001.2989 to Alan Ianson on Tuesday, March 07, 2023 15:44:00
    Hey Alan!

    It'll give me something to test with.

    That is the general idea. And for the record I meant 1080p and not 1020p. Also you can use the 4k one as a master to test your build of ffmpeg. Also, also changing formats such as mp4 -> mpeg2 which will make a difference when playing on a slower system.

    I had a quick look and there is quite a list of dependencies

    Quite a few are optional except that I personally don't think they are. Older Mac laptops come to mind whcn thinking about compatibilty and the such.

    Life is good,
    Maurice

    -o o- o- o- -o o- -o o- o- -o o- -o o- o- o- o-
    (\ /) /) /) (\ /) (\ /) /) (\ /) (\ /) /) /) /)
    ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ^^ ... Fidonet 4K - Sweet Sixteen Penguins of the Apocalypse.
    --- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
    * Origin: One of us @ (1:153/7001.2989)
  • From Benny Pedersen@2:230/0 to Maurice Kinal on Sunday, March 26, 2023 17:11:52
    Hello Maurice!

    07 Mar 2023 15:44, Maurice Kinal wrote to Alan Ianson:

    ... Fidonet 4K - Sweet Sixteen Penguins of the Apocalypse.

    google Orange PI, there you can now make Fidonet 8k :)

    that hardware uses real ssd, not just microsd, great news imho


    Regards Benny

    ... too late to die young :)

    --- Msged/LNX 6.1.2 (Linux/6.2.6-gentoo-dist (x86_64))
    * Origin: gopher://fido.junc.eu/ (2:230/0)
  • From Maurice Kinal@2:280/464.113 to Benny Pedersen on Sunday, March 26, 2023 18:24:02
    Hey Benny!

    google Orange PI, there you can now make Fidonet 8k :)

    I already have one except I haven't done anything with it yet. It's the 8G one and the tentitive plan is to get a nvme disk to boot up on it.

    that hardware uses real ssd, not just microsd, great news imho

    For sure. I am not a fan of the microsds other than for digital cameras and the such (storage). Booting to them is just too sad if you know what I mean.

    8K? Best I can do today is 4K given the lack of a 8K monitor ... and no there is no plan for 8K here.

    Life is good,
    Maurice

    o- o- o- o-
    /) /) /) /)
    ^^ ^^ ^^ ^^
    ... Ne mæg na wandian se þe wrecan þenceð frean.
    He must not hesitate at all who intends to avenge his lord.
    --- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
    * Origin: Little Mikey's EuroPoint @ (2:280/464.113)