8000 GitHub - joaosilva-lp/FFmpeg
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joaosilva-lp/FFmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

FFmpeg usefull commands:


1) Convert mkv and add subtitle to a mp4 video
ffmpeg -i video.mkv -vf subtitles=subtitle.srt -c:v libx264 -c:a aac -strict -2 videowithembedsubtitle.mp4

2) Embed subtitle into mkv
ffmpeg -i video.mkv -vf subtitles=subtitle.srt embed.mkv

3)convert mkv into mp4 with ffpmeg
ffmpeg -i video.mkv -c:v libx264 -c:a aac -strict -2 output_video.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0