The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "FFmpeg::Command"

FFmpeg::Command - A wrapper class for ffmpeg/avconv command line utility. River stage one • 3 direct dependents • 4 total dependents

A simple interface for using ffmpeg command line utility with fallback to use the newer avconv utility if ffmpeg is not installed....

MIZZY/FFmpeg-Command-0.19 - 07 Jun 2013 14:27:51 UTC - Search in distribution

Quiq::FFmpeg - Konstruiere eine FFmpeg-Kommandozeile River stage zero No dependents

FFmpg Online-Dokumentation: <https://www.ffmpeg.org/ffmpeg-all.html> Ein Objekt der Klasse repräsentiert eine ffmpeg-Kommandozeile. Die Klasse verfügt einerseits über *elementare* (Objekt-)Methoden, um eine solche Kommandozeile sukzessive aus Eingabe...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

ffmpeg - Command ffmpeg of Alien-ffmpeg River stage one • 1 direct dependent • 2 total dependents

WOUTER/Alien-ffmpeg-0.105 - 06 Sep 2022 09:22:37 UTC - Search in distribution
  • ffprobe - Command ffprobe of Alien-ffmpeg

FFmpeg - Perl interface to FFmpeg, a video converter written in C River stage zero No dependents

FFmpeg (in this module, referred to here as FFmpeg-Perl) is a Perl interface to the base project FFmpeg (referred to here as FFmpeg-C). From the FFmpeg-C homepage: FFmpeg-C is a complete solution to record, convert and stream audio and video. It incl...

ALLENDAY/FFmpeg-6036 - 29 Aug 2006 09:15:02 UTC - Search in distribution

iPod::Squish - Convert songs on an iPod in place using lame or FFmpeg::Command. River stage zero No dependents

This module uses lame or FFmpeg::Command to perform automatic conversion of songs on an iPod after they've been synced. Since most headphones are too crappy to notice converting songs to a lower bitrate is often convenient to save size. Only files wi...

NUFFIN/iPod-Squish-0.02 - 28 Feb 2008 20:58:54 UTC - Search in distribution

FFMPEG::Effects - PERL Routines To Simplify ffmpeg Video Filter Usage. River stage zero No dependents

BUGONI/FFMPEG-Effects-1.0.rev1 - 14 Mar 2013 15:30:39 UTC - Search in distribution

Media::Convert::Pipe - class to generate ffmpeg command lines with Media::Convert::Asset River stage one • 1 direct dependent • 1 total dependent

"Media::Convert::Pipe" is the class in the "Media::Convert" package which does most of the hard work inside "Media::Convert". It generates and runs the ffmpeg command line, capturing the output where required. "Media::Convert::Pipe" will compare the ...

WOUTER/Media-Convert-1.1.1 - 15 Feb 2024 07:53:16 UTC - Search in distribution

vcut - Shorter alias for cut-video-by-duration River stage one • 1 direct dependent • 1 total dependent

This utility uses *ffmpeg* (particularly the "-t" and "-ss") option to get a portion (time range) of a video. Compared to using "ffmpeg" directly, this wrapper offers convenience of more flexibility in specifying times and duration (e.g. '15s' as wel...

PERLANCAR/App-FfmpegUtils-0.013 - 13 Dec 2023 06:22:52 UTC - Search in distribution

fftrim - concatenate, trim and compress video files River stage zero No dependents

fftrim processes raw videos from a camcorder by concatenating, trimming and compressing them according to arguments you supply on the command line, or in a CONTROL file. Concatenation is performed using ffmpeg's "concat protocol". This file-level con...

GANGLION/App-fftrim-0.03 - 12 Nov 2018 20:16:36 UTC - Search in distribution

Video::CPL - Create and manipulate Coincident TV Programming Language (CPL) files. River stage zero No dependents

CSR/Video-CPL-0.10 - 10 Nov 2010 23:57:03 UTC - Search in distribution

media-info - Get information about media files/URLs River stage one • 1 direct dependent • 1 total dependent

Many fields will depend on the backend used. Some other fields returned: * "info_backend": the "Media::Info::*" backend module used, e.g. "Ffmpeg". * "type_from_name": either "image", "audio", "video", or "unknown". This is determined from filename (...

PERLANCAR/App-MediaInfo-0.126 - 30 May 2020 04:07:59 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

media-is-landscape - Return exit code 0 if media is landscape River stage one • 1 direct dependent • 1 total dependent

Portrait is defined as having 'rotate' metadata of 90 or 270. Otherwise, media is assumed to be 'landscape'....

PERLANCAR/App-MediaInfoUtils-0.129 - 02 Jun 2020 02:41:58 UTC - Search in distribution

PDL::IO::Pic - image I/O for PDL River stage three • 93 direct dependents • 101 total dependents

This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer). Netpbm is available at ftp://wuarchive.wustl.edu/g...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

Linux::DVB::DVBT - Perl extension for DVB terrestrial recording, epg, and scanning River stage one • 1 direct dependent • 1 total dependent

Linux::DVB::DVBT is a package that provides an object interface to any installed Freeview tuner cards fitted to a Linux PC. The package supports initial set up (i.e. frequency scanning), searching for the latest electronic program guide (EPG), and se...

SDPRICE/Linux-DVB-DVBT-2.20 - 27 Jul 2016 12:43:22 UTC - Search in distribution

Mojo::IOLoop::ReadWriteFork - Fork a process and read/write from it River stage one • 2 direct dependents • 2 total dependents

Mojo::IOLoop::ReadWriteFork enable you to fork a child process and "read" and "write" data to. You can also send signals to the child and see when the process ends. The child process can be an external program (bash, telnet, ffmpeg, ...) or a CODE bl...

JHTHORSEN/Mojo-IOLoop-ReadWriteFork-2.02 - 09 Jun 2022 03:48:28 UTC - Search in distribution

App::Framework::GetStarted - Getting Started River stage one • 1 direct dependent • 1 total dependent

A minimal script consists of setting up allowed options, expected arguments, and writing the application body. An example of this would be: #!/usr/bin/perl # use strict ; use App::Framework ; # VERSION our $VERSION = '1.000' ; # Create application an...

SDPRICE/App-Framework-1.07 - 28 Jul 2016 07:12:11 UTC - Search in distribution

Video::Generator - Perl class for video generation. River stage one • 1 direct dependent • 1 total dependent

SKIM/Video-Generator-0.10 - 30 Mar 2023 08:31:45 UTC - Search in distribution

Audio::StreamGenerator - create a 'radio' stream by mixing ('cross fading') multiple audio sources (files or anything that can be converted to PCM audio) and sending it to a streaming server (like Icecast) River stage zero No dependents

This module creates a 'live' audio stream that can be broadcast using streaming technologies like Icecast or HTTP Live Streaming. It creates one ongoing audio stream by mixing or 'crossfading' multiple sources (normally audio files). Although there i...

OELE/Audio-StreamGenerator-1.02 - 14 Oct 2022 18:47:27 UTC - Search in distribution

FFmpeg::Thumbnail - Create a thumbnail from a video River stage zero No dependents

A wrapper for FFmpeg::Command specifically for creating video thumbnails. Grabs a frame at a specific point in the video and stores it as an image using ffmpeg ( <http://ffmpeg.org> ). Provides the ability to set specific output paramaters, such as f...

BBQSAULS/FFmpeg-Thumbnail-0.02 - 24 Jan 2011 20:20:41 UTC - Search in distribution
23 results (0.057 seconds)