From 7c228b941bd3b4d555289694ff7f021675af9b9a Mon Sep 17 00:00:00 2001 From: xufuji456 <839789740@qq.com> Date: Sat, 6 Nov 2021 00:28:40 +0800 Subject: [PATCH] update readme --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 21b316b..bdaa80b 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,6 @@ ### 运行时序图: ![preview](https://github.com/xufuji456/FFmpegAndroid/blob/master/picture/ffmpeg_sequence.png) -### 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.
- ### Joining the group to learn FFmpeg: ![preview](https://github.com/xufuji456/FFmpegAndroid/blob/master/picture/ffmpeg_group.png)