I am using IE7 and Quick Heal Anti-VIRUS software [latest version]. When I want to view my downloaded videos, it appears "you have turned off your java scripts option. Please help me.
If you're using Firefox, use an add-on called DownloadHelper. You can download here:
It's very useful. Not only for youtube. You can also download from other websites that have videos! It will detect any videos from a website, and you just have to click on DownloadHelper icon to start downloading it to your computer.
Download and save videos directly from Youtube, Google, Metacafe, Putfile and more. Simply copy and paste the url of the video page in the text box in keepvid.com and click download.. thats it.. the video will be downloaded and you can watch it.. you need some flv compatible player like gom player or vlc media player or k-lite codec player..
this is the best and easiest way to download videos..
===== =======
1. download TubeHunter Ultra from www.neoretix.com
2. open the video page you want to download from
3. click "download"
TubeHunter Ultra will download videos and directly convert them to popular video formats for Windows Media Player, Ipod, Mobile, Zune, PSP,Windows Movie Maker...
What's more, it supports over 1097 youtube-like websites...
try this software it can help you.... Use E.M. Youtube Video Download Tool.
it can “Download, Convert, Burn, Search, Manage, Repair and Play YouTube videos Capture RTMP Video Streams.”
Download here:
Also, you can find this software:
I hope this may help you. Best Regards
YouTube Downloader
Welcome to the YouTube Downloader. With this tool you can download any video from YouTube and convert it in an other format video.
Manual conversion
The program converts the videos in the more dffuse forms, if you do not find the format that you want, you can try to convert the video manually, example:
ffmpeg -i %1 -s 320x240 -r 14 -b 50 -ar 22050 -ab 56 -ac 1 %1.mov
Where:
· -i Input file (%1 it's the file selected)
· -s Video size (WidthxHeight). Example: 176x96, 176x144, 320x240, 352x240, 368x288, 480x320, 552x414, 640x360, 640x480
· -r Video frame rate (Fps). Example: 10, 12, 15, 14, 20, 24, 29
· -b Video bitrate (Kb/s). Example: 30, 50, 100, 150, 200, 256, 384, 500, 512, 640, 768, 900, 1500
· -ar Audio sample rate (Hz). Example: 8000, 16000, 22050, 24000, 32000, 44100, 48000
· -ab Audio bitrate (Kb/s). Example: 12, 16, 32, 40, 48, 56, 64, 80, 96, 112, 128, 192, 224, 256
· -ac Audio channels (1 mono, 2 stereo). Example: Use 2 if you convert in MP3
· %1.xxx Output file (.xxx the format to convert!). Example: .mov, .ra, .mpg, .mp4, .mp3, .wma ...
To improve the video quality use -qscale (1..31)
If you want to use a specific video codec use -vcodec or a specific format use -f.
Warning, valid sizes for Cell Phone are: 128x96, 176x144, 352x288, 704x576 and 1408x1152.
Examples
Ipod Video (Apple QuickTime MOV)
ffmpeg -i %1 -s 176x144 -r 20 -b 500 -ar 22050 -ab 64 -ac 1 %1.mov
ffmpeg -i %1 -s 320x240 -qscale 15 -r 20 -b 500 -ar 22050 -ab 64 -ac 1 %1.mov
ffmpeg -i %1 -s 320x240 -qscale 7 -r 24 -b 500 -ar 22050 -ab 64 -ac 2 %1.mov
ffmpeg -i %1 -s 320x240 -qscale 1 -r 24 -b 500 -ar 22050 -ab 64 -ac 2 %1.mov
Iphone Video (MPEG-4 MP4)
ffmpeg -i %1 -vcodec mpeg4 -s 480x320 -r 29 -b 900 -ar 44100 -ab 96 -ac 2 %1.mp4
ffmpeg -i %1 -vcodec mpeg4 -qscale 15 -s 480x320 -r 29 -b 900 -ar 44100 -ab 96 -ac 2 %1.mp4
ffmpeg -i %1 -vcodec mpeg4 -qscale 7 -s 480x320 -r 29 -b 900 -ar 44100 -ab 128 -ac 2 %1.mp4
ffmpeg -i %1 -vcodec mpeg4 -qscale 1 -s 640x480 -r 29 -b 1500 -ar 44100 -ab 128 -ac 2 %1.mp4
PSP Video (H.264 MP4)
ffmpeg -i %1 -f psp -s 176x96 -r 14 -b 768 -ar 24000 -ab 64 -ac 1 %1.mp4
ffmpeg -i %1 -f psp -s 320x240 -qscale 15 -r 29 -b 768 -ar 24000 -ab 64 -ac 1 %1.mp4
ffmpeg -i %1 -f psp -s 368x208 -qscale 7 -r 29 -b 768 -ar 24000 -ab 64 -ac 2 %1.mp4
ffmpeg -i %1 -f psp -s 368x208 -qscale 1 -r 29 -b 768 -ar 24000 -ab 64 -ac 2 %1.mp4
Cell Phone (H.263 3GP)
ffmpeg -i %1 -vcodec h263 -s 128x96 -r 10 -b 30 -ar 8000 -ab 12 -ac 1 %1.3gp
ffmpeg -i %1 -vcodec h263 -qscale 15 -s download youtube videos on pc176x144 -r 12 -b 30 -ar 8000 -ab 12 -ac 1 %1.3gp
ffmpeg -i %1 -vcodec h263 -qscale 7 -s 176x144 -r 15 -b 30 -ar 8000 -ab 12 -ac 1 %1.3gp
ffmpeg -i %1 -vcodec h263 -qscale 1 -s 352x288 -r 15 -b 30 -ar 8000 -ab 12 -ac 2 %1.3gp
Windows Media Video (V.7 WMV)
ffmpeg -i %1 -s 320x240 -b 50 -ar 22050 -ab 56 -ac 1 %1.wmv
ffmpeg -i %1 -s 320x240 -qscale 15 -b 50 -ar 22050 -ab 64 -ac 2 %1.wmv
ffmpeg -i %1 -s 320x240 -qscale 7 -b 50 -ar 22050 -ab 64 -ac 2 %1.wmv
ffmpeg -i %1 -s 320x240 -qscale 1 -b 50 -ar 22050 -ab 64 -ac 2 %1.wmv
XVid MPEG-4 Codec (AVI)
ffmpeg -i %1 -vcodec xvid -s 320x240 -b 200 -ar 22050 -ab 64 -ac 1 %1.avi
ffmpeg -i %1 -vcodec xvid -qscale 15 -s 320x240 -b 200 -ar 22050 -ab 64 -ac 2 %1.avi
ffmpeg -i %1 -vcodec xvid -qscale 7 -s 320x240 -b 200 -ar 22050 -ab 64 -ac 2 %1.avi
ffmpeg -i %1 -vcodec xvid -qscale 1 -s 320x240 -b 200 -ar 22050 -ab 64 -ac 2 %1.avi
MPEG Audio Layer 3 (MP3)
ffmpeg -i %1 -ar 22050 -ab 96 -ac 2 %1.mp3
ffmpeg -i %1 -ar 44100 -ab 128 -ac 2 %1.mp3
ffmpeg -i %1 -ar 48000 -ab 192 -ac 2 %1.mp3
ffmpeg -i %1 -ar 48000 -ab 256 -ac 2 %1.mp3
How to convert video to Apple's iPhone
If you look at the technical specs of the iPhone, the Apple website says the screen is 480x320-pixels.
Now if you read the fine print at the bottom of the screen it says "Up to 5 hours of battery life is based on H.264 1.5-Mbps video at 640-by-480 resolution combined with 128-Kbps audio".
Now we're going to make the assumption that if it supports H.264 video compression, it will also support baseline MPEG-4 compression, just as the video-capable iPod does. We'll be using this baseline MPEG-4 option although you're free to stick with H.264 if you want.
The reason we want MPEG-4 is because it is easier to decode than H.264 and that means less CPU required.
An other way to convert for iPhone is this:
ffmpeg -i %1 -vcodec h264 -sameq -s 480x320 -r 29 -b 768 -ar 44100 -ab 96 -ac 2 %1.mp4
The conversion can ask much time and capabilities MMX.
Converting Video files to play in PSP
The ffmpeg tool does everything we need to convert videos to play on PSP devices.
1. Convert the video to PSP format
ffmpeg -i %1 -f psp -s 320x240 -r 29 -b 768 -ar 24000 -ab 64 %1.mp4
1.1. The widescreen resolution of 368x208 is also known to work.
1.2. If "-r 29" does N
This free download software will help you: Moyea YouTube FLV Downloader which not only can download youtube videos but also other video-sharing web sites like fox, myspace, google video and so on.
It is easy to use:
1. Run the software
2. Click "Capture" tab
3. The program auto get URL
4. Click "Download" icon to start downloading.
5. Find the downloaded FLV on your PC by right clicking and choosing "Locate"
Get it here:
Here is a step by step video guide for you:
text guide with the screenshot:
Moreover, it is connected with FLV to Video Converter which helps convert flv to other video formats like avi, mpeg, mp4, mp3, wmv, mov, 3gp and more.
--------------------------------------…
More useful guides with the screenshots:
Try
It gives you 5 downloading options for youtube videos:
1. HD Quality Mp4 files
2. High Quality Mp4 files
3. Phone Quality 3gp files
4. High Quality FLV files
5. Normal Quality FLV files
They support many other websites as well:
For comparing it with others see:
I recommend you a free tool that can help you download youtube video easily. and it can convert the donwloaded video to many portable player or mobile phone. such as, iPod, iPhone, Nokia, BlackBerry and son so.
you can get this tool at here:
this free tool called "Next Video Converter"; Beside downloading YouTube video, Next Video converter can also help you convert video and Rip DVD to most popular video formats including DVIX, Xv iD, MOVE, RM, RM VB, MPEG, VB, DVD, MV, and AVI to MPEG-4 movie format for iPod, PSP, download youtube videos on pcPS3, iPhone, XBox360, Zune, Apple TV, Archos, iRiver PMP, Epson Player, Creative Zen, Rubi Blue, Sony Walkman, Commodore PMX, Palm TX, Game Boy, SmartDisk, Windows Mobile Smart phone, Nokia, BlackBerry, Ketti, LG, Sony-Ericssonon, Samsung mobile phone, etc.
this will help you... Use 'zillatube'
It is very easy to download and convert to mpg/mp3/etc format that is compatible for your windows media player, for you to watch those videos comfortably. (you can also create an automated playlist that you can watch or listen to.)
It is the easiest way (and also the fastest).
It works very well -
Streaming is done with the help of java scripts. First turn it on. Download latest verson of mozilla firefox. Or if u want to download youtube videos directly go to . This site has nearly all videos of youtube and u can easly download it from here. :)
No Tension Yaar
Download Internet Download Manger Any version
When You Play Any SOng On Internet Page Then Indicated On Right Corner Option So Click On Download So REquire Any Site To Download & Cut Paste
Enjoy
helloo, you can download youtube videos using
www.youtubecatcher.com
More you can get in the following site...
1.first download youtube downloader software and install it
2.then copy url of video in youtube downloader
3.then click download
4.then you have to convert it into any format
here is the website that's legal to use for downloading youtube videos in mp4,mp3(!), flv and 3gp
http://www.grab-tube.com/
they give you direct link to download video from youtube or video.google.com
highlight this link and drag it onto your link or bookmarks bar, then press on it when you are in a youtube page with the video you want to download
javascript:document.location='http://k…
Use a youtube flv downloader.
You can google this key word or you can use moyea youtube flv downloader because it can detect the URL automatically.
Hi, go through this site, and give your you tube url of the video. you can easily download in the format what ever you want...
ALL THE BEST
It seems like you downloaded videos from you tube and not able to view them right?
May be its not properly downloaded by the software you are using.
Go to the link below
THE SAFEST AND SUREST WAY IS:
DOWNLOAD REAL PLAYER 11.
SECONDLY COPY THE URL AND PASTE IT IN KEEPVID.COM
This question was answered a number of times in this forum. Please refer past answers by clicking on "discover"
No comments:
Post a Comment