Skip to content
View piaoyun's full-sized avatar
Block or Report

Block or report piaoyun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AutoRclone-gclone AutoRclone-gclone Public

    AutoRclone-gclone 使用教程记录。自己记录。怕忘记。没什么技术含量的东西。来访者请知道你在干嘛

    Go 10 8

  2. ffmpeg视频合并、格式转换、截图 ffmpeg视频合并、格式转换、截图
    1
    # 使用ffmpeg合并MP4文件
    2
    
                  
    3
    ```bash
    4
    ffmpeg -i "Apache Sqoop Tutorial Part 1.mp4" -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts
    5
    ffmpeg -i "Apache Sqoop Tutorial Part 2.mp4" -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate2.ts