#5710: AC3 frame sync error
------------------------------------+-----------------------------------
             Reporter:  Mista_D     |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avcodec
              Version:  git-master  |               Resolution:  invalid
             Keywords:  ac3 mpegts  |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+-----------------------------------

Comment (by richardpl):

 Seeking did not failed, decoding did because first packet is trimmed. Use
 -ss 1 as input option to ignore error when using -xerror.

 -ss after input will always seek by decoding, and that will fail because
 of trimmed packet.

 Use:
 `ffmpeg -ss 1 -i AC3.mpg -xerror -v 99 -f null -`

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5710#comment:22>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to