Software :: Generating Video Of Waves From Audio File?

Oct 23, 2010

Is there an application available to generate videos of waves of an audio file? I've seen this kind of things in player's plugins but they are normally just viewers and won't generate a video from it.

View 2 Replies


ADVERTISEMENT

General :: Generating A White Noise Audio File?

Jan 3, 2011

My apt gets noise from outside. I would like to generate a white noise audio file and play it to block outside noise. I would prefer something like the low frequency hum of a big fan. How can I generate this file in using linux tools?

View 14 Replies View Related

Fedora Installation :: Optimizing Performance - Streaming Video Comes Through In Waves Or Not At All

Oct 11, 2010

I have a dual boot on a netbook with windows and fedora13. When I am on my fedora boot and I try to watch streaming video it comes through in waves or not at all. I do not have the same problems on the alternate boot. There are other performance comparisons where the windows boot runs smoother and faster. Is there any work I can do in order to optimise my fedora boot in this capacity?

View 7 Replies View Related

Fedora :: MPlayer - No Video Only Getting Audio Of WMV File

Dec 20, 2009

I just install mplayer-1.0-0.111.20091029svn.fc12.i686 and I can only hear the sound of the wmv file, but not the video [URL].

View 2 Replies View Related

General :: Add Audio To A Video File Without Losing Quality?

May 3, 2011

I have a vp6 codec flv. I have a wav file that I want to convert into mp3 and added to the vp6 flv. So when I play the flv the audio is added and the video quality is not changed.I tried:ffmpeg -i 20.flv -i 20.wav -vcodec copy -acodec libmp3lame new_file.flvbut I an error "Could not write header for output file #0 (incorrect codec parameters ?)". I'm guessing because it is a vp6 flv codec.Is there a way to just add an audio file to the flv? There is no audio in the current flv. I cannot lose any quality in the video.

View 1 Replies View Related

Ubuntu Multimedia :: Extracting Audio From MP4 Video File

Jul 17, 2010

I'm trying to extract the audio from an mp4 video file and convert it to mp3 using ffmpeg. The problem is that the resulting audio file is only 3m2s long, whereas the video file is 8m15s long. Anyone know why the audio file is being truncated? Am I doing something wrong? Apart from being truncated the mp3 file plays perfectly. Here's what ffmpeg has to say about the video file:

Code:
Seems stream 1 codec frame rate differs from container frame rate: 59.83 (59834/1000) -> 29.92 (359/12)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Part1.mp4':
Duration: 00:08:15.60, start: 0.000000, bitrate: 541 kb/s
Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16
Stream #0.1(und): Video: h264, yuv420p, 1152x720, 29.92 tbr, 29.92 tbn, 59.83 tbc

And here's the command I'm using to extract and convert the audio:
Code:
ffmpeg -i Part1.mp4 -ab 128k Part1.mp3

View 9 Replies View Related

General :: Cannot Play Video Or Audio File In Ubuntu?

Jan 18, 2011

When I play any video/audio file in ubuntu i get the error"An error ocurred.The playback of this movie requires a MPEG-4 AAC decoder plugin which is not installed.The playback of this movie requires a H.264 decoder plugin which is not installed."I have'nt installed any audio video player software.. i was playing the file with the default inbuilt player.

View 1 Replies View Related

General :: Extract Audio From Video File Using Mencoder?

Feb 2, 2011

Code:
mencoder The.Negotiator.mkv -of rawaudio -oac mp3lame -ovc copy -o sound-mencoder.mp3
I got a 195.3MB mp3 file

[code]...

View 2 Replies View Related

Software :: WMV File Plays Video But No Audio In Lucid?

Jun 4, 2010

I can play a video on XP, but there's no audio in Lucid. The hardware is a Lenovo SL400, 2GB RAM, 7200rpm drive w/ 36GB free, and an Intel T5870 Core 2 Duo 2GHz CPU.Media player and Banshee fails to play the video with the error messageNo packages with the requested plugins foundThe requested plugins areWindows Media Audio 9

Avidemux crashes when I try to open the 6.3GB file, which I can play with audio AOK in XP.
Assert failed :_offset<=pakSize
at line 352, file /build/buildd/avidemux-2.5.2/avidemux/ADM_inputs/ADM_asf

[code]...

View 2 Replies View Related

Ubuntu Multimedia :: Video And Audio File Format Converter?

Apr 18, 2010

I would like to get one software using which we can converto file format to another. Like .mkv to .mpg and .avi to mpg or .3gp to .avi . converting one to another.The other software I need is about ripping and editing mp3.From DVD video or VCD format, i would like to extract only audio mp3 files and i would like to cut some unwanted portion of those mp3 files.Which software do I need? I dont want to install Ubuntu studio

View 4 Replies View Related

General :: Generating SSH Key At The Console - What File Needs To Be Copied To Usb Drive

Feb 17, 2011

I've been giving the task to go to a Linux console as root. and generate a ssh rsa 4096bit key, and copy the private key to a USB drive.

1) What command should I use here? ssh-keygen -t rsa -b 4096 ?

2) Do I need to append the new private key to the authorized_users file? Which file exactly must be appended there? Would this be sufficient?

mkdir -p /home/myuser/.ssh
cat id_rsa_LOCAL.pub >> /home/myuser/.ssh/authorized_keys

Should any special permissions be applied to this file?

3) Which file must be sent to my usb drive so that I can take it home to connect with?

View 5 Replies View Related

Programming :: Create Awk Sript For Generating Two Files From A File Checking A Condition ?

Mar 3, 2010

I have a csv file like, having HDR segment and multiple LIN01 segment in each line:like

Here i want to split file in two, one having LIN01 segment which have LR at end, and one which have LF at end in LIN01 segment.

Is it possible to created awk or shell script for this?

View 3 Replies View Related

Ubuntu Multimedia :: Separate The Audio And Video Streams, Speed Up The Video?

Apr 20, 2011

I have a video file in which the audio runs faster than the video, so they quickly go out of sync. The way to fix it would be to separate the audio and video streams, speed up the video (the audio is FINE, it's the video that's wrong), and then recombining them. What is the easiest way for doing that?

View 7 Replies View Related

Ubuntu Multimedia :: Flv Video + Audio To Ogg Audio Only?

Dec 22, 2010

Is there an application that anyone knows about that I can use to convert either an .flv or .ogg file that contains both audio and video to just an audio .ogg file (preferably vorbis+theora) without audacity? I'm fairly certain audacity could accomplish this but it seems like overkill for what I'm trying to do and the computer I'm trying to use does not run it so well.

::EDIT:: I should also mention that I've tried looking on google. I did find downloadhelper extension for firefox which uses ffmpeg to convert the files but I don't see any obvious way to strip the video.

View 2 Replies View Related

Fedora Security :: Generating Password Hashes Compatible With FC11/sha-512 Shadow File?

Jul 3, 2009

I've been trying to write php or perl code to generate the sha-512 password hashes in fedora. I've been unable to do the hashing which is encoded in the shadow file on fedora core 11. Does anyone have php or perl code which provides the hashing algorithm. (All of my attempts result in the encrypted hashing being longer than 86 character -- the length that crypt says the sha-512 should be)

View 3 Replies View Related

Software :: Setting Up A Church Server - What Software Is Best For Recording The Audio Or Audio-video Files

Jun 12, 2010

Setting up a linux based church server to be placed with a collocation host.

-- Server will be used for:
--- providing .pdf files
--- live streaming of church services (audio for now audio video soon)
--- providing audio files
--- providing audio-video files
--- our internet web site

A. Is there a preferred Linux distribution that will make this easier?

B. What is the best format for audio and video files that will be viewed variously on Linux, Mac, and Microsoft operating systems? Files will need to be played on older versions of operating systems and may need a free or very low cost software to play (e.g. play on Win2k)

C. What software is best for recording the audio or audio-video files? Some additional funding might be justified for this software, particularly if it can also support live streaming.

D. What software is best for live streaming both on the file creation and the listening-viewing sides of the process?

Ideally we would like to have a single software suite to live stream, and make downloadable audio or audio-video files for later download, and not require those listening and viewing to have to install additional software. Keeping file sizes small is also desirable because some of our users will probably only have dial-up internet.

View 3 Replies View Related

Fedora :: 11 Multimedia - Video Players Doesn't Play Video - Show Only Black Window And Play Audio

Aug 23, 2009

To get multimedia working, or explain what I'm doing wrong.

The problem is that none of the video players doesn't play video, they show only black window and play audio.

I have Fedora 11 Leonidas, fully up-to-date.

I have installed rpmfusion and livna repository.

I have installed following packages:

When I try to play video with totem, it doesn't output any error, but just doesn't play video.
with mplayer:

xine and kaffeine just say:

vlc:

I tried several different files, which works perfectly in windows and ubuntu.

I installed windows binary codecs for mplayer to /usr/lib/codec/

View 2 Replies View Related

General :: Unable To Listen To Any Audio File Due To Lack Of Corresponding Audio Driver Programs

May 10, 2011

I have been using windows operating system for a long time now, but I am not well familiar with linux. Whenever I used to install Windows, I used to install the corresponding audio drivers(in order to listen to the music). The problem I am facing is that I do not know how to install the audio drivers(if they really exist in linux Mint 10 operating system). As a result I am not able to listen to any audio file due to lack of corresponding audio driver programs. make proper configurations settings so that I can listen to audio files in Linux Mint version 10.

View 4 Replies View Related

Debian Multimedia :: Convert SWF Video File To AVI Video File?

Dec 18, 2010

how could i convert SWF video file to AVI video file on linux? is there any tools ?

View 1 Replies View Related

Ubuntu :: How To Set Audio & Video

Jul 19, 2010

