Skip to content

How to remove audio from video #77

Closed
@kodfire

Description

@kodfire

How can I remove audio from video? My code is:

FFMpeg::fromDisk('local')
->open($filePath.$fileName)
->export()
->toDisk('local')
->mute()
->inFormat(new \FFMpeg\Format\Video\X264('libmp3lame', 'libx264'))
->save($converted);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions