Advertisement
Guest User

Untitled

a guest
Nov 5th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. /usr/local/bin/ffmpeg -thread_queue_size 1024 -framerate 1/6 -loop 1 -i /home/playlists/tmp/10089705407/%d.png -i test.wav -c:v mpeg2video -c:a ac3 -vf 'fps=59.94,format=yuv420p' -g 360 -keyint_min 360 -bf 0 -b:v 2200k -b:a 192k -ac 2 -f mpegts -shortest -y test.ts
  2.  
  3. /usr/local/bin/ffmpeg -thread_queue_size 1024 -framerate 1/6 -loop 1 -i /home/playlists/tmp/10089705407/%d.png -i test.wav -c:v libx264 -c:a ac3 -vf 'fps=59.94,format=yuv420p' -g 360 -b:v 2200k -x264opts keyint=360:min-keyint=360:scenecut=-1 -bf 0 -profile:v main -level 4.0 -b:a 192k -ac 2 -f mpegts -shortest -y test.ts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement