<snippet><content><![CDATA[ffmpeg -protocol_whitelist https,tls,tcp -allowed_extensions ALL -i ${1:m3u8} -bsf:a aac_adtstoasc -c copy ${2:output}]]></content><tabTrigger>m3u8Get</tabTrigger><scope>text.shell.markdown,source.dosbatch</scope><!-- ffmpeg로 m3u8파일을 다른 동영상 파일로 변환 --></snippet>