Showing posts with label codecs. Show all posts
Showing posts with label codecs. Show all posts

Sunday, November 30, 2008

New Video Converting And Audio Ripping Tool With GUI

A new tool called WinFF does a great job of converting videos and ripping audio from videos. It is available in .deb packages, exe for Windows, RPM's for Red Hat and source code for other OS's.

Since I updated to Ibex and have the newest VLC, I have encountered a serious problem when converting videos. That problem being that I have no audio.
My previous tutorial on how to convert videos is now confined to VLC version 0.8.6

I'm not really sure whether the audio problem is with VLC or with the ffmpeg codec. There are many posts saying that due to patent conflicts, ffmeg no longer supports ac3 or mp3 audio streams. I can't verify that info at this time.
My feeling is that the problem is a bug in VLC.
WinFF however solves this problem, makes it much easier to convert a video, offers many more formats and rips audio with a few clicks.

The GUI is intuitive. It's only a matter of choosing what video you want to convert, what format you want it in and where to save it.
And the list of presets is extensive. It offers the user a choice that will suit almost every need.

The presets are as follows;
Audio formats include Mp3, m4a, Ac3, Wav and WMA
AVI including MS compatible, Xvid 4:3 and 16:9
Creative Zen in Xvid 4:3 and 16:9
DV in Raw DV 4:3 and 16:9
DVD that includes almost every format in Pal and NTSC
iPod formats in Xvid and H.264
Mobile Phones in the 3g2 and Blackberry formats
Mp4 uses the H.264 format
Other presets include formats in the Palm, PSP, Quicktime, Rockbox, VCD, FLV and WMV

As you can see, this provides you with plenty of options.
And it also rips and converts audio!!
Of course you will need all the extra codecs to access all the features.
Ubuntu users can get those codecs from Medibuntu.
Windows users can check out the packages at Free-Codecs.

Where do I get it from?
I'll give you some links that you can check out and download it from.

The creator's blog can be found here;
BiggMatt
Stop by and post a thanks for this handy tool.

Deb packages can be downloaded from this page;
WinFF .deb Downloads

Click on the arrow next to winff-0.43 to expand it then select the .deb package for either the !386 or the AMD64 depending what platform you are using.


The download page for OS's other then Ubuntu or .deb packages can be found here;
Winff Non-Deb

This is where you will find the exe, rpm and source packages.


I am very impressed with this tool and want to thank BiggMatt for all his hard work in providing the community with a very handy tool.

Enjoy!

TaZMAn



Tuesday, October 28, 2008

Convert Video With VLC

UPDATE!
There is a new easy to use tool that converts Videos and rips Audio.
It can be found in my blog here;
WinFF Blog Post

In one of my previous blog entries from May, I showed you how to extract audio from a video using VLC.
Now I will show you how to convert videos from one format to another.
Convert avi, DVD vob's, flv, ogg, wmv, divx, mpeg or mp4 for your iPod to any format just mentioned.
And it an easy process that only takes a few minutes to master and doesn't require the installing of several programs. The only thing you need is
vlc and the needed codecs installed.
Ready? Let's go!

For you to be able to convert between all the different video formats requires you to have the following codecs installed.
First go to Medibuntu and follow the directions to install the non-free codecs. Here is the link to Medibuntu;
https://help.ubuntu.com/community/Medibuntu

Now from the Synaptic package manager make sure you have the following installed;

gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad-multiverse

gstreamer0.10-ffmpeg
ffmpeg2theora
All the libavcodec files, w32codecs and all the libdivx files for decoding and encoding.

Once your satisfied that all the needed codecs are installed open up vlc and follow the instructions.

With vlc open go to File and click on Open File. Make sure you don't clcik on the Quick Open button by mistake.
You should see a screen like this;











You will see a screen like below from where you choose the file you want to convert.













Once you select the video file you need to go down the screen and check the box that says
Stream/Save then click on the Settings button.















Now you get the screen that is your business screen.
First you need to check the box marked File.
Then click on Browse. You will browse to the folder where you want to save your converted video.
You will also be giving your converted video it's name with the extension.
IMPORTANT! You must add the extension to the name.
Example: I am converting the video Fun.flv to a mp2 mpeg so my new file name will be fun.mpeg
If you don't add the file extension to the end of your new file name it will convert the video into a random file and may not work.


















Here you can see my new video file with the .mpeg extension in the file name window.

















Now go down to the Encapsulation Method. I find that Video TS works the best.
Next click on the Video Codec box and from the drop box choose the video codec that matches the format you want to convert to.
The drop box looks like this;


















Also make sure the bitrate is set to 1024. Larger bitrates create larger video files.
Scale should be set to one.

Now click on the Audio Codec box and choose mp3 for stereo and set the Channels box to 2 and the bitrate for 192 to get a quality sound output.
You can also use the a52 codec for surround sound if your video is encoded with it. Make sure to set your Channels box to the appropriate number of audio tracks.
The screen will look like this;
















Now click on OK to continue.
You will now see this screen;















Make sure the video location entries match in the top and bottom boxes.
If they do click on OK.
Now you will see the VLC player position bar slide across as it recodes your video.
When it reaches the end your video is done.

Some final thoughts.
Many of my recoded videos are at a frame rate of 25 fps when I convert.
Also the video remains at the same resolution as the original.
I haven't played with the Scale settings. This may be the way you can enlarge your videos but be advised that too much scaling will cause pixielation. But I let that up to you, the readers, to investigate this setting.

So there you go! An easy way to convert videos to other formats.

Enjoy!

TaZMAn