You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everytime I download .gif files via "Save to Gallery" the application downloads me an .mp4 file without sound, not a gif, and I always convert this file back to .gif via ffmpeg -i 'VIDEO_FILENAME.mp4' -f yuv4mpegpipe - | gifski -Q 75 -r 60 -o GIF_FILENAME.gif - in termux. Why not automate this process and add a "Save as .gif" feature to Forkgram? For example, when you tap the "Save as .gif" button, a window with a file name imput will pop up (custom file names are useful when thumbnails are not available), automatically convert downloaded .mp4 file to .gif with the name entered earlier and save it to "/storage/emulated/0/Movies/Telegram/gifs". This feature will be very usefull
Sory for bad english and thanks in advance
The text was updated successfully, but these errors were encountered:
Everytime I download .gif files via "Save to Gallery" the application downloads me an .mp4 file without sound, not a gif, and I always convert this file back to .gif via
ffmpeg -i 'VIDEO_FILENAME.mp4' -f yuv4mpegpipe - | gifski -Q 75 -r 60 -o GIF_FILENAME.gif -
in termux. Why not automate this process and add a "Save as .gif" feature to Forkgram? For example, when you tap the "Save as .gif" button, a window with a file name imput will pop up (custom file names are useful when thumbnails are not available), automatically convert downloaded .mp4 file to .gif with the name entered earlier and save it to "/storage/emulated/0/Movies/Telegram/gifs". This feature will be very usefullSory for bad english and thanks in advance
The text was updated successfully, but these errors were encountered: