Here is the batch script:
@echo off for %%i in (*.mp4) do ( ffmpeg.exe -i "%%i" "%%i".gif move "%%i".gif gif move "%%i" mp4 )
Android Blog is the place where I put code possible to be reused in near future.
Here is the batch script:
@echo off for %%i in (*.mp4) do ( ffmpeg.exe -i "%%i" "%%i".gif move "%%i".gif gif move "%%i" mp4 )