You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | 4 years ago | |
|---|---|---|
| Live | 4 years ago | |
| app | 4 years ago | |
| doc | 4 years ago | |
| gif | 5 years ago | |
| gradle/wrapper | 4 years ago | |
| libmp3 | 5 years ago | |
| media | 4 years ago | |
| picture | 4 years ago | |
| shell | 4 years ago | |
| .gitignore | 4 years ago | |
| README.md | 4 years ago | |
| build.gradle | 4 years ago | |
| gradle.properties | 4 years ago | |
| gradlew | 4 years ago | |
| settings.gradle | 4 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	FFmpegAndroid
FFmpeg官方文档
FFmpeg编译流程
FFmpeg常用命令行
NDK编译脚本
JNI开发与调试
音视频知识汇总
运行时序图:
Usage:
(1) Transform video format:
Select video file which you want to transform, and setting the output path.
The simple command like this:
ffmpeg -i %s -vcodec copy -acodec copy %s
You could appoint the encoder, like this:
ffmpeg -i %s -vcodec libx264 -acodec libmp3lame %s
You could transform the video resolution, like this:
ffmpeg -i %s -s 1080x720 %s
(2) Probing media format:
Select video or audio file from your file explorer, and click the button.
When it finishes probing, the result of metadata will display on screen.



