Review of a free versatile QR Code Generator
https://bz2.in/mkqrcode/index.html
Make Q R Codes for any purpose or occassion with multitude of features.
Plain Text, for short notes or urls use some shortening service like bit dot ly or similar ones fo url.
Phone call link, for direct call to phone number when text to embed has the full number with i d d code
Whatsapp chat link, for direct chat to whatsapp without saving number first when text to embed has the full number with i d d code an optional message can be embedded into the whatsapp link which suggests the end user to start with this message, but no guarantee as the user can erase the message and type a new one.
Email link, input only the email address into the text to embed.
U P I payment link the text to embed should have the U P I payment address, there are optional fields which will be embedded to the Q R Code as per specifications and most of the U P I apps will honor these embedded data
Linkedin Follow Me, the text to embed is expected to have the linkedin profile url and my code will create the effective linkedin follow url for the profile to embed into the Q R Code, This could be used to print on business cards or embed into email footer.
V C F or Virtual Card Format is experimental and not fully tested but with the extra fields, a virtual card can be embedded into the Q R Code and smart phones can import this into contacts
All together this project, even though an academic project is very versatile and is provided as is without any implied warranty or so. It fully works inside your browser and any data provided does not go out of that environment. So it is secure and safe to provide any personally identifyable data.
#qrcode #html #ffmpeg #review #demo
If new to this channel, please subscribe, comment, share and promote such that we can come up with similar videos in the future.
Created the voice over using Amazon Polly and then manually syncing with the same from another mobile, the site was run on a Samsung Tab 7 FE with screen recording and no audio option checked. Finally the two files are merged together using ffmpeg on android on the Tab 7 FE for which I have a book case keyboard also.
ffmpeg -hwaccel auto -y -i "/storage/emulated/0/Download/mkqrc.mp4" -i "/storage/emulated/0/Download
/narration.mp3" -c copy -map 0:v:0 -map 1:a:0 "/storage/emulated/0/Download/demo-qrc.mp4"