Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
videometa [2015/07/07 04:59] slackermedia |
videometa [2021/06/03 19:48] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | [[{arrowp.png|border:0;background:none;width:0;display:inline-block;position:absolute;top:0;left:0;}videogrep|]] | ||
| - | [[{arrown.png|border:0;background:none;width:0;display:inline-block;position:absolute;top:0;margin-left:2.5em;}vlc|]] | ||
| ======video-meta====== | ======video-meta====== | ||
| Line 7: | Line 5: | ||
| ''Video-meta'' is a Perl script by Mike Schilli that displays attributes of a video file, helpful in "video forensics", when you need to know what codec and frame rate a video was shot in, quickly and easily. ''Video-meta'' invokes the ''Video::FrameGrab'' module, which in turn invokes **mplayer**. | ''Video-meta'' is a Perl script by Mike Schilli that displays attributes of a video file, helpful in "video forensics", when you need to know what codec and frame rate a video was shot in, quickly and easily. ''Video-meta'' invokes the ''Video::FrameGrab'' module, which in turn invokes **mplayer**. | ||
| - | Video-meta achieves the same results as the ''mediainfo'' tools (''mediainfo'' and **mediainfo-gui''), which are included in the default Slackermedia queue file, so strictly speaking this is doubling up on functionality. You may find it useful, however, since it gives //less// information than other tools, in an easy-to-read format, and tends to favour the most useful and common information rather than every last detail that 90% of the time you will not need. | + | Video-meta achieves the same results as the ''mediainfo'' tools (''mediainfo'' and **mediainfo-gui**), which are included in the default Slackermedia queue file, so strictly speaking this is doubling up on functionality. You may find it useful, however, since it gives //less// information than other tools, in an easy-to-read format, and tends to favour the most useful and common information rather than every last detail that 90% of the time you will not need. |
| ===== Install ===== | ===== Install ===== | ||
| Line 20: | Line 18: | ||
| </code> | </code> | ||
| - | When that install process is over, install the ''data::dump'' perl module with the command: | + | If this is the first time you have used CPAN, you will be prompted to allow perl to setup the CPAN environment. It is safe to answer ''yes''. |
| + | |||
| + | When that install process is over, install the ''Data::Dump'' perl module with the command: | ||
| <code> | <code> | ||
| Line 51: | Line 51: | ||
| <WRAP tip> | <WRAP tip> | ||
| **See Also** \\ | **See Also** \\ | ||
| - | Mediainfo \\ | + | [[https://mediaarea.net/en/MediaInfo|Mediainfo]] \\ |
| - | Ffmpeg | + | [[ffmpeg|Ffmpeg]] |
| + | </WRAP> | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | <wrap fa>[[videogrep|R]]</wrap> <wrap fa>[[start|S]]</wrap> <wrap fa>[[vlc|Q]]</wrap> | ||
| </WRAP> | </WRAP> | ||
| - | [[{arrown.png|border:0;background:none;width:0;display:inline-block;float:right;}vlc|]][[{arrowp.png|border:0;background:none;width:0;float:right;}videogrep|]] | ||