What is MAC address?
MAC(media access control address) is physical address of your computer system. Each device have unique MAC address. MAC address is assigned by manufacture into NIC(network interface controller)
Why to change MAC address?
1. Motherboard, router is changed and your ISP is using the previous MAC address.
2. If MAC address is blocked by the firewall or router
3. Safety
Watch Video : https://www.youtube.com/watch?v=2HwVB2XlQfk(audio+video mixing with ffmpeg)
ffmpeg.exe -ss 00:00:00 -t 116 -i "mac2.avi" -ss 0:00:00 -t 116 -i "mac2.mp3" -map 0:v:0 -map 1:a:0 -y out.mp4
More about ffmpeg :http://hackfi.blogspot.in/2015/10/slow-motion-video-using-ffmpeg.html
How to change MAC address in windows:
1. Generate random MAC address.
2. Go to Control panel >> Network and Internet >> Network connection.
3. Right Click on Local Area Connection >> Configure.
4. Advanced >> select Network Address >> enter "MAC address" into value>> Ok
5. To check MAC address "ipconfig -all"
MAC(media access control address) is physical address of your computer system. Each device have unique MAC address. MAC address is assigned by manufacture into NIC(network interface controller)
Why to change MAC address?
1. Motherboard, router is changed and your ISP is using the previous MAC address.
2. If MAC address is blocked by the firewall or router
3. Safety
Watch Video : https://www.youtube.com/watch?v=2HwVB2XlQfk(audio+video mixing with ffmpeg)
ffmpeg.exe -ss 00:00:00 -t 116 -i "mac2.avi" -ss 0:00:00 -t 116 -i "mac2.mp3" -map 0:v:0 -map 1:a:0 -y out.mp4
More about ffmpeg :http://hackfi.blogspot.in/2015/10/slow-motion-video-using-ffmpeg.html
How to change MAC address in windows:
1. Generate random MAC address.
2. Go to Control panel >> Network and Internet >> Network connection.
3. Right Click on Local Area Connection >> Configure.
4. Advanced >> select Network Address >> enter "MAC address" into value>> Ok
5. To check MAC address "ipconfig -all"
No comments:
Post a Comment