Skip to content

arkeyme/arkeyme.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Tips & Trics

ffmpeg -ss 00:25:13 -i "Input.mkv" -c copy -t 00:01:31 -c:v libx264 -map 0:v:0 -map 0:a:1 -c:a aac "Output.mp4"

  • -ss 00:25:13 when to start
  • -t 00:01:31 how lonh to cut
  • -map 0:v:0 to select video stream
  • -map 0:a:1 to select audio stream
  • -c:v libx264 convert to mp4
  • -c:a aacconvert audio to aac codec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages