|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Multimedia Questions about media applications, codecs (DVD, music, video, pdf) configuration (usage, bugs) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Yes, MediaInfo which is also available for Linux, is in the Packman repo and has context-menu integration for KDE4
__________________
My site: http://microchip.bplaced.net My repo: http://download.opensuse.org/repositories/home:/microchip8 SUSE Unbound Forum: http://suseunbound.lefora.com Do coders dream of sheep() ? |
|
||||
Splendid! Exactly what I had been looking for, works nicely! Thanks!
|
|
||||
|
Yep, I use it all the time. It's not only for video's but for audio too and images also. All kinds of multimedia actually
__________________
My site: http://microchip.bplaced.net My repo: http://download.opensuse.org/repositories/home:/microchip8 SUSE Unbound Forum: http://suseunbound.lefora.com Do coders dream of sheep() ? |
|
||||
|
Yeah, I noticed that. Nice.
The only annoying thing is that the "easy" view does not show the resolution of an image, making it much less useful for pictures. |
|
||||
|
I always click on "Text" view. Gives me everything about it
__________________
My site: http://microchip.bplaced.net My repo: http://download.opensuse.org/repositories/home:/microchip8 SUSE Unbound Forum: http://suseunbound.lefora.com Do coders dream of sheep() ? |
|
||||
|
Reference mediainfo, I know its not very elegant, but I have a text (bash script) file in my /home/oldcpu/bin directory saved as "media" (and made executeable).
The file "media" is this: Code:
#!/bin/bash mediainfo $1 --Output=HTML > /home/oldcpu/temp/test.html firefox /home/oldcpu/temp/test.html rm /home/oldcpu/temp/test.html media somefile.aviAgain, I know its not elegant, but I find having the output displayed in firefox is easier on my eyes than in the konsole. ... A sign of old age, I guess.
|
|
||||
|
Quote:
__________________
My site: http://microchip.bplaced.net My repo: http://download.opensuse.org/repositories/home:/microchip8 SUSE Unbound Forum: http://suseunbound.lefora.com Do coders dream of sheep() ? |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|