Changeset 8625400


Ignore:
Timestamp:
Jun 24, 2010, 1:17:56 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
f1ba976
Parents:
4f58f93
git-author:
Quentin Smith <quentin@…> (12/13/09 03:24:47)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:17:56)
Message:

Show videos on screen, if the file has video content

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    r32b323f r8625400  
    300300      open(STDIN, "/dev/null");
    301301      #print STDERR Dumper([qw|/usr/bin/mplayer -nolirc -ao alsa -quiet|, $filepath]);
    302       my @args = (qw|/usr/bin/mplayer -novideo -vo null -nolirc -ao alsa -cache 512 -really-quiet |, $filepath);
     302      my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 -really-quiet |, $filepath);
    303303      #print STDERR "About to exec: ", Dumper([@args]);
    304304      exec(@args) ||
Note: See TracChangeset for help on using the changeset viewer.