Re: [FFmpeg-devel] [PATCH v1 1/4] avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file

2020-04-08 Thread Steven Liu
> 2020年3月29日 下午4:20,Steven Liu 写道: > > >> 2020年3月26日 下午9:56,lance.lmw...@gmail.com 写道: >> >> From: Limin Wang >> >> Please testing with the following command: >> ./ffmpeg -y -i input.mkv \ >> -b:v:0 5250k -c:v h264 -pix_fmt yuv420p -profile:v main -level 4.1 \ >> -b:a:0 256k \ >> -c:a mp2

Re: [FFmpeg-devel] [PATCH v1 1/4] avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file

2020-04-08 Thread Steven Liu
> 2020年3月29日 下午4:20,Steven Liu 写道: > > >> 2020年3月26日 下午9:56,lance.lmw...@gmail.com 写道: >> >> From: Limin Wang >> >> Please testing with the following command: >> ./ffmpeg -y -i input.mkv \ >> -b:v:0 5250k -c:v h264 -pix_fmt yuv420p -profile:v main -level 4.1 \ >> -b:a:0 256k \ >> -c:a mp2

Re: [FFmpeg-devel] [PATCH v1 1/4] avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file

2020-03-29 Thread Steven Liu
> 2020年3月26日 下午9:56,lance.lmw...@gmail.com 写道: > > From: Limin Wang > > Please testing with the following command: > ./ffmpeg -y -i input.mkv \ > -b:v:0 5250k -c:v h264 -pix_fmt yuv420p -profile:v main -level 4.1 \ > -b:a:0 256k \ > -c:a mp2 -ar 48000 -ac 2 -map 0:v -map 0:a:0\ > -f hls

[FFmpeg-devel] [PATCH v1 1/4] avformat/hlsenc: remove the first slash of the relative path line in the master m3u8 file

2020-03-26 Thread lance . lmwang
From: Limin Wang Please testing with the following command: ./ffmpeg -y -i input.mkv \ -b:v:0 5250k -c:v h264 -pix_fmt yuv420p -profile:v main -level 4.1 \ -b:a:0 256k \ -c:a mp2 -ar 48000 -ac 2 -map 0:v -map 0:a:0\ -f hls -var_stream_map "v:0,a:0" \ -master_pl_name master.m3u8 -t 300