Using Pacpl Audio Converter For Linux
Aug 4, 2007using pacpl audio converter for linux i just installed it now i want to know how to use it i already try pacpl ramtomp3 --dir= --outdir= but i cant find mp3 file in outdir
View 3 Repliesusing pacpl audio converter for linux i just installed it now i want to know how to use it i already try pacpl ramtomp3 --dir= --outdir= but i cant find mp3 file in outdir
View 3 RepliesFlvToVideo source_flv [options]….
source_flv is the file path of source FLV.
Possible parameters for "options":
-out output the output file path. If the output file is not set, the program won't implement the encoding.
-st start_time the time to start capturing the video; in second; decimal fraction is possible. By default, the start time is 0.
-dt duration the duration; in second; decimal fraction is possible. By default, it lasts to the end of the video.
-vf string the output file format, like avi, asf, mov, mp4, psp, 3gp and so on. By default, the format is automatically set according to the filename extension. For more information about file format, please refer to File Format List.
-size wxh the output video size; w is width, h is height; w & h should be even value. By default, the width and the height of the source file are used.
-vbr bitrate the bit rate in video compression; in kbps.
-fr frame_rate the output video frame rate; in fps; decimal fraction is possible, e.g. 29.970. By default, the frame rate of the source file is used.
-d perform deinterlacing.
-vcodec codec the video compression codec, e.g. mpeg4. For more information about the possible value, please refer to Video Codec List.
-vtag tag the FOURCC of the video, e.g. mp43. By default, the pre-set settings of the encoder are used.
-gop key_frame_interval the interval between the key frames; 0 is for intraframe. By default, the value is 12.
-aspect h/v the aspect ratio of the video, h is horizontal value and v is vertical value, e.g. 4/3
-acodec codec the audio compression codec, e.g. mp3. For more information about the possible value, please refer to Audio Codec List.
-asr sample_rate the output audio sample rate.
-ac channels the output audio channels; 1 mono, 2 stereo.
-abr bitrate the audio bit rate; in bps, e.g. 96000.
-pf format the captured image format, e.g. jpg, gif, png, bmp; jpg by default. For more information about the possible image format, please refer to Image Format List.
-ps wxhthecaptured image size, e.g. 12x90. By default, it is the output video size.
-crop l,t,r,b the pixels of each lateral to be cropped away. This combination of pixels will form a selected content, e.g. 0,20,0,20 which indicates to crop away 20 pixels from both the top and the buttom.
-gpr n file_name_tmpl to capture some number of images at random time and save the images as the name specified by file_name_tmpl.The number of the images is specified by n. There should be "?" within file_name_tmpl, and the "?" will be replaced by numbers with the generated file.
-gp t file capture the image from time t and save with the name file. This option can be repeated.
There could be prefix for t to show the comparative time point, e.g. s1.0 indicates the 1.0 second after the correspondent start time; e-1.0 indicates the 1.0 second before the end time; m2.3 indicates 2.3 seconds after the middle time of the video.
-pstretch stretch the image when the h/v rate of the captured image is different from that of the source FLV image. Otherwise, letterbox is shown to process the cropped image.
-vstretch stretch the video when the h/v rate of the output video image is different from that of the source FLV image. Otherwise, letterbox is shown to process the cropped image.
-vn no video included.
-an no audio included.
-slp t the time for sleep after encoding each frame, in milliseconds; it is used to prevent occupying too much CPU during the process of encoding. By default, the value is 0, which indicates not to sleep, so that the encoding is finished as soon as possible.
-iwm LogoFilename [(size, width, height)] [(a,origin, xOffset, yOffset)] [(t, rgba, tolerance)]] [[{(s, StartTime, DurationTime)| (m, StartTime, DurationTime)| (e,StartTime, DurationTime)}]…]]
it is to set the properties of the Logo
LogoFilename is the file name for the Logo
(size,width,height) is the size of the Logo; "width" is the width of the Logo, and "height" is the height of Logo in pixels.
(a,origin,xOffset,yOffset) is to set the alignment of the Logo; "origin" is the relative origin, possible value:
0 Top-Left
1 Top-Center
2 Top-Right
3 Center
4 Bottom-Left
5 Bottom-Center
6 Bottom-Right
"xOffset,yOffset" are the horizontal and vertical offsets; move right or down is positive value, while move left or up is negative value.
Only (a,origin) and (a,origin,xOffset,yOffset) are valid in this option.
(t, rgba,tolerance) is to set the transparent color of the Logo. "rgba" is an eight hexadecimal integer, and each component occupies two hexadecimal digits, see below:
"rgb" indicates the transparent color, "a" is the alpha/transparency of the entire Logo.
"tolerance" is the tolerance value, i.e. to set the degree of color which is similar to the transparent color to be transparent.
Only (t, rgba) and (t, rgba,tolerance) are valid in this option.
(x,StartTime,DurationTime) is to set the start time and the duration to show the Logo from position "x" in seconds.
x=s, it indicates the start of the video, and "StartTime" is positive value; e.g. (s,1.0,3.0), it indicates that the Logo will show up when the video plays to the 1st second, and last 3.0 seconds.
x=m, it indicates the middle of the video; when "StartTime" is positive value, it counts from the middle to the right; when "StartTime" is negative value, it counts from the middle to the left; e.g. (m,-1.0,2.0), it indicates that the Logo will show up when there are still 1.0 second to the middle of the video, and last 2.0 seconds.
x=e, it indicates the end of the video, and "StartTime" is negative value;
e.g. (e,-2.0,2.0), it indicates that the Logo will show up when there are still 2.0 seconds to the end of the video, and last 2.0 seconds.
-twm TextString [(a,origin, xOffset, yOffset)] [(f, font, style, size, effect, rgba)] [[{(s, StartTime, DurationTime)|(m, StartTime, DurationTime)|(e, StartTime, DurationTime)}]…]]
it is to set the properties of the Text
TextString is the text string to be shown
(a,origin,xOffset,yOffset) is to set the alignment of the Text; "origin" is the relative origin, possible value:
0 Top-Left
1 Top-Center
2 Top-Right
3 Center
4 Bottom-Left
5 Bottom-Center
6 Bottom-Right
"xOffset,yOffset" are the horizontal and vertical offsets; move right or down is positive value, while move left or up is negative value.
Only (a,origin) and (a,origin,xOffset,yOffset) are valid in this option.
(f,font,style,size,effect, rgba) is to set the character settings; "font" is the font name; e.g. "Times New Roman".
"style" is the font style, possible value:
0 Normal
1 Italic
2 Bold
3 Bold & Italic
"size" is the font size.
"effect" is the font effect, possible value:
0 None
1 Strikeout
2 Underline
3 Strikeout & Underline
"rgba" is an eight hexadecimal integer, and each component occupies two hexadecimal digits, see below:
"rgb" indicates the transparent color, "a" is the alpha/transparency of the Text.
Default is allowed in this option, but they could not be vacant at the same time; e.g. you can choose Times New Roman as the font name, and 10 as size, i.e. (f, "Times New Roman",,10), but there should not be the following option: (f,,,,)
(x,StartTime,DurationTime) is to set the start time and the duration to show the Text from position "x" in seconds.
x=s, it indicates the start of the video, and "StartTime" is positive value; e.g. (s,1.0,3.0), it indicates that the Text will show up when the video plays to the 1st second, and last 3.0 seconds.
x=m, it indicates the middle of the video; when "StartTime" is positive value, it counts from the middle to the right; when "StartTime" is negative value, it counts from the middle to the left; e.g. (m,-1.0,2.0), it indicates that the Text will show up when there are still 1.0 second to the middle of the video, and last 2.0 seconds.
x=e, it indicates the end of the video, and "StartTime" is negative value;
e.g. (e,-2.0,2.0), it indicates that the Text will show up when there are still 2.0 seconds to the end of the video, and last 2.0 seconds.
-acodec enable the change of audio codec
is there any converters out there for sas drives to regular scsi adapters?
View 1 Replies View RelatedI'd like to be able to stream mp3s. I'm not sure if you guys are familiar with myspace or not, but thats what I want them for.
View 1 Replies View RelatedI'm interested in making a site which would stream video game (RPG) audio to users through flash. I have long searched for a service that I could use to listen to that odd track from final fantasy 8 for example (and not some cheap midi) without going through hundreds of links etc. So I'm thinking of making one myself.
I know there are sites that host mass video game mp3s (gh.ffshrine.org) and also remix and host video game music (ocremix.org) but I don't know if what they are doing is OK by normal hosting standards.
if it is, <snipped>.
to stream rm files via rtsp , ie users will listen to songs using real audio player using rtsp://servername/...
I could find a free program but only with 10 licenses. Do you guys know how can I stream for free unlimited (atleast 100) streams. Helix ? Real Audio server ?
know of a Virtual Audio Driver that i can put on my dedicated Server that does not have a sound card.
View 1 Replies View RelatedI am having an Audio/Video website where I am giving facility to the users to watch online videos and use Audio Service, also with a download feature (It is not Live service)
Now I am very much concern where to get started from, currently I have hosted a website with hostgator on a trial basis as it is shared so it took me 30 minutes to upload a 20-25mb files and I checked on youtube I uploaded a 13mb file only in 4 minutes, is it because of fast servers?must be! (and yeh with same speed, same internet connection, so internet speed not an issue here)
Here are the details.
New website so not sure what will be the traffic like, could be like hundreds of users (not thousands I think) initially per month.
Data to be uploaded aprox 200GB
Video files can be like 15-20MB (or 20-30 minutes)
Audio (3-5MB files)
Target users (Could be from anywhere, europe or u.s mainly)
Now do I need a streaming server or dedicated server with streaming service from the provider? Any fast streaming service I could get under $100?
An interesting question recently came up during a discussion which I wasn't too sure of the answers / replies being discussed - perhaps some members may be kind enough to enlighten me on.
The question is: What would the preferred / best practice be for a website wanting to stream audio (say some sort of music they have created) be?
A) Stream it from their own dedicated server (any advantages / downsides)? (assuming bandwidth is unmetered @ 100Mbps)
B) Stream it through a streaming media provider (any advantages / downsides)?
C) Make it availalbe as a download as opposed to streaming it from their own server?
Now, the issue is that the content is commercial - i.e. users wanting to download / listen to it would need to pay a fee - i'm not sure if streaming providers would handle payment processing, etc?
Any finally, assume the delivery platform to be a LAMP environment.
we're LearnOutLoud and we're currently running out of space on our 1.2 terabyte server filled up 90% with audio files. We'll be expanding in the coming years with the audio files that we'll be adding and we're looking for the best option for storing our audio files.
We're talking with our ISP about getting an 8 drive chassey with 8 500GB drives for a total of 4.0 terabytes with a RAID setup giving us about 3.5 terabytes to work with. It will cost us in the $3000-$5000 range and we're just not sure if we want to put that up at the moment, as this growth will be over time and we may not even need all this space.
What we'll be storing on this new server would be just audio files (audio books that are purchased on our site). They are not accessed very heavily so we don't need to concern ourselves too much with processing speed or bandwidth.
We're looking into some other solutions for storage such as Amazon S3, Media Temple, and some other ones. We don't need a lightning fast expensive content delivery network like Limelight Networks, as their storage costs are way too much. We want something we can grow and pay as we grow.
I want to make a Audio and Video Streaming Server using LAMP. I am running Redhat and have latest version of PHP, MySQL and Apache.
what i need to make such a server? I dont want to buy anything all things should be OpenSource.
i run an Internet radio station, and my current web host doesn't support the MIME Types i need for people to be able to click on the links to listen to it
so im looking for a new web host with cpanel preferably. and supports these MIME Types
PLS - audio/x-scpls
ASX - video/x-ms-asf
I'm putting together a site about an old radio station.
I've got loadsa old recordings I wanna put up for people to stream/download.
Is there anywhere free/cheap where I can put the audio files and link to them so it'll save my bandwidth?
I am trying to install Magento on my apache server. I am running into the dreaded mcrypt issue as Magento needs it to run. I have now been googling for the past few hours and have gotten nowhere.
Here are my details:
Linux
Centos 5.5
PHP 5.3.3
x86_64
Plesk 12
I have tried installing all sorts of different repos and it just isn't working.
When I try to install using # yum install php-mcrypt I get the following:
Loaded plugins: fastestmirror
Package php-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.5.13-3.el5.remi.x86_64 instead
--> Processing Dependency: php53-gd for package: psa-php53-configurator
--> Processing Dependency: php53-imap for package: psa-php53-configurator
[Code].....
Does Parallels support Plesk 12 being installed on a Linux VM that is provisioned on Microsoft Windows Server 2012 R2 Hyper-V?Is it fully supported?
View 2 Replies View RelatedI am looking to start offering web hosting packages and I was wondering if it was worth offering just Linux hosting or Windows as well?
View 12 Replies View RelatedI need a powerfull vps with lxadmin control panel.
With support 24/7/365 and best uptime.
With 384 MB Ram.
Most if not all the applications that we produce use PHP/MySQL and we're currently on Windows/IIS environment.
We're looking to change our hosting company and upgrade our servers and I'm eager to migrate over Linux/Apache.
The only problem is, some of our applications use the COM object to integrate with PowerPoint, can this still be done on Linux.
Also is anybody aware of any other potential floors when migrating over?
i am a wap develper(mobile web).I need a vps with 30-40 Gigs of space and about 200-250 Bandwidth with cpanel.my bugget is under $35 .Please suggest me one for these requirements.
View 4 Replies View RelatedI tried going from swf to mpg by using
[url]
and I was thinking of going from mpg to avi using ffmpeg. The problem is that swf to mpg ran up with an error. I was wondering if anyone know of the best way to proceed with this.
There is also audio on the swf files.
I am looking at linux vps due to money constraints. Ive had lots of experience with windows vps... its really simple, just use remote desktop .
Is there something similar for linux vps? Giving me a desktop like environment to mess around in? How does that work? Is there a tutorial on how to use one, transfer files, etc.
im talking about using windows XP to community to a linux vps.
To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.
View 3 Replies View RelatedCan anyone recommend a decent VPS place, need atleast decent ram for apache, mysql, xcache, php, 200 - 400 BW, for hosting about 2 websites. (need them on a separate machine from my others). Good connectivity matters since our users will be mainly from all over euorpe, USA and Russia and former Russian region.
View 12 Replies View RelatedThere is some version of ASP.NET for linux that is reliable?
View 1 Replies View Relatedin dos we run dir /p and with if the folder was very long show only 10 list and witn click on enter,show page2 and ...
but in linux how may?
i run ls /p but don`t answer to me
I have Debian Etch 4.0 and am intending to run a LAMP (Linux, Apache, MySQL and PHP) installation on Debian.
I have setup AMP on windows boxes to run successfully. I have very good microsoft O/S skills but have vague skills around Linux which I need to learn quickly for my job. First of all I need to setup a LAMP installation so does anyone have a recommendation of a simple and easy LAMP installation step-by-step solution for me?
I have a dedicated Linux server with CentOS and Directadmin.
How do I get ASP.net on a Linux server, I only could find one that seems something about it, but I cant seem to understand how that will work, and how to install it YEP thats how smart I am.
I have recently purchased a GoDaddy Virtual Server running Fedora 7, with the Plesk Control Panel 8.3 installed - if I had remembered this site then I probably wouldn't have chosed GoDaddy, however my colleague runs a GoDaddy server and it works like a dream. I have only one domain on the site, running Boonex Dolphin 6.1. The site however runs EXCEPTIONALLY slow.
I have spoken with many friends that use Dolphin and they have no major issues. I also did a search on Google and found that there appear to be no major speed issues with Dolphin.
The site I am running is http://www.tkd-web.com
I wondered if some of you guys could take a look and let me know if it looks like a hosting issue or a scripting issue. Or what information do you need to know to find out the answer to this problem.
I would be really grateful to anyone that can even point me in the right direction, as I don't want to go off and start shouting the odds about GoDaddy etc, I just want to find the most effective solution to my issue.
How can i run my "aspx.cs" files on Linux server. But by default on my Linux box, it just shows the code of the "aspx.cs" file ..
How can i make aspx.cs run on linux server..
I'm interested in having an unmanaged VPS with Ubuntu 7.1 or 8.04 installed (or available to Rebuild under the HyperVM) from the state of Missouri (should have at least some IPs already available from the region).
View 2 Replies View RelatedI am currently with a company operating out of the Netherlands, however for what I am spending I do not feel I am receiving timely responses to support tickets (I'm talking days with no reply, at all). So, I am looking to switch. My current budget is around $300 USD/mo, however, I can spend more if the deal is right.
I need a host that is not easily scared off by American DMCA take-down notices. Please understand, nothing I do is illegal. In fact, to be blunt, I write software for online games and charge a fee to users who wish to access my software. I was using dedicated hosts within the United States to satisfy my customer base, however, one particular company, Nexon America (just one of the companies whose online games I develop software for) more or less got me dropped by every host I went to. I host absolutely no copyrighted files of any kind, images, textual, video, or binary.