#11040: filter_complex extrastereo don't work
-------------------------------------+-------------------------------------
             Reporter:  javier vera  |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by javier vera):

 The problem was the new syntax from FFMPEG

 For work correctly need change code from:
 ffmpeg -i C:\Pelis\video.mkv -vcodec copy -map 0:a -map 0:v -acodec aac
 -b:a 384k -ac 2 -filter_complex extrastereo C:\Pelis\Salida.mkv

 To:
 ffmpeg -i C:\Pelis\video.mkv -map 0:v:0 -c:v copy -acodec aac -b:a 384k
 -ac 2 -filter_complex extrastereo C:\Pelis\Salida.mkv

 That types of changes be goodto be reflex in the documentation of the
 wiki. Thanks i close the bug report
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11040#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to