Skip to content

请教一下关于ffmpeg精简的问题 #1

@badboy-tian

Description

@badboy-tian

我只需要运行如下命令, 就是把一张图片和一个音频合成mp4

ffmpeg -loop 1 -i image.jpg -i audio.wav -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -shortest out.mp4

那么ffmpeg该怎么configure呢?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions