From 858d77d35a58d8c831f8e9c2833a5b7a9faa8a4f Mon Sep 17 00:00:00 2001 From: xufulong <839789740@qq.com> Date: Mon, 6 Apr 2020 22:47:56 +0800 Subject: [PATCH] update readme update readme --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 129b8eb..252090b 100644 --- a/README.md +++ b/README.md @@ -33,21 +33,21 @@ android端基于FFmpeg库的使用
- #### ffprobe检测多媒体格式 - #### IjkPlayer的RTSP超低延时直播 -###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 +### 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. +### (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.
-Preview thumbnail when seeking: +### Preview thumbnail when seeking: !(https://github.com/xufuji456/FFmpegAndroid/blob/master/gif/preview.gif) ***