PreConvert Videos Estaticos

/root/bin/ffmpeg -i input/videos/clip01.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate1.ts -y /root/bin/ffmpeg -i input/videos/clip04.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate4.ts -y /root/bin/ffmpeg -i input/videos/clip06.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate6.ts -y /root/bin/ffmpeg -i input/videos/clip08.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate8.ts -y /root/bin/ffmpeg -i input/videos/clip10.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate10.ts -y /root/bin/ffmpeg -i input/videos/clip12.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate12.ts -y /root/bin/ffmpeg -i input/videos/clip17.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts input/intermediate/intermediate17.ts -y
Tomamos todos los clips estaticos y les hacemos cuando el server inicia una conversion inicial similar a la que tienen todos los demas clips cuando se hace la unicon
" -c copy -bsf:v h264_mp4toannexb -f mpegts "

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.