فهرست منبع

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
 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
 ## upload
-cd..
+cd ..
 if [ -f "${ScriptDir}/${Uploader}" ]; then
 if [ -f "${ScriptDir}/${Uploader}" ]; then
   bash "${ScriptDir}/${Uploader}" "${MediaFloder}" |tee -a "${OutPutLog}"
   bash "${ScriptDir}/${Uploader}" "${MediaFloder}" |tee -a "${OutPutLog}"
   ## mod m3u8
   ## mod m3u8