| Author |
Message |
Seagrass Member
Joined: 09 Aug 2005 Location: Australia
|
|
I need a stream information tool like g spot for SuSE 10.
Does anyone know of any?
Also what is the best avi-2-DVD converter for Linux. I am currently trying out avidemux.Do I need a seperate dvd author?
|
|
Cobra Moderator
Joined: 06 May 2002 Location: UK
|
|
tekkieman Grizzled
Joined: 23 Mar 2004 Location: Over the hill
|
|
For avi to dvd, try tovid
For avi info, try idvid. You will get it with tovid. There is also a manual for it on the tovid site. There is a large dependancy list for tovid, but I use debian, and apt-get handled it with no problem. One of the dependancies is dvdauthor, and that will handle the authoring (tovid provides an xml structure for dvdauthor)
_________________
|
|
oldcpu Member
Joined: 26 Aug 2005 Location: Europe
|
|
I also recommend tovid. It works fine on SuSE-9.3 and SuSE-10.0.
One can download precompiled rpms (for SuSE) of tovid from here:
SuSE-9.3:
http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.3-i386/RPMS.suser-oc2pus/
SuSE-10.0:
http://ftp.gwdg.de/pub/linux/suse/apt/SuSE/10.0-i386/RPMS.suser-oc2pus/
I run tovid-0.23 on my SuSE-9.3, and tovid-0.25 on my SuSE-10.0. (I couldn't get tovid-0.25 to run on my SuSE-9.3, although clearly "suser-oc2pus" did succeed. tovid requires a newer version of python-wxGTK than comes with the baseline SuSE, and I didn't want to upgrade my python-wxGTK as it would have broken some other dependencies. But tovid-0.23 works fine for me).
Last edited by oldcpu on Apr 19, 2006 15:02, edited 1 time in total
|
|
Seagrass Member
Joined: 09 Aug 2005 Location: Australia
|
|
how do you get the gui to appear?
It says its installed and when i type tovidgui in terminal the program runs but there is no gui?
|
|
oldcpu Member
Joined: 26 Aug 2005 Location: Europe
|
|
lpn1160 Member
Joined: 03 Jul 2002 Location: United States
|
|
There is really but one alternative under Linux: Mplayer/Mencoder
Read the docs on the website plus the man pages
I have personaly tried all the gui's out there and the only thing for me that works good, is mencoder
|
|
Seagrass Member
Joined: 09 Aug 2005 Location: Australia
|
|
I have mplayer already installed how do i access the mencoder gui?
command line gives error: file.avi not found recompile with -disablecpudetect
|
|
oldcpu Member
Joined: 26 Aug 2005 Location: Europe
|
|
| lpn1160 wrote: |
| There is really but one alternative under Linux: Mplayer/Mencoder |
Doesn't tovid call mencoder by default?
|
|
lpn1160 Member
Joined: 03 Jul 2002 Location: United States
|
|
Mencoder by itself does not have a gui. When I first came over from windows a few months ago I tried all the gui's out there, but I found the best solution was to use mencoder at the terminal. I read the guides over and over till I learned. learn the command line and you won't be sorry. The real power of linux is in the command line, using konsole, copying and pasteing from scripts makes life a lot easier
as for a g-spot alternative try this: mplayer -vo dummy -identify inputfile.avi
this is what it might retun::
AVI file format detected.
ID_VIDEO_ID=0
ID_AUDIO_ID=1
VIDEO: [XVID] 528x384 12bpp 29.970 fps 1306.5 kbps (159.5 kbyte/s)
Clip info:
Software: Nandub v1.0rc2
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
ID_FILENAME=xdmnx-pph11.avi
ID_VIDEO_FORMAT=XVID
ID_VIDEO_BITRATE=1306480
ID_VIDEO_WIDTH=528
ID_VIDEO_HEIGHT=384
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=0.0000
ID_AUDIO_CODEC=mp3
ID_AUDIO_FORMAT=85
ID_AUDIO_BITRATE=128000
ID_AUDIO_RATE=48000
ID_AUDIO_NCH=2
ID_LENGTH=4143
Good-luck
http://www.mplayerhq.hu/DOCS/HTML/en/mencoder.html
|
|
DaveQB Member
Joined: 22 Sep 2002 Location: Sydney
|
|
tcprobe from Transcode is good too.
Good old 'file' command doesnt go astray when you only need simple info about the file.
_________________ 1700+ JIUHB 0302 @2111 SLK-800
8RDA+ | nForce2 | 768 DDR PC2700 @201 | Samsung 'real' | GeForce 6600GT | Maxtor Viper 2x | 3x WD JB 120 gig
Jabber: DaveQB@jabber.org.au
Linux xpbeast 2.6.12-10-k7 #1 Sat Mar 11 16:59:38 UTC 2006 i686 GNU/Linux
|
|
binks120 complete tool
Joined: 28 May 2002 Location: leeds
|
|
tovid is the best(well easiest converter for nix) check the developers out on irc.freenode.net #tovid
_________________ whats that your reading hope its work (s**t caught again)
|
|
Carrot Cruncher Member
Joined: 10 Oct 2005 Location: UK
|
|
is anyone aware of any tools, preferably command line, that will show if a file has been encoded using qpel and/or gmc ? i don't believe that either idvid or tcprobe will show this. thanks.
|
|
Carrot Cruncher Member
Joined: 10 Oct 2005 Location: UK
|
|
redtux Member
Joined: 21 Dec 2006 Location: United Kingdom
|
|
| Seagrass wrote: |
I have mplayer already installed how do i access the mencoder gui?
command line gives error: file.avi not found recompile with -disablecpudetect |
Nope - ffmpeg
|
|
redtux Member
Joined: 21 Dec 2006 Location: United Kingdom
|
|
|
|