Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Plugin/script/package for image converting?

Featured Replies

Is there a script or package that would be useful in converting images from on format to another on Unraid?
I'm interested in GIF to PNG conversion.

 

Edited by ICDeadPpl

  • 1 year later...

Did you end up finding a solution? Trying to do the same but tiff to JPG

  • Author
7 hours ago, Chris_bacon said:

Did you end up finding a solution? Trying to do the same but tiff to JPG

I solved it by downloading ffmpeg and using it to convert GIF to PNG.

I added this to my 'go' file:

# Start install ffmpeg
cd /tmp
wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
tar xf ffmpeg-git-amd64-static.tar.xz
rm ffmpeg-git-amd64-static.tar.xz
cd ffmpeg*
cp ffmpeg /usr/local/bin/
cp ffprobe /usr/local/bin/
chmod 777 /usr/local/bin/ffmpeg
chmod 777 /usr/local/bin/ffprobe
cd ..
rm -rf ffmpeg*
# End install ffmpeg

Then I use this in a script to convert from GIF to PNG:

/usr/local/bin/ffmpeg -y -i image001.gif image001.png

 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.