浏览代码

Update media.sh

MoeClub 5 年之前
父节点
当前提交
d555c5df23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ffmpeg/media.sh

+ 1 - 1
ffmpeg/media.sh

@@ -29,7 +29,7 @@ cd "${MediaFloder}"
 ffmpeg -i ../${Media} -threads ${Thread} -thread_type slice -vcodec copy -acodec aac -bsf:v h264_mp4toannexb -map 0 -f segment -segment_list ../${OutPutM3u8} -segment_time 20 output_%04d.ts
 
 ## upload
-cd..
+cd ..
 if [ -f "${ScriptDir}/${Uploader}" ]; then
   bash "${ScriptDir}/${Uploader}" "${MediaFloder}" |tee -a "${OutPutLog}"
   ## mod m3u8