Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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";' _ '{}' ;
Comment

PREVIOUS NEXT
Code Example
Shell :: sc CentOS 
Shell :: fsck fat32 partition 
Shell :: connecting to timescaledb from terminal 
Shell :: how to convert a multy digit array into a whole number 
Shell :: mount one directory to another in mac 
Shell :: como agregar angular material al proyecto 
Shell :: test project at a previous point in history in github 
Shell :: exit ssh session in shell script 
Shell :: bitbake availables images 
Shell :: wtmp is not readable 
Shell :: repro blender ubuntu 18.04 
Shell :: grep extract only matched string 
Shell :: git undo only a chunk 
Shell :: how to know tachyons version 
Shell :: ssh nethack ip 
Shell :: craftbukkit 
Shell :: Could not download aapt2-proto-4.1.0-alpha01-6193524.jar 
Shell :: using timeshift to make system snapshot like in windows & mac 
Shell :: install Postfix to send notification emails 
Shell :: ibus-daemon is not running 
Shell :: how to set path variable in linux temporarily? 
Shell :: linux create user with expiration 
Shell :: imagem para pdf linux 
Shell :: best practices, build multi stage docker image securely 
Shell :: gcloud.ps1 cannot be loaded 
Shell :: push existing repository in gthub 
Shell :: add quotes to column and replace with comma 
Shell :: filter in powershell Win32_NTEventlogFile 
Shell :: install newest spyder version with coneda 
Shell :: git soundforest 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =