[FFmpeg-trac] #1913(undetermined:closed): Why file fails to open when saving frames from one file to other without any encoding/decoding?

FFmpeg trac at avcodec.org
Tue Nov 13 19:14:11 CET 2012


#1913: Why file fails to open when saving frames from one file to other without
any encoding/decoding?
-------------------------------------+-------------------------------------
             Reporter:  theateist    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * status:  new => closed
 * resolution:   => invalid
 * component:  avcodec => undetermined


Comment:

 You have to set bits_per_coded_sample:
  outStream->codec->bits_per_coded_sample =
 inStream->codec->bits_per_coded_sample;

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


More information about the FFmpeg-trac mailing list