Skip to content

Problem encoding #10

@2b3ez

Description

@2b3ez

my config :
Symfony 3
FFMpeg 3

In file Audio.php (src/FFMpeg/Media/Audio.php) line 79

$filters->add(new SimpleFilter(array('-acodec', $format->getAudioCodec())));

makes trouble about encoding

I replace this line by :

$filters->add(new SimpleFilter(array('-c:a:1', $format->getAudioCodec())));

and it works like a charm.

Do you know why ?

Thx !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions