Sponsored Content
Operating Systems OS X (Apple) Video Contact Sheet on Lion from movies downloaded youtube MP4 Post 302593783 by slashdotweenie on Saturday 28th of January 2012 04:18:50 PM
Old 01-28-2012
Video Contact Sheet on Lion from movies downloaded youtube MP4

Hi

I am running Lion with latest patches

Code:
> uname -a
Darwin wger.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64

Installed mplayer, ffmpeg, gnu-getopt and ImageMagick through brew.

I am unable to generate Video Contact Sheet images from movies in MP4 downloaded off youtube.

Tried with two bash scripts. They are only front-ends for mplayer/ffmpeg.

Code:
> ./vcs-1.12.3.bash ../test.mp4
Video Contact Sheet *NIX v1.12.3, (c) 2007-2011 Toni Corvera
Unable to locate DejaVu Sans font. Falling back to helvetica.
Processing ../test.mp4...
Unable to find length of file "../test.mp4". Can't continue.
Cleaning up...

Code:
> ./slickslice-0.9 -x ../test.mp4
VERSION: SlickSlice 0.9

INFO: Looking for the programs SlickSlice depends on:
INFO: 'convert' found, 'mplayer' found, 'montage' found, 'identify' found
USER: SlickSlicing "../test.mp4"

WARN: Custom font DejaVu-Sans-Condensed was not found
WARN: Default font will be used.
HINT: run 'identify -list font' for a list of all available fonts
HINT: or install the font package with DejaVu-Sans-Condensed
INFO: Examining /Users/max/Downloads/bin/../test.mp4
INFO: regular file
sed: 1: "/^ID_/ { s/[]()|&;<>`'\ ...": extra characters at the end of p command
sed: 1: "/^ID_/ { s/[]()|&;<>`'\ ...": extra characters at the end of p command
sed: 1: "/^ID_/ { s/[]()|&;<>`'\ ...": extra characters at the end of p command
INFO: Movie image width is undefined
WARN: Is this a videofile at all?
ERROR: No video to slickslice :(

project sites:

SlickSlice
Video Contact Sheet *NIX

any idea?
 

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

Cool YouTube Video: Here Comes Another Bubble - The Richter Scales!

You will like this :) fi4fzvQ6I-o (2 Replies)
Discussion started by: Neo
2 Replies

2. Linux

download with youtube-dl the HQ MP4 (not FLV)

Hi Howto download with youtube-dl the HQ MP4? Per default it always downloads FLV and in manual there is no option described for MP4. $ aptitude show youtube-dl Package: youtube-dl New: yes State: installed Automatically installed: no Version: 2010.04.04-1 Priority: extra Section:... (1 Reply)
Discussion started by: slashdotweenie
1 Replies

3. UNIX for Advanced & Expert Users

howto remove meta info about MP4 or FLV file downloaded off Youtube?

Hi I tried a tool called mediainfo > brew info media-info media-info 0.7.51 http://mediainfo.sourceforge.net Depends on: pkg-config /usr/local/Cellar/media-info/0.7.51 (3 files, 14M) http://github.com/mxcl/homebrew/commits/master/Library/Formula/media-info.rb Got details from a test... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

4. What is on Your Mind?

Top 5 Roadblocks to a Secure Cyberspace in 2019 | YouTube Video

Here is a shout-out to wisecracker, who selected the sound track for this new video: Top 5 Roadblocks to a Secure Cyberspace in 2019 https://youtu.be/2rXo_ywM-NQ (7 Replies)
Discussion started by: Neo
7 Replies
GAPPLETVIEWER(1)                                                        GNU                                                       GAPPLETVIEWER(1)

NAME
gappletviewer - Load and runs an applet SYNOPSIS
appletviewer [OPTION]... URL... appletviewer [OPTION]... -code CODE appletviewer [OPTION]... -plugin INPUT,OUTPUT DESCRIPTION
The appletviewer tool loads and runs an applet. Use the first form to test applets specified by tag. The URL should resolve to an HTML document from which the appletviewer will extract applet tags. The APPLET, EMBED and OBJECT tags are supported. If a given document contains multiple applet tags, all the applets will be loaded, with each applet appearing in its own window. Likewise, when multiple URLs are specified, each applet tag instance is given its own window. If a given document contains no recognized tags the appletviewer does nothing. appletviewer http://www.gnu.org/software/classpath/ Use the second form to test an applet in development. This form allows applet tag attributes to be supplied on the command line. Only one applet may be specified using the -code option. The -code option overrides the URL form -- any URLs specified will be ignored. appletviewer -code Test.class -param datafile,data.txt gcjwebplugin uses the third form to communicate with the appletviewer through named pipes. OPTIONS
URL OPTIONS -debug This option is not yet implemented but is provided for compatibility. -encoding CHARSET Use this option to specify an alternate character encoding for the specified HTML page. APPLET TAG OPTIONS -code CODE Use the -code option to specify the value of the applet tag CODE attribute. -codebase CODEBASE Use the -codebase option to specify the value of the applet tag CODEBASE attribute. -archive ARCHIVE Use the -archive option to specify the value of the applet tag ARCHIVE attribute. -width WIDTH Use the -width option to specify the value of the applet tag WIDTH attribute. -height HEIGHT Use the -height option to specify the value of the applet tag HEIGHT attribute. -param NAME,VALUE Use the -param option to specify values for the NAME and VALUE attributes of an applet PARAM tag. PLUGIN OPTION -plugin INPUT,OUTPUT gcjwebplugin uses the -plugin option to specify the named pipe the appletviewer should use for receiving commands (INPUT) and the one it should use for sending commands to gcjwebplugin (OUTPUT). DEBUGGING OPTION -verbose Use the -verbose option to have the appletviewer print debugging messages. STANDARD OPTIONS -help Use the -help option to have the appletviewer print a usage message, then exit. -version Use the -version option to have the appletviewer print its version, then exit. -JOPTION Use the -J option to pass OPTION to the virtual machine that will run the appletviewer. Unlike other options, there must not be a space between the -J and OPTION. BUGS
SEE ALSO
AUTHOR
0.98 2010-07-05 GAPPLETVIEWER(1)
All times are GMT -4. The time now is 11:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy