MP3 CONVERTER

Advanced WMA MP3 Converter 1.2





Editor's rating
Users' rating (2 votes) Rate it!
License Shareware / $24.95
Downloads this week 5077
Publisher Media5 Software, Inc.
File size 3848K
Date added 12-May-2004


Advanced WMA MP3 Converter is the WMA to MP3 audio conversion software product with Windows Explorer-like user interface, It allows you to encode WAV, MP3 and OGG files to WMA (Windows Media Audio) format with a couple of format settings (from 8000 to 48000Hz, up to 192kbps), convert WMA to MP3 files to WAV PCM format, convert WMA to MP3 files format with LAME 3.92 encoder library, convert WMA to OGG Vorbis format, resample WMA files, grab audio CDs into WMA.
Advanced WMA MP3 Converter internally supports WMA 9 format. WMA 9 encoder improve quality of encoded audio of 30 to 50 percents over WMA 7.

Audio formats conversion process in real time, without any temporary WAV files, this means the high conversion speed and quality. It does not takes hard disk resources.

You can convert and encode audio files one by one -or- you can use built-in batch process to increase perfomance in case of mass encoding/decoding.

Advanced WMA MP3 Converter allows you to change ID3v2 Tags, copy it from MP3 to WMA and from WMA to MP3 file while recoding.

Integarted CD ripper allows you to rip tracks from the audio CD into WMA files. CDDB and LocalDB options provides you with easy access to artists information and songs titles.

Visit homepage of Advanced WMA MP3 Converter
Download Advanced WMA MP3 Converter 1.2

Magic Swf2Avi 2008 5.0.8.315


Editor's rating
Users' rating (17 votes) Rate it!
License Shareware / $25.98
Downloads this week 15330
Publisher AxaraMedia.com
File size 8428K
Date added 11-Mar-2008

Audio Converter screenshot
Magic Swf2Avi 2008

- Simple, high-quality and fast convert Flash(swf) to Avi, iPod, iPhone, PSP, Zune, Apple TV, Nokia cellphone, Sony cellphone, DVD, VCD, SVCD, Audio CD, and other video, audio, images.

Magic Swf2Avi 2008 is the most powerful Flash converter software to convert Flash(swf) to other popular formats. you could easily convert Flash(swf) to play on your iPod, PSP, Zune, 3GP mobile phone(Nokia, Sony Ericsson, Motorola), Apple TV, iPhone etc. With Magic Swf2Avi 2008 "converting + burning" one-step solution, you could easily convert and burn Flash(swf) to VCD, SVCD, DVD.

No other program like Magic Swf2Avi 2008 supports convert flash to so comprehensive video formats including AVI, MPEG, MPEG2 TS, MP4, WMV, 3GP, GIF, H.264/MPEG-4 AVC, H.264/PSP AVC Video, MOV, Youtube FLV, etc. In addition, The Flash Converter provides an easy way to extract Flash(swf) file audio and convert to popular audio file, like MP2, MP3, AC3, WMA, WAV, FLAC, M4A, OGG, AAC, AU, MMF etc. The Flash Converter also can burn Audio CD.

Add-ons, Magic Swf2Avi 2008 can convert Flash(swf) to JPG, BMP image sequences, TAG, TIFF, PNG image sequences with alpha transparent channel.

Main Functions:

. Three output mode(Auto/two compressions/a compression), you can high-quality, simple, rapid convert flash file.
. One step to convert flash(swf) to your iPod, PSP, Zune, 3GP mobile phone(Nokia, Sony Ericsson, Motorola), Apple TV, iPhone, etc.
. Convert and Burn flash(swf) file to DVD, SVCD, VCD and Audio CD.
. Support the output video formats: AVI, MPEG, MPEG2 TS, MP4, WMV, 3GP, GIF, H.264/MPEG-4 AVC, H.264/PSP AVC Video, MOV, FLV, etc..
. Extract and Convert flash(swf) file audio to other popular audio formats, like MP2, MP3, AC3, WMA, WAV, FLAC, M4A, OGG, AAC, AU, MMF etc..
. Convert flash(swf) to JPG, BMP image sequences, TAG, TIFF, PNG image sequences with alpha transparent channel.

Visit homepage of Magic Swf2Avi 2008

Download Magic Swf2Avi 2008 5.0.8.315


Audio Converter 2.9.8


Editor's rating
Users' rating (17 votes) Rate it!
License Shareware / $25.98
Downloads this week 15330
Publisher AxaraMedia.com
File size 8428K
Date added 11-Mar-2008

Audio Converter screenshot

Axara AudioConverter is the most professional audio programme designed for conversion audio files into different audio formats & codecs.
This programme has simple and comfortable interface.
It is ideal for conversion WMA to Mp3, WAV to Mp3, Mp3 to M4A etc.
Great variety of settings and convenient presets will surely satisfy any beginner or an audio professional. To convert your audio files you just need to add them into the programme & choose the format you want to convert into (Mp3, WMA, Mp4, M4A, Ogg, WAV, AIFF) then push the button Convert.
Moreover, this programme allows to save audio tracks from video files of different formats AVI, MPEG, MOV, VOB etc.
This allows to listen to your Comedy or Music Clips downloaded from the Internet, recorded from MTV, VIVA.
You can easily prepare your audio collection for using in PC, iPod, Mobile telephone, DVD/CD/Flash player, Auto Audio system etc.


Technical characteristics:

Supported Formats:
Mp3, Mp4, ASF, WMA, M4A, MOV, AMR, AAC, AIFF, WAV, FLV, SWF, OGG, MTV, RM etc.
Supported Codecs:
Mp3, AAC, PCM, MS ADPCM, IMA ADPCM, AMR, Real Audio, Mp2, DTS, AC3, Windows Media Audio, Vorbis, GSM, DVAudio, A-LAW, U-LAW, Flac etc.

We’ve done our best for you to feel comfortable. It’s quick and simple to take music anywhere with Axara Audio Converter.

Visit homepage of Audio Converter

Download Audio Converter 2.9.8


Build A Flash Scrolling Text Box


Level: Intermediate
Requirements:Flash MX
Language: Flash Actionscript

Introduction

Here you will learn how to create this effect with a few simple steps.

Step 1:

First open new file 200 width x 200 height create dynamic text box give it any instance name you want .. then make sure it's multiline one then choose your dynamic text box the right click then choose scrollable ..

Step 2:

Then put your text in the text box .

Step 3:

Create a new layer then create your up and down arrows then on your up button put this code

on (release) {
sam.scroll-=1;
}

where sam is my textbox instance name

STEP 4

On your down arrow put ...

on (release) {
sam.scroll+=1;
}

... and now you are done easy.

How To Make Butter Fly!


Level: Intermediate
Requirements: Flash MX or higher
Language: Actionscript

This tutorial will take you through the basic steps for making a continuously moving ‘object’ such as a walking person or a flying bird. I choose to make a pack of butter fly because I liked the joke :o). This tutorial is about the basic steps for creating the movement and not about creating the artwork. If you have never used Flash before I suggest you work through the tutorial ‘Flash MX for Beginners’ as I have assumed some basic knowledge of Flash.

The tutorial was created in Flash MX but will also work if your using Flash 8

Step 1: Setting UP THE STAGE.

Open up Flash and create a new stage about 500px by 300px should give you enough room to fly around in. Set the frame rate to 31 frames per second.

Select the black arrow from the tool bar.

In your timeline rename layer 1 “butter”.

pic1.gif

Step 2: START DRAWING.

Using the Rectangle tool draw a shape that looks a bit like a pack of butter. I also added a little bit of corner to the shape for a better effect. You can of course create your image using a different graphics programme and then import that image into Flash.

pic2.gif

Select the ‘butter’ on the stage and then press F8 to bring up the “Convert to Symbol” box. Give it the name ‘butter’ and the behaviour “Movie Clip”. Click OK.

pic3.gif

The ‘buttter’ will now have a blue line around it indicating that it is now a Movie Clip. Double click on the newly made ‘butter’ Movie Clip to go to its sub timeline. The info bar will change to read “Scene 1 Butter” and you will see a new timeline.

pic4.gif

Again rename layer 1 ‘butter’ and lock the layer by clicking on the small dot next to the layer name and below the padlock icon. The dot will change into a padlock. This ensures that you don’t accidentally select the butter image.

pic5.gif

Step 3: MAKE THE WINGS.

Make a new layer and rename it ‘wing one’. Draw a wing shape and position it appropriately in relation to the butter shape. Select the wing shape and create a new Movie Clip as we did in step 5 except this time you will select the wing shape and call the movie clip wingone.

pic6.gif

Double click on the newly created wingone movie clip. Again the info bar will change to show we are now in a sub of the sub … Scene 1 – butter – wingone. Again you will see a new timeline appear.

pic7.gif

On Layer 1 move along the timeline to frame 70 and right mouse click then select “Insert Keyframe”.

pic8.gif

You will see that a grey line appears between frame 1 and frame 70 with a black dot in frame 1 and frame 70 indicating that they are now keyframes.

