SebaOrrego

useful commands

Oct 9th, 2020 (edited)
1,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. for file in *.html; do mv "$file" "${file%.html}.txt"; done;
  2.  
  3. docker exec wireguard cat config/peer1/peer1.conf
  4.  
  5. ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac output.mp4
  6.  
  7. ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
  8.  
  9. ffmpeg -i "http://example.com/video_url.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"
Advertisement
Add Comment
Please, Sign In to add comment