I have a Dell Inspiron 1525, X-UB 8.04. Audio: I want to be able to turn the volume up or down, I cannot find any control that does this. Video brightness: this has 2 settings in BIOS, (a) on battery (b) on
AC power. From time to time something (I have no idea what) turns the (b) setting down from 8 to 2 and the screen becomes very murky. The only way I know to fix this is to shut down & restart & go into the BIOS & turn it back up. Is there a way to reset (b) without having to shut down & restart? Is there a way to discover what bit of S-ware is the culprit?

View 4 Replies View Related

Fedora :: No Video Playback - Only Audio?

Oct 8, 2010

I recently installed Fedora 13 in my laptop, installed the audio codecs(mp3..and etc) and worked just like a dream. But every time I try to play a mpeg, avi, mov file in a player (vlc, xine, mplayer) I get no video, just a black screen. But I get the audio from the video.

View 9 Replies View Related

OpenSUSE :: How To Install All Audio And Video

Mar 11, 2010

im a little familiar with opensuse..but when i formatted my pc after the installation of opensuse i realized i missed all the audio and video codecs...now i cant even listen to mp3s let alone watching videos.i remember there was a forum post explaining how to install all the audio and video -well mostly- codecs..could you explain how i can install audio and video codecs?

View 3 Replies View Related

OpenSUSE Multimedia :: No Audio With Video?

Aug 5, 2010

after installing opensuse 11.3 i am finding that i cannot recieve any audio with video with any application.

i can hear certain types of audio, it seems any audio that is not attached to video. i can hear the welcome chime through my speakers after i log in to opensuse and i can also listen to .mp3 files played with amarok. i can watch videos with multiple players, videos videos etc., but there is no audio happening with the video.

i am thinking now this may actually be a hardware problem, since it seems to persist with different software, and only with audio attached to video. i'm thinking maybe there is a problem with my graphics card and its driver (or a lackthereof), although i'm unsure of why i can still watch video. i don't receive any error messages or anything, nor have i attempted to manually install any drivers for my existing hardware. i tried cranking every volume control i could find, including the system volume, but still no volume with video (its weird, its like i can hear it a tiny bit when i crank it, perhaps this is just the internal system beep speaker trying to fill in for the gfx card?).

the card i'm currently using is an nvidia card and although its not exactly old, i have read about some problems with nvidia being reluctant to produce drivers for linux in the past. after some brief googling of nvidia and linux, i was surprised to see that nvidia has an entire portion of their site devoted to unix/linux and open source drivers (perhaps they're doing better now).

is there any way that i can troubleshoot this problem, or do you think the solution is simply purchasing another graphics card from a vendor that has a good reputation for linux support?

View 9 Replies View Related

Ubuntu :: Can't Play Audio And Video / Fix It?

Jul 17, 2010

I installed ubuntu there is another problem iam getting is that i cant play any audio file or video file when i clicked on the file it is saying search for suitable codec when i click on search it is.

View 3 Replies View Related

Ubuntu :: How Do You Convert Video To Audio

Jan 27, 2011

when i had windows xp i used to convert almost any videos video into audio (the whole video into audio) by going to [url], downloading vdownloader and just inserting the url in the box provided; waiting for a couple of minutes and having an mp3 format file at the location that i want it to be in the desktop. when i searched for something similar for linux, because vdownloader was an .exe file and obviously wasn't going to work on ubuntu.

i found that i could get a video downloaded from videos but not an audio - i wait for the video to finish buffering; click on places; computer; file system; tmp; then rename the video folder and copy/relocate it to where ever on the desktop. ending with this video format "flash video (video/x-flv)". my question is: is there a linux program where i get to convert the entire video format to an audio format, possibly mp3?

View 9 Replies View Related

General :: NO Audio - Not Receiving Any Video Out Put

Aug 10, 2010

I have installed Linux mint 7 "Gloria". Every thing is working fine except the Audio. I am not receiving any video out put. I am using Dell Studio 1558.

View 2 Replies View Related

Software :: Mp4 Files - Video But No Audio?

Dec 24, 2010

I am trying to play some mp4 files that were captured on my samsung solstice phone. The videos play fine in gnome mplayer, but there's no sound. I am able to play .mov and .avi files with gnome mplayer with no problems.

View 8 Replies View Related

Programming :: How To Sync Audio And Video

Sep 28, 2010

How to sync audio and video which is captured from a aeperate camera device and a microphone,how to relate timestamps to audio and video to syncing.I m capturinfg video at 30fps and audio 160 samples everytime so how these 2 should be related to sync and playback at a time

View 1 Replies View Related

Slackware :: Can Not Chat Video And Audio

Sep 12, 2010

has anybody tried out imo.im? This is a web based instant messaging service, it lets users chat on AIM, Google Talk, MSN, MySpace, Skype, and Yahoo. My problem is, that I can not chat video and audio with it under slackware. I have video camera, it works for example in Skype (with the propriatare software of Skype), but with imo.im not.

View 7 Replies View Related

Ubuntu Multimedia :: Convert An Ogv File To An Ogg Or Mp3 File - Or Really ANY Audio File ?

Jul 16, 2010

I would like to convert OGV files to audio format.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved