[FFmpeg-trac] #4951(undetermined:reopened): Different frame rate using ts and mov containers

FFmpeg trac at avcodec.org
Thu Oct 22 18:11:13 CEST 2015


#4951: Different frame rate using ts and mov containers
-------------------------------------+-------------------------------------
             Reporter:  liamf91      |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:
              Version:  2.8.1        |  undetermined
             Keywords:  h264 mov     |               Resolution:
  mpegts                             |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 (I am not sure this creates a valid stream, the mpegts muxer is known not
 to be perfect.)

 There are three possibilities (actually certainly more) to save the
 network stream:
 $ ffmpeg -f data -i udp://230.100.1.1:1234 -map 0 -codec copy -f data
 out1.ts
 $ mplayer udp://230.100.1.1:1234 -dumpstream
 $ tools/aviocat udp://230.100.1.1:1234 out3.ts

 You can build aviocat with {{{make tools/aviocat}}}.

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


More information about the FFmpeg-trac mailing list