[FFmpeg-trac] #6599(undetermined:closed): FFmpeg git build does not make working fMP4 HLS files
FFmpeg
trac at avcodec.org
Fri Aug 25 01:54:28 EEST 2017
#6599: FFmpeg git build does not make working fMP4 HLS files
-------------------------------------+-------------------------------------
Reporter: | Owner:
SeventhCycle | Status: closed
Type: defect | Component:
Priority: normal | undetermined
Version: unspecified | Resolution: fixed
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by SeventhCycle):
Hello,
Sorry, I had to wait on an updated static build since I don't have a
script set up to do full FFmpeg builds.
While this works:
http://seventhcycle.net/ffmpeg/hls_h264/
This does not:
http://seventhcycle.net/ffmpeg/hls_hevc/
We're using:
{{{
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"
}}}
Build is:
ffmpeg version N-87043-gf0f48884b0-static http://johnvansickle.com/ffmpeg/
Copyright (c) 2000-2017 the FFmpeg developers
I am testing this on High Sierra, which has HEVC support for HLS FMP4
fragments.
Thanks!
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6599#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list