Horje
batch compress mp4 Code Example
batch compress mp4
find . -type f -name "*.mp4" -exec bash -c 'FILE="$1"; ffmpeg -i "${FILE}" -s 1280x720 -acodec copy -y "${FILE%.mp4}.shrink.mp4";' _ '{}' \;




Shell

Related
ubuntu install webstorm Code Example ubuntu install webstorm Code Example
powershell command to change minimum password length Code Example powershell command to change minimum password length Code Example
install zipkin docker Code Example install zipkin docker Code Example
configure rest api for docker in windows Code Example configure rest api for docker in windows Code Example
ubuntu git https not supported Code Example ubuntu git https not supported Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8