Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory Some question about SAN on HP 4400 EVA Post 302958121 by Linusolaradm1 on Monday 19th of October 2015 02:47:03 PM
Old 10-19-2015
Yes,they make their interest only.
I prefer open things,for example two years ago i bought a f***ed
sat decoder+pvr from Humax.
I think was open source(it include open source sw,is based on linux).
But for commercial reason(sic!) they encrypt with hw key all movie recorderd on decoder!
So you can record movie...for watch only on their decoders.
And support only nagra and conax encryption!
Compare it with a VU+ or better with a fanless pc+yavdr
You can get about 6 different ecnryption CI and recording movie for watching after on TV,on decoder,on your pc,whenever you want!
Smilie
Sorry for off-topic but explain the situation good,imho
 

9 More Discussions You Might Find Interesting

1. Linux Benchmarks

PowerMac 4400 YLD 3.0

CPU/Speed: PowerPC 603ev 200Mhz Ram: 92M EDO Ram Motherboard: Apple Bus: 2 PCI Cache: L1 32k and L2 256k Controller: ATA Disk: 2GB ATA Load: 1 user, running httpd, Xwin, various daemons Kernel: Linux 2.4.22-2f Kernel ELF?: ??? pgms: gcc versión 3.2.2 20030217 (Yellow Dog Linux 3.0 3.2.2-2a);... (0 Replies)
Discussion started by: clemare
0 Replies

2. HP-UX

Any EVA admin's out there?

I was conveniently excluded from some EVA8000 training, and now find myself with an EVA zoned, but no physical devices :( My ioscan appears as follows: ba 1 0/1 lba CLAIMED BUS_NEXUS Local PCI Bus Adapter (782) fc 0 0/1/0/0 ... (3 Replies)
Discussion started by: mr_manny
3 Replies

3. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies

4. AIX

Question about IBM San Ds4500

I have a question about SAN commands I have almost 15Tb of disk on my san but assigned and something else I have almost 11Tb There is a command to know, what its my real total storage capacity and another command to know how much I used .? Thanks again in advance (0 Replies)
Discussion started by: lo-lp-kl
0 Replies

5. UNIX for Advanced & Expert Users

Can AIX 5.3 - 6 Boot From HP EVA 6000 SAN

Hi There, Has anyone had any luck with or know how to get AIX 5+ to boot from a HP EVA 6000 SAN? The servers used here will be P Class Blades My initial searches on this so far did not bring results so I am guessing this may not be possible on HP SAN's but please let me know if I am... (0 Replies)
Discussion started by: fazzasx
0 Replies

6. Red Hat

SAN/LVM question

Hey everyone. I am working on designing a logging solution for a deployment we have going out in a few months. Right now we have a single storage head end, connected via fibre to a SAN. Basically the plan is to create a number of smaller LUNs on the SAN, and then use LVM2 to handle concatenating... (5 Replies)
Discussion started by: msarro
5 Replies

7. Solaris

EVA storage HUNG / Solaris issue

Hi, I have a query , is it possible that few LUNs presented to the Solaris OS which are in the unlabeled state can hung EVA frame and cause it to get unresponsive ? please help. thanks. (1 Reply)
Discussion started by: mushtaq
1 Replies

8. AIX

GPFS initial setup, but perhaps this is a SAN/VIO question

I'm having some trouble getting a POC of GPFS up and running. I've read a couple install guides including a couple IBM pdfs but I'm getting stumped on something I think is fairly fundamental.... I'm trying to do this all on a single 795, right now only the VIOs have HBAs so all LUNs are pointed to... (3 Replies)
Discussion started by: kneemoe
3 Replies

9. HP-UX

SAN Migration question

Hi, I am very new to HP-UX, and we're going to be doing a SAN migration. We're going to take down the machine, and zone it to the new SAN. My question is, will the device names change and will that interfere with the LVM? If the new disks come in with different device names, how would I... (3 Replies)
Discussion started by: BG_JrAdmin
3 Replies
AVCONVERT(1)						    BSD General Commands Manual 					      AVCONVERT(1)

NAME
avconvert -- movie conversion tool SYNOPSIS
avconvert [-hvq] --p <preset_name> --s <source_media> --o <output_movie> DESCRIPTION
avconvert can be used to compress video media to different types for sharing on the web or loading onto devices. -h prints usage information and available presets -v sets the console output to verbose -q sets the console output to quiet -prog shows progress during the export (default with -v) -p | --preset name converts the source media to an output file using the specified preset. Use --listPresets to get the full list. Common presets are: PresetAppleM4VCellular PresetAppleM4ViPod PresetAppleM4VWiFi PresetAppleM4VAppleTV PresetAppleM4V480pSD PresetAppleM4V720pHD PresetAppleM4V1080pHD PresetAppleM4A -s | --source file is the source media file -o | --output file is the output movie file --listPresets lists all of the presets avconvert supports --listTracks lists the available tracks in the source media. Must be used with the --source flag OPTIONS
Optional flags to configure the audio export settings -adr number a limit value for the data rate for the audio track in bits per second -af fourCC sets the format of the audio output using a fourCC eg. aac -sr number configures the sample rate of the output in Hertz. eg. 44100 -cc number is the channel count of the output eg. 1 (for mono) 2 (stereo) 4 (quad) Optional flags to configure the video export settings -vdr number a limit value for the video data rate in bits per second -th number sets the height of the output video in pixels -tw number sets the width of the output video in pixels -vc fourCC sets the format of the video output using a fourCC eg. avc1 -fr number sets the frame rate of the output video in frames per second -kr number specifies how often keyframes appear in the output video -fr yes | no sets whether or not to enable frame reordering (b-frames) Optional flags configuring track and metadata output -ot name omits the listed track type from the exported movie Allowable track types are: videoTrack audioTrack subtitleTrack chapterTrack thumbnailTrack closedcaptionTrack textTrack -md file sets the file from which the metadata for the export is found if that is different from the source movie EXAMPLES
avconvert --listPresets Lists the available presets that can be used for export avconvert --preset AppleM4ViPod --source sample_movie.mov --output ipod_movie.m4v Exports the source movie "sample_movie.mov" to "ipod_movie.m4v" using the iPod encoding preset avconvert --preset AppleM4VAppleTV --source sample_movie.mov --output appletv_movie.m4v -adr 128000 -sr 441000 Overrides the AppleTV defaults for audio data rate and sample rate in the output movie avconvert --preset AppleM4VAppleTV --source sample_movie.mov --output appletv_movie.m4v -ot audioTrack Omits the audio track from the output file "appletv_movie.m4v" HISTORY
avconvert command first appeared in Mac OS X 10.7. Mac OS X December 14, 2011 Mac OS X
All times are GMT -4. The time now is 11:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy