Posts

Mp3 converter

 <!DOCTYPE html> <html> <head> <title>MP4 to MP3 Converter</title> <script> function convertToMP3() { // Get the input file and file name var input = document.getElementById("mp4file"); var fileName = input.value.split("\\").pop(); // Check if the file type is MP4 if (!fileName.endsWith(".mp4")) { alert("Please select an MP4 file."); return; } // Create an instance of the FileReader var reader = new FileReader(); // When the FileReader has loaded the file contents reader.onload = function() { // Convert the MP4 data to an audio Blob var audioBlob = new Blob([reader.result], {type: "audio/mp3"}); // Create a URL for the audio Blob var audioURL = URL.createObjectURL(audioBlob); // Create a link to download the MP3 file var downloadLink = document.createElement("a"); downloadLink.href = audioURL; do...

Asus Zenfone Max Pro M1

Image
ALL VERSIONS 3/4 GB RAM 6 GB RAM MALAYSIA For Global market, India, Malaysia NETWORK Technology GSM / HSPA / LTE LAUNCH Announced 2018, April Status Available. Released 2018, May BODY Dimensions 159 x 76 x 8.5 mm (6.26 x 2.99 x 0.33 in) Weight 180 g (6.35 oz) Build Glass front, aluminum back, plastic frame SIM Dual SIM (Nano-SIM, dual stand-by) DISPLAY Type IPS LCD capacitive touchscreen, 16M colors Size 5.99 inches, 92.1 cm 2  (~76.2% screen-to-body ratio) Resolution 1080 x 2160 pixels, 18:9 ratio (~404 ppi density) PLATFORM OS Android 8.1 (Oreo), upgradable to Android 9.0 (Pie) Chipset Qualcomm SDM636 Snapdragon 636 (14 nm) CPU Octa-core (4x1.8 GHz Kryo 260 Gold & 4x1.6 GHz Kryo 260 Silver) GPU Adreno 509 ...