Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. #too much cpu
  3. ffmpeg -fflags +genpts -f image2 -loop 1 -i /opt/config/background.png \
  4. -c:v rawvideo \
  5. -pix_fmt yuv420p \
  6. -f matroska \
  7. tcp://localhost:16000
  8.  
  9. # does one loop and starts spewing stuff aboiut wrong dts
  10. ffmpeg -fflags +genpts -f lavfi i movie:/opt/config/bg.mkv:loop=0 \
  11. -c:v copy \
  12. -pix_fmt yuv420p \
  13. -f matroska \
  14. tcp://localhost:16000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement