Sponsored Content
Operating Systems OS X (Apple) Command line tool to join multiple .wmv files? Post 302137132 by karman on Saturday 22nd of September 2007 12:15:22 PM
Old 09-22-2007
Command line tool to join multiple .wmv files?

I need a simple command line executable that allows me to join many wmv files into one output wmv file, preferrably in a simple way like this:
wmvjoin file1.wmv file2.wmv .... > outputfile.wmv

So what I want is the wmv-equivalent of mpgtx
I cannot find it on internet.

Thanks.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Join same line from multiple file

Hi, Can we use shell script to combine multiple file ? For example we have 3 file 1.txt 2.txt 3.txt and the result should be : (6 Replies)
Discussion started by: justbow
6 Replies

2. OS X (Apple)

Looking for a command line tool that converts a .wmv file into .mpg

I need a simple command line executable that allows me to convert a wmv file into an mpg file like this: wmv2mpg inputfile.mwv > outputfile.mpg I cannot find it on internet. I tried installing mencoder but I cannot get it to work. Thanks. (4 Replies)
Discussion started by: karman
4 Replies

3. UNIX for Dummies Questions & Answers

Join 2 files with multiple columns: awk/grep/join?

Hello, My apologies if this has been posted elsewhere, I have had a look at several threads but I am still confused how to use these functions. I have two files, each with 5 columns: File A: (tab-delimited) PDB CHAIN Start End Fragment 1avq A 171 176 awyfan 1avq A 172 177 wyfany 1c7k A 2 7... (3 Replies)
Discussion started by: InfoSeeker
3 Replies

4. Shell Programming and Scripting

How to join multiple files?

I am trying to join a few hundred files using join. Is there a way to use while read or something else to automate this. My problem is the following. Day 1 City Temp ABC 20 DEF 30 HIJ 15 Day 2 City Temp ABC 22 DEF 29 KLM 5 Day 3 (3 Replies)
Discussion started by: theFinn
3 Replies

5. UNIX for Dummies Questions & Answers

Command-line tool for .gif files

Hello! I'm searching for a little (as basic as possible) command -line tool for viewing gif animations. I found gThumb and animate (imagemagick), but they both have a little problem... gthumb: no possibility of changing the background when viewing in fullscreen animate: no possibility of... (0 Replies)
Discussion started by: al0x
0 Replies

6. UNIX for Dummies Questions & Answers

how to join two files using "Join" command with one common field in this problem?

file1: Toronto:12439755:1076359:July 1, 1867:6 Quebec City:7560592:1542056:July 1, 1867:5 Halifax:938134:55284:July 1, 1867:4 Fredericton:751400:72908:July 1, 1867:3 Winnipeg:1170300:647797:July 15, 1870:7 Victoria:4168123:944735:July 20, 1871:10 Charlottetown:137900:5660:July 1, 1873:2... (2 Replies)
Discussion started by: mindfreak
2 Replies

7. UNIX for Dummies Questions & Answers

How to use the the join command to join multiple files by a common column

Hi, I have 20 tab delimited text files that have a common column (column 1). The files are named GSM1.txt through GSM20.txt. Each file has 3 columns (2 other columns in addition to the first common column). I want to write a script to join the files by the first common column so that in the... (5 Replies)
Discussion started by: evelibertine
5 Replies

8. Shell Programming and Scripting

Join common patterns in multiple lines into one line

Hi I have a file like 1 2 1 2 3 1 5 6 11 12 10 2 7 5 17 12 I would like to have an output as 1 2 3 5 6 10 7 11 12 17 any help would be highly appreciated Thanks (4 Replies)
Discussion started by: Harrisham
4 Replies

9. Shell Programming and Scripting

Perl command line option '-n','-p' and multiple files: can it know a file name of a printed line?

I am looking for help in processing of those options: '-n' or '-p' I understand what they do and how to use them. But, I would like to use them with more than one file (and without any shell-loop; loading the 'perl' once.) I did try it and -n works on 2 files. Question is: - is it possible to... (6 Replies)
Discussion started by: alex_5161
6 Replies

10. Shell Programming and Scripting

Alignment tool to join text files in 2 directories to create a parallel corpus

I have two directories called English and Hindi. Each directory contains the same number of files with the only difference being that in the case of the English Directory the tag is .english and in the Hindi one the tag is .Hindi The file may contain either a single text or more than one text... (7 Replies)
Discussion started by: gimley
7 Replies
RYGEL(1)							 Rygel User Manual							  RYGEL(1)

NAME
rygel - a collection of DLNA/UPnP AV services SYNOPSIS
rygel [options] DESCRIPTION
rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. --help-all Show all help options. --help-gst Show GStreamer related help options. --version Show version of program. -n, --network-interface=INTERFACE Set the network-interface rygel listens on. -p, --port=PORT Set the listen-port. -t, --disable-transcoding Disable any transcoding. -m, --disable-mp3-transcoder Disable transcoding to MP3. -s, --disable-mp2ts-transcoder Disable transcoding to MPEG2 in TS container. -l, --disable-lpcm-transcoder Disable transcoding to Linear PCM. -w, --disable-wmv-transcoder Disable transcoding to WMV. -a, --disable-aac-transcoder Disable transcoding to AAC. -z, --disable-avc-transcoder Disable transcoding to AVC. -U, --disallow-upload Disable uploading of media files via UPnP. -D, --disallow-deletion UPnP clients are not allowed to delete media files on the server. -g, --log-level=LEVEL Comma-separated list of DOMAIN:LEVEL pairs, allowing to set the log level individually for each domain, where DOMAIN is eiher "*", "rygel" or the name of a plugin. Allowed log levels are 1=critical, 2=error, 3=warning, 4=message/info, 5=debug. -u, --plugin-path=PATH Set the plugin search path. -d, --disable-plugin=PLUGIN_NAME Disable the plugin PLUGIN_NAME. -i, --title=PLUGIN_NAME:TITLE Set the title of plugin PLUGIN_NAME to TITLE You can use this option more than once for every plugin you want to set the name of. -o, --plugin-option=PLUGIN_NAME: OPTION:VALUE1[,VALUE2,...] Set options for a plugin. -P, --disable-upnp Disable advertisement via UPnP and set rygel into streaming-only mode. -c --config=CONFIG_FILE Use CONFIG_FILE instead of ${XDG_CONFIG_DIR}/rygel.conf. FILES
/etc/rygel.conf The system-wide configuration file to control the behaviour of rygel. See rygel.conf(5) for further details. ${XDG_CONFIG_DIR}/rygel.conf The per-user configuration file to control the behaviour of rygel. See rygel.conf(5) for further details. ${XDG_CONFIG_DIR}/Rygel/*.xml Cached UPnP device description files. ENVIONMENT
RYGEL_DISABLE_UPNP Disable advertisement via UPnP and set rygel into streaming-only mode. RYGEL_IFACE Set the network interface to bind to. RYGEL_PORT Define the network port to bind to. RYGEL_DISABLE_TRANSCODING Disable transcoding globally. RYGEL_DISABLE_MP3_TRANS Disable the MP3 transcoder. RYGEL_DISABLE_LPCM_TRANS Disable the Linear PCM transcoder. RYGEL_DISABLE_MP2TS_TRANS Disable the MPEG2 in TS transcoder. RYGEL_DISABLE_WMV_TRANS Disable transcoding to WMV format. RYGEL_DISABLE_AAC_TRANS Disable transcoding to AAC format. RYGEL_DISABLE_AVC_TRANS Disable transcoding to AVC format. RYGEL_LOG Set the log level of rygel. RYGEL_PLUGIN_PATH Set the plugin search path of rygel. RYGEL_DISABLE_UPLOAD Disable media file upload via UPnP. RYGEL_DISABLE_DELETION Disable remote file deletion via UPnP. RYGEL_PLUGIN_TIMEOUT Set the time-out for finding the plugins. Useful to increase when running inside valgrind. Also for every plugin you can set the following environment variables: RYGEL_PLUGIN_NAME_TITLE Set the title of the plugin. RYGEL_PLUGIN_NAME_ENABLED Enable or disable the plugin. BUGS
The BTS can be found at https://bugzilla.gnome.org/buglist.cgi?product=rygel. SEE ALSO
rygel.conf(5) AUTHOR
Jens Georg <mail@jensge.org> Wrote this manpage. rygel 08/07/2012 RYGEL(1)
All times are GMT -4. The time now is 01:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy