Skip to content

kyotin/ffmpeg-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ffmpeg-note

Note some ffmpeg runable code

How to run transcode

Compile it first

gcc -g new_transcoding.c -lavcodec -lavformat -lavfilter -o transcoding 

Then run it

./transcoding /Users/tinnguyen/Downloads/test.mp4 test.mp4

About

Note some ffmpeg runable code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages