PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 11:53:14 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Video conversion software  (Read 756 times)
Roonaldo_7
Jr. Member
**
Offline Offline

Posts: 37


« on: August 31, 2010, 06:05:59 AM »

Hi,

I recently wanted to convert a mkv file to avi and tried to download some video conversion tools from the repo but most of them did not work.

1) WinFF would fail with 'Unknown codec: libxvid' error. I realise that this has something to do with the presets of winFF not matching up with the ffmpeg version being used and was wondering if anyone had a working preset configuration?

2) Arista completely failed me too saying there are missing elements. The base, good, bad and ugly gstreamer plugins are installed and i have no idea what is missing. This also applies to Transmageddon.

3) Jmencode, iriverter, Divx converter would start the conversion but fail halfway.

4) Handbrake only offered me the choice of mkv and mp4 containers for some reason.

WinFF and Arista are probably the most simplest and robust in terms of formats supported thus I would really like this these programs working.

Thanks in advance.
Logged
rubentje1991
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 2052


Rubenum Parvus MCMXCI


« Reply #1 on: August 31, 2010, 06:14:52 AM »

Did you try 'mencoder' (from the shell?)
=> there are GUI's available for it (maybe even one/some of the programs you mentioned)

I would think that mencoder is the best video converter.... (most supported formats, options, etc)
=> test mencoder itself, maybe it's going wrong there, and not in the applications you mentioned (IF they have as backend mencoder)
Logged
Jonesy
Sr. Member
****
Offline Offline

Posts: 261


« Reply #2 on: August 31, 2010, 06:21:01 AM »

Format factory functions perfectly under wine. I have yet to find a format it won't handle or function that doesn't work, and it's free.
Logged

"But it was ok before.... honest"
fishfillet
Full Member
***
Offline Offline

Posts: 222


« Reply #3 on: August 31, 2010, 06:32:08 AM »

Look for MMC or MultimediaConverter.

Or WINFF.

Both are good GUI apps.
Logged
rubentje1991
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 2052


Rubenum Parvus MCMXCI


« Reply #4 on: August 31, 2010, 06:40:47 AM »

Do a search for 'libxvid' (without quotes) in Synaptic....
and report what you see there  Wink
Logged
coffeetime
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 3301


Send me an Angel


« Reply #5 on: August 31, 2010, 06:42:19 AM »

If using Dolphin:
-go to the folder where your .mkv file is stored
-press F4
-copy/paste:

Code:
mencoder test.mkv -ovc lavc -lavcopts vcodec=mpeg4:threads=8:vbitrate=3000 -oac copy -o test.avi ffmpeg -i test.avi -vcodec copy -vtag xvid -acodec copy final.avi

Change:
test.mkv to your .mkv file

The resulted AVI file will be test.avi, located in the same directory as the source.
Logged

PCLinuxOS e17 Club member/e17 video/Wifi problems?
those who complain rarely read. those who read rarely complain
 
Roonaldo_7
Jr. Member
**
Offline Offline

Posts: 37


« Reply #6 on: September 01, 2010, 12:24:33 AM »

using mencoder, the conversion fails halfway:

Code:
Too many audio packets in the buffer: (4102 in 777506 bytes).
Maybe you are playing a non-interleaved stream/file or the codec failed?
For AVI files, try to force non-interleaved mode with the -ni option.

Do a search for 'libxvid' (without quotes) in Synaptic....
and report what you see there  Wink

Synaptic shows libxvid4 is installed.
Logged
rubentje1991
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 2052


Rubenum Parvus MCMXCI


« Reply #7 on: September 01, 2010, 01:18:27 AM »

Did you try some different video files (all of them could be .mkv files, but try different ones: maybe one of them doesn't work properly  Roll Eyes )
Logged
blarney
Hero Member
*****
Offline Offline

Posts: 642


I Chose Freedom


« Reply #8 on: January 28, 2012, 05:02:59 PM »

I also couldn't get Arista to work... It failed, claiming missing elements so I installed the following:-

gstreamer0.10-vp8
lame
gstreamer0.10-lame
gstreamer0.10-xvid


...and it now works

EDIT: Just tried converting to PAL DVD and that failed until I installed gstreamer0.10-twolame and gstreamer0.10-mpeg2enc so I guess it all depends on what you are trying to convert to. I ran the gui from a terminal using the command "arista-gtk" and looked for the missing plugins...


Cheers,
Blarney

Logged
btrussell
Full Member
***
Offline Offline

Posts: 59


« Reply #9 on: January 28, 2012, 06:45:05 PM »

I recently used DivXConverter with great success- - on PC.

.avi file played perfectly, looked as good as original, but did not look good on tv using dvd player after burning disc. I tried all the different quality settings. I have no complaints about how my dvd player plays .avi files.

The original .mkv file and the same file converted to .avi file both look beautiful on tv when using PC instead of dvd player. Even with lowest quality conversion settings.

Hopefully this info is useful to someone.
Logged
wedgetail
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 2111


Any Bugs in site?


« Reply #10 on: January 29, 2012, 06:08:49 AM »

Posted by: btrussell

Your mencoder error from coffeetime's formula looked familar to me so I have done quick google. 
If you to the address below:
http://www.howforge.com/how-to-convert-mkv-to-avi-using-mencoder
you can read about how the problem is solved (something about two pass operation) good instructions and there is a script making it easier to handle the options.   Smiley
Logged

KDE & KDE-mini, ASUSTek P5P41D Rev X.0x, BIOS AMI0207 07/21/2009, "Pentium(R) Dual-Core CPU E5300 @ 2.60GHz", nVidia GeForce 9600 GT, 2x1GB Seagate Technology 1000528AS HDD
TV CompuPro VideoMate Vista E700 (not working in Linux), Acer X243HD LCD Screen
alpha1
Jr. Member
**
Offline Offline

Posts: 14


« Reply #11 on: January 31, 2012, 04:44:51 AM »

You may even try video editing softwares like KDENLIVE, Pitivi or Openshot.
Do not edit the video.
Just import and export to your desired format.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM