[FFmpeg-trac] #7644(undetermined:new): print warning for "-c:v copy" + "-ss non-key-frame"

FFmpeg trac at avcodec.org
Wed Jan 2 14:22:47 EET 2019


#7644: print warning for "-c:v copy" + "-ss non-key-frame"
-------------------------------------+-------------------------------------
             Reporter:  hanshenrik   |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by v0lt):

 I have a similar problem even if -ss is 0.
 ffmpeg version N-92868-g51b356eef8
 I run the following commands.
 {{{
 ffplay "movie.mp4"
 ffmpeg -hide_banner -i "movie.mp4" -ss 0.000 -to 603.480 -c copy
 "movie.1.mp4"
 ffplay "movie.1.mp4"
 }}}
 "movie.mp4" plays without errors.
 "movie.1.mp4" play with an error at the beginning of the playback.
 {{{
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0000000000459900] Could not find codec
 parameters for
  stream 0 (Video: h264 (avc1 / 0x31637661), none, 1280x720, 417 kb/s):
 unspecifi
 ed pixel format
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 }}}
 MPC-HC and MPC-BE players have a black screen at the start of playback.

 [https://cloud.mail.ru/public/4q5h/U6VYKV5Sr movie.mp4]

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7644#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list