Right click anywhere between frame 1 and 70 and select “Create Motion Tween”.

pic9.gif

Make sure that the keyframe in frame 70 has the motion tween on it. Click in frame 70 so that it shows as a black frame then on the stage select the wing and then select the “free transform tool”.

pic10.gif

The shape will now have a black border that will allow you to ‘reshape’ it. In the middle of this black border you will see a white circle, this is the image anchor point. Move this circle to the bottom centre of the shape. This anchor point needs to be in the same place in each keyframe (I have never managed to find out how to make Flash keep this anchor point properly across keyframes so this is my ‘cheat’: Right click on frame 70 and choose “copy frames”, go to frame 1 right click and choose “paste frames” now both frames have the same anchor point.) Go back to frame 70.

pic11.gif

From the top middle black square drag the top of the shape down to just past half way.

pic12.gif

Insert a new keyframe at frame 115. (Right click choose “Insert Keyframe”.) Another nice little cheat: we want the wing to return to its starting point so, go to frame 1 right click and choose “copy frame” go back to frame 115 right click and choose “paste frame” hey presto we’re back where we started with a nice smooth movement!

Time to see some action! Click on Scene 1 in the info bar to take yourself back to the main stage. Hit Ctrl Enter to preview your butter flying, with one wing at the moment.

Close the preview window to return to the main stage. Double click on the butter Movie clip to go back into the first level sub clip. Info bar should read “Scene 1 – Butter

Step 4: MAKE THE SECOND WING.

Insert a new layer call it ‘wing two’. Drag this layer down so that it’s at the bottom of the layer list. The second wing will now be behind the butter, as it should be.

pic13.gif

Now you can either draw a new wing or copy wing one. To copy wing one double click on the ‘wingone’ Movie clip until you see the info bar telling you your at Tween 1, basically you will no longer go anywhere when you double click.

pic14.gif

Select the wing shape and copy it, either use right click copy or ctrl c.

Go back to the ‘butter’ Movie clip by clicking on butter from the info bar.

pic15.gif

Select layer wingtwo then click anywhere on the stage and paste the wingone copy. Position it appropriately.

Lock “wing one” and “butter” layers.

Make a new Movie Clip from “wing two” (step 8).

Repeat steps 9 to 16 for movie clip wing two to create the second wings movement.

Now we have butter that’s wings are moving but it’s not flying anywhere yet!

You should now be in the main stage area “Scene 1”.

Adjust the position of the butter Movie clip to a suitable starting place for instance the top left of the stage.

pic16.gif

Insert a keyframe at frame 120 and right click to create the motion tween. Whilst on frame 120 move the Movie Clip to its finishing point for instance the bottom right corner.

pic17.gif

Hit Ctrl enter to preview your movie.

To publish your final movie select File – Publish.

You can get much more creative in the movement of the clip by using a motion guide.

The frame rate can be changed to suit your animation as can the setting of the keyframes. And much more detail can, of course be added.

That’s it.
Of course this is just the very basic principle, there are many great effects that can be achieved once you’ve got the basics working.

Creating Complex Shapes with Corel DRAW!



This tutorial will show you how to create complex shapes in Corel DRAW! I used Corel DRAW! 7.0 for Windows. Some things may be done differently with other versions.

It's fairly easy to create simple shapes with a vector drawing program such as Corel DRAW!. There are built-in tools for creating circles, ellipses, squares, rectangles and polygons, etc... You may wonder, though, how to create more complex shapes. The tools to help with this are there, as well, they're just not as obvious.

In this tutorial I'll demonstrate how to center objects, how to "combine" more than one shape to cut one shape from another and how to "weld" several shapes into one. I'll also show you how to duplicate objects while changing their size and how to rotate an object with its center of rotation changed so as to duplicate shapes around a single point that you determine.

Before we begin, let's take a look at the shape we'll be creating (see figure 5.1).

figure 5.1
figure 5.1



You may recognize this shape as the shape that's used to signify radioactivity. I had this shape in mind for a new design that I wanted to use here at GrafX Design. You'll see it showing up here-and-there at the bottom of various pages.

At first glance you may not see how this shape can be created with circles and triangles. Take a look at figure 5.2, though, and you'll note that the radioactive symbol is made up of an outer circle (shown in blue), an inner circle (in red) and three triangles (in yellow).

figure 5.2
figure 5.2



Start out by opening a new image.

NOTE: If you don't see the rulers at the top and left of the main window--choose View, Rulers. This will turn the rulers on.


