Re: [FFmpeg-devel] [PATCH] doc/muxers: fix typo of the hls var_stream_map example

2019-06-02 Thread Steven Liu


> 在 2019年6月2日,21:29,Gyan  写道:
> 
> 
> 
> On 02-06-2019 06:44 PM, Steven Liu wrote:
>> Signed-off-by: Steven Liu 
>> ---
>>  doc/muxers.texi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/doc/muxers.texi b/doc/muxers.texi
>> index 7f3758b117..46580091ba 100644
>> --- a/doc/muxers.texi
>> +++ b/doc/muxers.texi
>> @@ -995,7 +995,7 @@ By default, a single hls variant containing all the 
>> encoded streams is created.
>>  @example
>>  ffmpeg -re -i in.ts -b:a:0 32k -b:a:1 64k -b:v:0 1000k \
>>-map 0:a -map 0:a -map 0:v -f hls \
>> -  -var_stream_map "a:0,agroup:aud_low,default:yes,language=ENG 
>> a:1,agroup:aud_low,language:CHN v:0,agroup:aud_low" \
>> +  -var_stream_map "a:0,agroup:aud_low,default:yes,language:ENG 
>> a:1,agroup:aud_low,language:CHN v:0,agroup:aud_low" \
>>-master_pl_name master.m3u8 \
>>http://example.com/live/out_%v.m3u8
>>  @end example
> 
> LGTM.
> 
> Also, you can correct the comment on line 1833 of hlsenc.c
> 
> defalut --> default
Fix local and pushed
> 
> Gyan
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Thanks
Steven





___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] doc/muxers: fix typo of the hls var_stream_map example

2019-06-02 Thread Gyan



On 02-06-2019 06:44 PM, Steven Liu wrote:

Signed-off-by: Steven Liu 
---
  doc/muxers.texi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 7f3758b117..46580091ba 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -995,7 +995,7 @@ By default, a single hls variant containing all the encoded 
streams is created.
  @example
  ffmpeg -re -i in.ts -b:a:0 32k -b:a:1 64k -b:v:0 1000k \
-map 0:a -map 0:a -map 0:v -f hls \
-  -var_stream_map "a:0,agroup:aud_low,default:yes,language=ENG 
a:1,agroup:aud_low,language:CHN v:0,agroup:aud_low" \
+  -var_stream_map "a:0,agroup:aud_low,default:yes,language:ENG 
a:1,agroup:aud_low,language:CHN v:0,agroup:aud_low" \
-master_pl_name master.m3u8 \
http://example.com/live/out_%v.m3u8
  @end example


LGTM.

Also, you can correct the comment on line 1833 of hlsenc.c

defalut --> default

Gyan
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] doc/muxers: fix typo of the hls var_stream_map example

2019-06-02 Thread Steven Liu
Signed-off-by: Steven Liu 
---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 7f3758b117..46580091ba 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -995,7 +995,7 @@ By default, a single hls variant containing all the encoded 
streams is created.
 @example
 ffmpeg -re -i in.ts -b:a:0 32k -b:a:1 64k -b:v:0 1000k \
   -map 0:a -map 0:a -map 0:v -f hls \
-  -var_stream_map "a:0,agroup:aud_low,default:yes,language=ENG 
a:1,agroup:aud_low,language:CHN v:0,agroup:aud_low" \
+  -var_stream_map "a:0,agroup:aud_low,default:yes,language:ENG 
a:1,agroup:aud_low,language:CHN v:0,agroup:aud_low" \
   -master_pl_name master.m3u8 \
   http://example.com/live/out_%v.m3u8
 @end example
-- 
2.15.1




___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] doc/muxers: fix typo

2019-02-13 Thread Gyan



On 13-02-2019 09:36 PM, Reto Kromer wrote:

Best regards, Reto


A grammar change rather than a typo.

Gyan
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc/muxers: fix typo

2019-02-13 Thread Reto Kromer
Best regards, Reto

0001-doc-muxers-fix-typo.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH] doc/muxers: fix typo

2019-02-13 Thread Gyan



On 13-02-2019 06:41 PM, Reto Kromer wrote:

Best regards, Reto


Pushed as

bf78aa9ee9c42c89bcd88a301e23ce8efbd155ce

Thanks,
Gyan

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc/muxers: fix typo

2019-02-13 Thread Reto Kromer

Best regards, Reto

0001-doc-muxers-fix-typo.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel