Added: 2 years ago
From: Nicho1995W
Views: 14,657
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (94)

Sign In or Sign Up now to post a comment!
  • Lol, open up the video and see what happens.

  • here's a direct link to the codes, thumbs up so everyone can see :)

    h t t p : / / g o o . g l / N h V B I

  • Why do you sick fucks care about the fact that he's making money off of this? @Nicho1995W well done dude, keep em coming. These guys are idiots and ur right, putting the code in the description ruins the Private Control set by VB and does not work. ;)

  • the code :

    Button 1 (The open file button)

    Selectvid.showdialog()

    Button2 (The convert button) Dim type As String = ComboBox1.Text If ComboBox1.Text = "" Then MsgBox("No file type selected") Else End If MsgBox(TextBox1.Text + " shall be converted into a " + type + " file.") Dim oldFile As String = Mid(TextBox1.Text, 1, Len(TextBox1.Text) - 4) FileCopy(TextBox1.Text, oldFile + type)

    SelectVid(The openfiledialog)

    Dim file As String = SelectVid.FileName TextBox1.Text = file

  • yo why doth my friend tell me that there a virus on that site ?

  • Stop complaining about ADFLY!

    He want's to make some money; what's wrong with that?

  • it just changes the extension and does NOT convert videos, changing extensions can be done without coding too.

  • fake convert any file example avi file convert it to mp3 it will be avi just the name of avi will change

  • هذا المشروع يقوم بنسخ ملف الفيديو فقط ولا يقم بتحويله.

  • will Visual Basic 2010 Express Work?

  • pls send me  code email is :mankarsandesh11

  • @mankarsandesh11 did you get the code ?

  • what is the codes??

  • subscribe next time use camtasia

  • Cool no more reason to buy AVS Video converter

  • hey Grax bro. ta bn vakano tu video..

  • thanks dude! It works! Thanks so much!

  • You're just changing the file extension. You need some kind of codec dll to be imported to make a proper converter

  • Comment removed

  • thats shit 

  • this is like downloading a mp4 and changing the name before you save it to [whatever].mp3 .... DOESNT WORK!!!!

    Just makes an invalid file for your default programs to deal with

  • it wont let u play it though

    

  • TYVM!!!! :D

    i am going to use this for my video converter

    (download video from youtube and vonvert into mp3 :D )

  • THIS IS NO VIDEO CONVERTER IT JUST CHANGES FILE NAMES YOU CAN'T CONVERT ANYTHING WITH THIS

  • @0nLyCh4oS it works 100%!! and also it doesn't just change the name, also the codec to, and the name matters, if i put mp5 in my combo-box and converted it to that, then it would just come out like some random white sheet of paper, if you put in .wav - you get a Wave file, if you put in .Mpeg! you get a movie clip! and so on and so forth!=]

  • Comment removed

  • ProgressBar ?

  • hew it can convert from MP4 into AVI or windows media player ?

  • Comment removed

  • Fuck You Nicho, this is a file type changer!!!!!!!!!!

  • @Csabi071 are you an idiot or something like that

  • THIS IS BULL SHIT!

  • You know instead of putting a link for the code you could of put it in the description!

  • @Kk26995 Yea, make a video and try that. Copy it in to vb again and you will see why i do that. It F's up the code for you guys and this is just to help you so dont complain...!

  • @Kk26995 He's using adf.ly because he gets paid for you to click the ads. That's why he didn't put the code in the description. He's lying to you.

  • @Acebeats1 Try putting the code in the description yourself..

  • @Nicho1995W yeah i did, it works..... Stop being a cheap fuck and sending people via adfly.

  • I used Visual Basic 2010 and it works fine. =) Thank you Nicho, I was able to make this for my friend who needed a video converter to convert .avi files that he got off of Bittorrent. He wanted my AVS4you Video Converter registration key but this is a pretty good substitute.

  • Um... the .mp3 version is so fast it sounds like bugs from a scary movie trying to eat you.....

  • @rickyman1234 He should at least embed the ffmpeg dll into it so it can do it's own conversion! failing that at least maybe someone could use this as a ffmpeg gui lol

  • yeah this is just piece of shit you are not converting the video to any other format. If you want to change the format, you shud hav some kind of algorithms to do that

  • you forgot to add .jpg and .bmp extension to your "converter"

    lol

  • he didnt forgot jpg and bmp cause it is video converter?

  • yeah I know, it was a joke.

    I was joking because this is not a video converter. It's just a file extension renamer.

  • um i think this only changes the file extensions not the whole format of the video hence it doesnt really work, it basically has not use =[

  • Select vid is not decleared

    Help?

  • thanks

  • Hei Nightwisher4life, er du norsk:D?

    Hehe, for et sammentreff...

  • someone know how to fix selectvid.showdialog()

    Is not a member of something...

  • They will change video formats, it owns ! :D

  • WAITED 15hrs and nothing hapened

  • You Are Super Cool !!!!!!!!!!!!!! 5/5!

  • sorry but the only think yo are doing is change the file extencion not converting the file. To convert the file you need onother kind of code and video codecs

  • This Was a Nice vid xD

  • Dritbra video! Takk! Endelig, og jeg kan jo bare skrive inn alle filtypene jeg vil ha! Tusen takk! Fortsett å lage videoer!

  • OMG!!! Thank you SOOO much!!!!

  • good job and nice song!

    5/5

    ~ ch-productions ~

  • great tutorial . . and song =)

  • xP,... you see the movie right.. on the left side there is like a picture with visual studio.. there it says more info in blue text... press on the text and there the link is.. under it

  • @Nicho1995W can u give me the all code which u use in making in video converter

    can u send me or give me

  • in the description?

  • SelectVid:

    Dim file As String = SelectVid.FileName TextBox1.Text = file

  • Here's the code for Button 1 for those who can't open the site:

    Selectvid.showdialog()

  • thnx man

    its cool

  • is the quality good ?? for a converted video ?

  • You get the same quality as before the convert.

    It just change filetype

  • do you use Visual Basic 2008 ?

  • what is the codes?

  • The link doesn´t work. Please give another one.

  • could somebody tell me how to add a progressbar to this?????? so i can know how long it will take, instead of just waiting, not knowing if it is in the process of converting?

  • Add a button , a progress bar , a timer

    Code for the timer1 is ,

    progressbar1.increment(1)

    if progressbar1.value=progressbar­1.maximum then

    code for the button1 is,

    timer1.start()

  • DEAD LINK :'(

  • I can fix it later

  • It worked from .wmv to .flv!!!!

  • dude! this is freaking awesome! but... it seriously needs to be able to convert .flv videos :P

  • write .flv indsted of .avi or .mp4 in the combobox...

  • cool dude but it really needs a progress bar badly!

  • check my newest video dude...

  • I no great vid but im new to this and i havent the faintest idea wat to do sorry dude

  • Awsome Dude!!,,

    Worked & Tested Converting;

    Wmv to Mpg

    Mpg to Wmw

    Avi to wmw

    Avi to Mpg

    Mpg to avi

    Wmw to Avi

  • how long does it take to convert a video?

  • It takes like 1 second converting but it takes lik 5

    - 10 minutes until it works

  • the converter is awesome dude!!

  • 5 Second,, For me

  • It worked when converting .wmv to .flv, .flv to .wmv, and .wmv to .dpg too!!!!!!!

    The converter is awesome dude!!

  • This doesn't work --'

    Of course it doesn't --'

    Looser noob --'

  • METALLICA RULEZ!!!!!

    I also put metallica songs in my tut videos, but sometimes they dont let me ):

  • please repair your site!! iit shows the error 404 and it says me to be a member on 110MB Free-No-Ad Hosting!! i havent the codes!

  • no problem ;) please subscribe :D

  • THANKS THANKS THANKS you also solved my visual basic`s problems and i want to know more, do you can tell me how to create a simple video player, not only in computer screen also output to the video card RCA video out composite port tell me if you know ok and rocks with us

  • You have to edit your screen settings...

  • and also i need i want to know how to add hyperlnks to any pictures which are in the picturebox ?, in visual basic express edition and tell me a answer for all my questions, and more i will increase your`s YouTube channel comments ok

  • I dont know what you mean with hyperlink to the picture... do you mean how to get a direct link to internet or put a direct link on it to get a picture?

  • AND THANKS AGAIN, now i`m requesting you to create simple AVI,MPG and FLV video editor with video cutter,add video list,transitions,video effects,text and graphic overlay and with much more features done one video editing program and tell me how to do with ready made codes i want by you OK

  • THANKS THANKS AND THANKS, wow thanks a lot you learnt me to create a own video converting software, i wish you kepp more videos like this do more like this for us

  • I will :P

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more