To help with the exact placement of the different objects that make up the final shape you can set the guidelines. Simply click-and-drag down from the ruler at the top to create a horizontal guideline, and click-and-drag from the ruler at the left to create a vertical guideline (see figure 5.3).

figure 5.3
figure 5.3



You want the quidelines to dissect the image in the center so set the vertical guideline at 4.25 inches (half of 8.5 inches, the width of the page) and set the horizontal guideline at 5.50 inches (half of 11 inches, the length of the page). You can see the coordinates of the guidelines change, as you move them, in the lower left of the screen.

Now you're ready to begin drawing.

Select the Ellipse tool and, while holding down the CTRL key to constrain the ellipse to a circle, draw a circle about 2.5 inches in diameter.

Choose Arrange, Align and Distribute. This will bring up the Align and Distribute dialog box. Choose the Align tab, select Center of Page and click OK. Your circle should now be centered over the guidelines.

Choose Arrange, Transform, Scale and Mirror to bring up the Scale and Mirror dialog box (see figure 5.4).

figure 5.4
figure 5.4



Make sure there's a checkmark in the Proportional checkbox and enter 80% beside the H in the Scale window (with Proportional checked you won't need to set both the H, horizontal, and the V, vertical. Click on the Apply to Duplicate button.

Change the 80% to 20% and click the Apply to Duplicate button again. You should now have 3 centered circles (see figure 5.5). Select the Pick tool and click away from the circles to de-select them.

figure 5.5
figure 5.5



Click on the outside circle, to select it, and then SHIFT-click the second circle to select it as well.

Choose Arrange, Combine. Nothing seems to have happened, but the inner circle has been cut away from the outer circle leaving a donut shape with a large hole in it. If you select a fill color now you'll see that this is true because the second circle doesn't fill in (see figure 5.6).

figure 5.6
figure 5.6



What you've just done is you've created a new shape from two separate shapes.

Double-click the Polygon tool to bring up the Options dialog box. Set the shape to polygon and the number of points/sides to 3.

Place the cursor in the middle of the circles and click-and-drag up and to the left to create a triangle. It should be big enough to span the distance between the small circle and the new circular shape (see figure 5.7).

figure 5.7
figure 5.7



Choose Layout, Snap to Guidelines.

You may want to zoom in to about 400% to help with the following steps.

Select the Pick tool and use it to select the triangle shape. Move the shape into position with its bottom corner at the center of the circles (see figure 5.8).

figure 5.8
figure 5.8



With the Pick tool still selected, click on the triangle again to get the rotation arrows. Move the center of revolution to the same point as the bottom of the triangle (see figure 5.9).

figure 5.9
figure 5.9



The center of revolution is a small circle with a dot in it. It will originally show up in the center of the triangle. You can click-and-drag it into place. Since the snap-to-guidelines is set it will snap into place in the center of the guidelines.

You should still have the Scale and Mirror dialog box open. Choose Rotation. Set the Angle to 120 deg. and click the Apply to Duplicate button to create a second triangle. Click the Apply to Duplicate button once more to create a third triangle (see figure 5.10).

figure 5.10
figure 5.10



Click anywhere to clear the selection and then click-and-drag a marquee around all of the shapes to select all of the objects.

Near the top-right of the screen you should see the Weld icon (see figure 5.11).

figure 5.11
figure 5.11



Clicking on this icon will complete the image (see figure 5.12).

figure 5.12
figure 5.12



Make sure you keep a copy of the vector drawing i.e. save the image as a CDR file so you can go back and make changes easily later on.

Of course, this final image was only really half of the design I had envisioned. To complete the design I exported the image as an EPS file and opened it in Photoshop. I then added some texture using Auto/FX. I played with the color, contrast and brightness, and lighting until I had the exact texture I wanted. I also added an Inner Bevel using Alien Skin's Eye Candy. Finally, I added a custom radial gradient behind the shape. There was still something missing, though, so to finish up I went back to Corel DRAW! and I created some text along a circular path and exported that, too. I then opened the text in Photoshop and cut-and-pasted it over the radioactive image to arrive at the completed design you see below (figure 5.13).

Radioactive Power

Creating Drop Shadows with Corel DRAW!



This tutorial will show you how to create drop shadows in Corel DRAW! I used Corel DRAW! 7.0 for Windows. Some things may be done differently with other versions.

Drop shadows are not something you'd expect to be able to do in a vector based drawing program. Although the shadows created with this technique differ from those done with a paint program such as Photoshop they are, nevertheless, a pretty cool effect.

