Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

trim video linux

#       Start time     Offset     input file                           output file
ffmpeg -ss 00:00:00 -t 00:30:00 -i input.avi -vcodec copy -acodec copy output1.avi

#or

#     Start time [s]    Offset [s]  input file                           output file
ffmpeg -ss    0     -t     10     -i input.avi -vcodec copy -acodec copy output1.avi
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu 20 install quemu 
Shell :: forgot password ubuntu wsl 
Shell :: install oh my zsh 
Shell :: bash delete a range of lines from a file 
Shell :: git move changes to new branch 
Shell :: compare local git branch with remote 
Shell :: how to check jenkins version in ubuntu 
Shell :: error: The following untracked working tree files would be overwritten by merge: static/platform_images/landing_page_img.png Please move or remove them before you merge. Aborting 
Shell :: install adonis cli 
Shell :: install expo 
Shell :: change default shell fedora 
Shell :: how to list running processes in linux 
Shell :: fortinet vpn client for ubuntu 
Shell :: nodemon script 
Shell :: set email git 
Shell :: linux move straight to home dir 
Shell :: remove user linux 
Shell :: nuxt .env file not load 
Shell :: linux unzip tar.gz 
Shell :: git push example 
Shell :: how to put value of one variable into another in bash 
Shell :: como configurar git e github 
Shell :: mac update path permanently 
Shell :: Creating a New Repo on the command line 
Shell :: remove git from project in windows 
Shell :: github remote push 
Shell :: combine commands bash 
Shell :: docker compose plugin 
Shell :: bash store file in array 
Shell :: bash script language check if item in array 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =