GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Adam Harvey (a@fedi.lawngno.me)'s status on Wednesday, 13-Dec-2023 07:53:19 JST Adam Harvey Adam Harvey

    It's rare, but sometimes the Orange Site is... good?

    In conversation Wednesday, 13-Dec-2023 07:53:19 JST from fedi.lawngno.me permalink

    Attachments


    1. https://fedi.lawngno.me/system/media_attachments/files/111/568/696/261/503/408/original/c7c2b2aff00f50ee.png
    • 翠星石, Doughnut Lollipop 【記録係】:blobfoxgooglymlem: and snacks and 3 others like this.
    • Embed this notice
      Haelwenn /элвэн/ :triskell: (lanodan@queer.hacktivis.me)'s status on Wednesday, 13-Dec-2023 07:53:12 JST Haelwenn /элвэн/ :triskell: Haelwenn /элвэн/ :triskell:
      in reply to
      @a "The design is very human"
      In conversation Wednesday, 13-Dec-2023 07:53:12 JST permalink
    • Embed this notice
      Frost「:therian:|霜の狼|人面獣心」 (frost@chitter.xyz)'s status on Wednesday, 13-Dec-2023 08:00:30 JST Frost「:therian:|霜の狼|人面獣心」 Frost「:therian:|霜の狼|人面獣心」
      in reply to
      • Haelwenn /элвэн/ :triskell:

      @lanodan @a That must explain why it can be confusing sometimes – I'm not human! :3

      In conversation Wednesday, 13-Dec-2023 08:00:30 JST permalink
      Haelwenn /элвэн/ :triskell: likes this.
    • Embed this notice
      мрман (Колорадо) придурок (mrman@noagendasocial.com)'s status on Thursday, 14-Dec-2023 13:48:31 JST мрман (Колорадо) придурок мрман (Колорадо) придурок
      in reply to
      • coldacid on 🔥

      @a
      😂😂😂
      @coldacid

      In conversation Thursday, 14-Dec-2023 13:48:31 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 15-Dec-2023 04:09:23 JST 翠星石 翠星石
      in reply to
      • Haelwenn /элвэн/ :triskell:
      @lanodan I'm finding myself able to enter more and more ffmpeg commands without looking at the manual ですぅ.
      In conversation Friday, 15-Dec-2023 04:09:23 JST permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Friday, 15-Dec-2023 04:11:43 JST 翠星石 翠星石
      in reply to
      @a That command is a bit long, the shorter `ffmpeg -v quiet -f data -i cure.txt -map 0 -f data -` works just as well.
      In conversation Friday, 15-Dec-2023 04:11:43 JST permalink
    • Embed this notice
      John (john@chaos.social)'s status on Wednesday, 19-Feb-2025 15:57:57 JST John John
      in reply to

      @a @Suiseiseki
      Going to create an alias in my shell so that cat does this. 😌

      In conversation about 3 months ago permalink
    • Embed this notice
      Adam Harvey (a@fedi.lawngno.me)'s status on Wednesday, 19-Feb-2025 15:57:58 JST Adam Harvey Adam Harvey
      in reply to
      • 翠星石

      @Suiseiseki Thanks! I'm glad we can iterate on this.

      In conversation about 3 months ago permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Wednesday, 19-Feb-2025 15:58:40 JST 翠星石 翠星石
      in reply to
      • John
      @John @a An alias won't work - you'll need to add a bash function; cat() { ffmpeg -v quiet -f data -i "$1" -map 0 -f data - ; }

      Unfortunately, such trivial function doesn't operate as a concatenate program, to achieve that, you need to add a bash loop as below;
      cat() { for argument ; do ffmpeg -v quiet -f data -i "$argument" -map 0 -f data - ; done ; }
      In conversation about 3 months ago permalink
    • Embed this notice
      翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Wednesday, 19-Feb-2025 16:41:10 JST 翠星石 翠星石
      in reply to
      • John
      @John This is the Fediverse and I am posting on BloatFE via Pleroma.
      In conversation about 3 months ago permalink
    • Embed this notice
      John (john@chaos.social)'s status on Wednesday, 19-Feb-2025 16:41:12 JST John John
      in reply to
      • 翠星石

      @Suiseiseki this is a peek Mastodon reply and I mean that in the nicest way possible

      In conversation about 3 months ago permalink
    • Embed this notice
      Joshix (joshix@fosspri.de)'s status on Tuesday, 25-Feb-2025 14:14:10 JST Joshix Joshix
      in reply to
      • 翠星石
      • John

      @Suiseiseki @John @a You could use ffmpeg to concatenate the files. No need to create multiple ffmpeg subprocesses.

      cat() {
      ffmpeg -v quiet -f data -i "concat:$(printf '%s|' "$@")" -map 0 -f data -
      }

      In conversation about 3 months ago permalink

      Attachments


      翠星石 likes this.

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.