[FFmpeg-trac] #2051(undetermined:closed): Video merging sinking issue

FFmpeg trac at avcodec.org
Sat Dec 29 20:24:25 CET 2012


#2051: Video merging sinking issue
-------------------------------------+-------------------------------------
             Reporter:  elbysam      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  async flv    |               Resolution:  duplicate
  nellymoser                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:   => async flv nellymoser
 * status:  new => closed
 * resolution:   => duplicate


Comment:

 I believe this is a duplicate of ticket #1555 (and some issues on
 roundup), not a regression afaict.
 Reproducible with:
 $ ffmpeg -i TestOrginal1.flv -qscale 2 out1.avi

 Works fine with -async 1:
 $ ffmpeg -async 1 -i TestOrginal1.flv -qscale 2 out1async1.avi

 The concatenation works here for example with the following command line:
 $ ffmpeg -async 1 -f concat -i concat.txt -qscale 2 outdemuxer.avi

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2051#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list