Sign In | Sign Up

My Profile

Prince
38100
.....
Points: 197
Country: India
Gender: Male
Constellation: Capricorn

Shortcuts

Categories

Calendar

Y M
Sun Mon Tue Wed Thu Fri Sat

My Posts

Fri Feb 20, 09 11:47 AM | Category: InFo......

     

 

   

It's also known as WMA Standard. Microsoft created it to compete against MP3, that was quickly becoming the de-facto standard format for lossy compression.


Even though Microsoft claims it is able to deliver the same quality as MP3 at half the bitrates, that statement is certainly false. A more realistic number would be same quality at around 25% smaller bitrates - and that applies to low bitrates only. At 128kbps, it is easily beaten by Lame.

 

WMA Std is the second most widespread lossy format (only losing to the ubiquitous MP3), mostly thanks to Microsoft's aggressive marketing tactics.

 

Windows Media Audio Professional


Windows Media Audio Professional (WMA Pro) was recently released to address limitations in WMA Standard. It supports multichannel encoding and high resolutions (24bit, high sampling rates)
Since it's backwards incompatible with WMA Std, Microsoft took the opportunity to make a high......

Fri Feb 20, 09 11:43 AM | Category: Bitcomet..

Inside BitComet

Contents

Inside BitComet (Technical Information)

PeerID Format

 

Torrent File Format

 

Message Stream Encryption (aka PHE) specification - new in v0.63

 

BCTP Link Format - new in v0.61

 

Tracker HTTP Protocol

Fri Feb 20, 09 11:28 AM | Category: Bitcomet..

BitComet Software Privacy Policy

We have established and implemented this BitComet Software Privacy Policy to inform you, the users of the Software, how we use and protect the personal information when you use the BitComet Software.

 

Information we collect:

  • The BitComet Software (the Software) automatically sends only standard, limited information to BitComet, which may be retained in BitComet?s server logs. We do not associate this data with personally identifying information about you. The Software does not send any information about the files you are downloading, unless you enable the function of ?Search for mirrors? while downloading in HTTP/FTP protocol.
  • If you enable the function of ?Search for mirrors? in HTTP/FTP download, the Software may send some necessary information, such as link URLs and unique labels, of the downloading files to BitComet servers to help you to get more mirrors to accelerate your download speed. Your personal information isn?t contained......
Fri Feb 20, 09 11:27 AM | Category: Bitcomet..

 

 

    

Translate BitComet to your language


The translation work of BitComet has been moved to Launchpad.

Lanuchpad is a third-party website hosting service for open source / free software projects. We use Launchpad to help translate BitComet by users all over the world together.

 

* for offline translation, please refer to another blog post

 

1. Open BitComet translation project on Lanuchpad. 
 
2. Please register a new account if you hasn't one.
Translate1
 
3. Please log in and click "Choose Preferred Languages..." to enter.
Translate2......
Fri Feb 20, 09 11:26 AM | Category: Bitcomet..

SecureTorrent


If one want to ensure that BitComet only obtains peers directly from trackers only, never find peers in DHT Network or by Peer Exchange. He can consider SecureTorrent.

  • For a torrent maker:
Make the torrent file under Only accept peers from tracker (No DHT or Peer Exchange) read Torrent Maker for more infomation. This option will add a private tag in torrent file, and is the same meaning as SecureTorrent in Azureus.
  • For tracker admin:
Add private keyword for the tracker http response. read Tracker HTTP Protocol for more infomation.
  • Notice
The SecureTorrent does not work properly in v0.60 because it will connect to DHT Network sometimes. This bug is fixed in v0.61.
Fri Feb 20, 09 11:20 AM | Category: Bitcomet..
Fri Feb 20, 09 11:17 AM | Category: Bitcomet..

 

 

  

Uninstall BitComet

If BitComet isn?t useful for you, you can remove it from your PC completely by the steps showing in the following pictures.

A. Click on "Start" in the left-bottom of your PC, then select "Settings" -> "Control Panel"



B. Click on "Add or Remove Programs" in "Control Panel"



C. Select "BitComet" in "Add or Remove Programs" and Click on "Change/Remove"

31 


D. The Uninstall Wizard will gide you what to do while your uninstallation.

32......

Fri Feb 20, 09 11:15 AM | Category: Bitcomet..

Find a Torrent File and Download

Image:open.jpg

 

Task Propreties

BitComet will open automatically once finishing downloading torrent. Then a dialogue as following picture will popup with: Normal, Advanced and Task Link. You can change tab with clicking or it will default Normal.

Normal

Save Location: You can change save location of the download files in the computer through clicking ?Browse? or putting URL in the ADD.

Task: Default is to download and start immediately. It means downloading this task immediately. If you choose start manually, you need to start downloading task manually in future.

File Name: You can download files optionally by making the......

Fri Feb 20, 09 11:14 AM | Category: Bitcomet..

 

 

  

 

Select Language

Double-click on the ?exe? file after finishing downloading, you will see the following picture. Please select your language. Then click ?Ok? to continue.

 001

Setup Wizard

Enter Setup Wizard and click ?Next?.

002 

License Agreement......

Fri Feb 20, 09 11:13 AM | Category: InFo......

 

 

 

In MS-DOS, OS/2, and Windows, a batch file is a text file containing a series of commands intended to be executed by the command interpreter. When a batch file is run, the shell program (usually COMMAND.COM or cmd.exe) reads the file and executes its commands, normally line-by-line. A batch file is analogous to a shell script in Unix-like operating systems.

 

Batch files are useful for running a sequence of executables automatically. Many system administrators use them to automate tedious processes.

 

Although batch files support elementary program flow commands such as if and goto, they are not well-suited for general-purpose programming.

 

DOS batch files have the filename extension .BAT. Batch files for other environments may have different extensions, e.g. .CMD in Windows NT and OS/2, or .BTM in 4DOS and related shells.