Open a new graphic. Choose the text tool and enter your text. Choose the pick tool to select the text. Use Text, Format Text to bring up the Format Text dialog box.

Choose a size and font for your text. I used 50.0 points and the Dauphin font (see figure 1.1).

figure 1.1
figure 1.1



Choose Edit, Copy then Edit, Paste. Move the top copy aside and use Edit, Paste to create a third copy. Move this one aside, as well (see figure 1.2)

figure 1.2
figure 1.2



With this last copy still selected choose a light gray color. This will change the last copy to light gray.

Move one of the other copies over the light gray one so that it's a little above and to the left of the light gray copy. If you have to, use Arrange, Order, Forward one so that the black copy is above the light gray one (see figure 1.3)

figure 1.3
figure 1.3



Use the pick tool to select both the light gray and the black copies.

Choose Effects, Blend to bring up the Blend menu. I left the default 20 steps and clicked Apply to get figure 1.4.

figure 1.4
figure 1.4



Finally, use the pick tool to select the last copy and, with it selected, changes its color to the color you want the the text to be. Move it into place over the blended copies to arrive at something like figure 1.5.

figure 1.5
figure 1.5

Creating 3D Buttons with Corel DRAW!



This tutorial will show you how to create 3D buttons in Corel DRAW! I used Corel DRAW! 7.0 for Windows. Some things may be done differently with other versions.

The buttons you'll draw during this tutorial were inspired by my stereo. I originally created these buttons for the first Earth Orbit Consulting web site. I subsequently went on to create the first GrafX Design online tutorial describing how I had created these buttons with Paint Shop Pro. To show you how some graphics can be created with a vector program as easily as they can be with a paint program, I'm re-creating that first tutorial here.

This technique involves a little more effort than the first Corel DRAW! tutorial though it's still rather simple.

Open a new graphic. Choose the ellipse tool and, while holding down the Ctrl key to constrain the ratio, draw a circle about 2.5 inches in diameter at the left of the page.

Select the pick tool and, with the circle selected, hit Ctrl-c and Ctrl-v to copy and paste the circle. Use the right cursor key to move the copy to the right of the page. (see figure 2.1).

figure 2.1
figure 2.1



Select the rectangle tool and draw a rectangle between the two circles. Make sure that the corners of the rectangle meet with the circles (see figure 2.2)

figure 2.2
figure 2.2



Use the pick tool to draw a marquee around both circles and the rectangle. Click the intersection Intersection icon. This will only create the intersection of the left-most circle and the rectangle (see figure 2.3).

figure 2.3
figure 2.3



Use the pick tool to draw another marquee around the right-most circle and the rectangle. Click the intersect icon again. You should now have two intersections with the rectangle. Choose the circles, one at a time, and delete them. This should leave you with something like figure 2.4.

figure 2.4
figure 2.4



Use the pick tool to select the left-most curve and fill this object with a light gray. Select the right-most curve and fill this object with a dark gray (see figure 2.5).

figure 2.5
figure 2.5



Select the fill tool and choose the gradient tool from the flyout menu. This will bring up the Fountain Fill dialog box. Under Color blend, select Custom. This will change the Fountain Fill dialog box so that it resembles figure 2.6.

figure 2.6
figure 2.6



Add another point to the blend by double-clicking above the rectangular blend window. Change the middle point (the one you just added) to a light gray by clicking on the Current pulldown menu (it's just above the custom blend window). Change the color at both of the outside points to dark gray. Set the Angle to 90 and adjust the middle point so that your blend resembles the one in figure 2.6. Click OK.

NOTE: The custom blend starts out with only a beginning and an ending point. You can add more points to create your custom blend by double-clicking above the blend window. These points can also be moved by clicking and dragging.


Select the button with the pick tool and, using the outline tool flyout menu, set the outline to none.

Use Arrange, Transform, Scale and Mirror to resize the button.

At this point you might want to save the button (see figure 2.7).

figure 2.7
figure 2.7



I exported the button as a JPG with the following settings in the Bitmap Export dialog box. The really important settings to remember are the Maintain aspect ratio and Super-sampling.

figure 2.8
figure 2.8



Use the text tool to add some text to your button. I used the Bedrock font. You may choose to copy and paste the text with a different color to add a highlight (see figure 2.9).

figure 2.9
figure 2.9



Export the final button as a web-ready JPG and make sure you keep a copy of the vector drawing i.e. save the image as a CDR file so you can go back and make changes easily later on.

 
==== UNIK BLOG ==== - Wordpress Themes is proudly powered by WordPress and themed by Mukkamu Templates Novo Blogger