Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. prboom-plus -timedemo BT01-009 -viddump
  2.  
  3. cap_soundcommand "ffmpeg -f s16le -ar %s -ac 2 -i pipe:0 -acodec libvorbis -aq 5 temp1.ogg"
  4. cap_videocommand "ffmpeg -f rawvideo -pix_fmt rgb24 -s %wx%h -r 35 -i pipe:0 -vcodec libvpx -b:v 200k temp2.webm"
  5. cap_muxcommand "ffmpeg -i temp1.ogg -i temp2.webm -vcodec copy -acodec copy %f.webm"
  6. cap_tempfile1 "temp1.ogg"
  7. cap_tempfile2 "temp2.webm"
  8. cap_remove_tempfiles 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement