[FFmpeg-trac] #6599(undetermined:new): FFmpeg git build does not make working fMP4 HLS files

FFmpeg trac at avcodec.org
Sat Aug 19 10:00:56 EEST 2017


#6599: FFmpeg git build does not make working fMP4 HLS files
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  SeventhCycle                       |                   Status:  new
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by SeventhCycle):

 My apologies. Looks like it pasted the FFmpeg command line in wrong.

 H.264
 {{{
 ffmpeg -y -loop 1 -f image2 -i out/480p-h264.jpg -vcodec h264 -r 30 -t 30
 \
    -vf
 drawtext="fontsize=3:fontfile=VERDANA.TTF:timecode='00\:00\:00\:00':rate=30:text='TCR\:':fontsize=72:fontcolor='white':boxcolor=0x000000AA:box=1:x=10:y=10"
 \
    -b:v 500k -hls_segment_type fmp4 -pix_fmt yuvj422p
 "out/480p-h264.m3u8"
 }}}

 H.265
 {{{
 ffmpeg -y -loop 1 -f image2 -i out/480p-h265.jpg -vcodec hevc -r 30 -t 30
 \
    -vf
 drawtext="fontsize=3:fontfile=VERDANA.TTF:timecode='00\:00\:00\:00':rate=30:text='TCR\:':fontsize=72:fontcolor='white':boxcolor=0x000000AA:box=1:x=10:y=10"
 \
    -b:v 500k -hls_segment_type fmp4 -pix_fmt yuvj422p  -tag:v hvc1
 "out/480p-h265.m3u8"

 }}}

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


More information about the FFmpeg-trac mailing list