Advertisement
nht_cntt

capture unica.vn

Mar 6th, 2018
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Lệnh cmd
  2. set INPUT="url or filename"
  3. set OUTPUT="filename.mp4"
  4. ffmpeg.exe -headers "User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0" -i %INPUT% -c copy -bsf:a aac_adtstoasc %OUTPUT%
  5. ==========================================================================================================================================
  6. Lệnh PowerShell
  7. $IN="url or filename"
  8. $OUT="filename.mp4"
  9. ffmpeg.exe -headers "User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0" -i $IN -c copy -bsf:a aac_adtstoasc $OUT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement