Ubuntu :: How To Embed Audio In PDF Files
Nov 10, 2010
Does anyone have a recommendation for embedding audio files into PDF files? I'd like to use this to provide feedback on student papers. Acrobat full version does this, but I'd like to stay in Ubuntu.
View 3 Replies
ADVERTISEMENT
Feb 25, 2011
Is it possible to embed audio file to an image in ubuntu?
It's possible in Windows 7, when saving just the image from an imagechan.
View 1 Replies
View Related
Aug 6, 2010
Back in my Windows days I used Power Point but now that I am a Linux guy I use OpenOffice Impress instead. First, even in power point if I embedded sound files I had to make sure they were .wav files, and in this format they grew very large. I have been told that I can embed a .wav file in Impress, but there is a limit of 100k on the file size. Also there is a place where you can change this limitation, but I can't find where to change it. Does any one know where this setting is?
Next, let me tell you what I am trying to do and maybe someone has a better way of doing it. I have slides in my presentation where I display text and have sound files that read the text that is displayed. I have a couple of ways to do this, but both ways are just inserting sound files into the slide. All this does is point to the sound file and then plays it. This works find until I want to transfer it to another computer. To get the presentation to run on another computer I would have to re-insert the sound file so the pointer was right.
So this means I need to not only copy the presentation over but the sound files also. My main question: Is there a better way to do this? Even if I have to use a different program if Impress is unable to embed sound files. I believe that both Power Point and Impress both fall short in this area. I am trying to stay away from developing a program to do this. There must be something out here in the Linux world that would fit the bill?
View 8 Replies
View Related
Jan 30, 2011
I have installed this program ok but I am new to command lines in terminal.
I want to convert some wav files to wma files. I have the wav files currently in a folder called Test to make it easy. So I have entered the following command line:
ajpearson@ajpearson-laptop:~/Desktop/pacpl-4.0.5$ pacpl --to wma home/ajpearson/Desktop/Test and the error message I get is:
error: the following is not a file or directory: home/ajpearson/Desktop/Test
It does not matter what directory I use I get the same error. I am sure the answer is obvious - but not t me.
View 9 Replies
View Related
Apr 29, 2011
What would be a nice, simple command to go through all files in a directory (no sub-directories), and change all the MP4 Video files I have to MP3 audio files (keeping the original filenames except for changing the "mp4" extension to "mp3")?
The files in question were videos taken with one of those Flip cameras, but I only need the audio off of it.
View 3 Replies
View Related
Jun 25, 2011
Is it possible to embed cover art in songs by any application in ubuntu? Preferably by banshee media player or any media player which shows cover art.
View 3 Replies
View Related
Jul 22, 2011
I'm trying to embed a video on my website, and It keeps asking me if I want to save it, instead of just playing it. How do I embed to play and not pop-up the "save" dialog?
Today I demonstrated a simple SSH dictionary attack for a friend. Lucky for you - I also recorded it. (I've made my pw ridiculous and re-secured the box so don't even try it now lol - it'll take 100's of years to crack brute-force).
Anyways, here's what you'll need:<ol><li><a href="http://nmap.org/" target="_blank">NMap</a></li>
<li><a href="http://www.foofus.net/~jmk/medusa/medusa.html"
[Code]....
That's what I have. It shows the box where the video should be - but doesn't play it, just asks to save. Not sure if it's something with my browser plugins... or my code on my page... ? Tried with FireFox and Rekonq - same results. Tried with many different embed codes as well - all same results.
View 1 Replies
View Related
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
Jan 18, 2010
Is there a way to embed the user password in the following code?
Code:
rsync -r -n --progress --delete -u -l -e ssh 192.168.1.9:/Volumes/1TB_Internal/Music "/media/Storage/Libraries/My Music"
[code]...
View 4 Replies
View Related
Feb 16, 2010
i have this blog, and i want to embed flash vids in it like videos. however, i want to do this from my apache2 web server, partly for bragging rights among my non-techie circle of friends, but mostly because i cant get videos to do what i want (which is private viewing of vids by non-..... members). any tips on how to do this?
View 6 Replies
View Related
Apr 29, 2010
I have a file server running Ubuntu Server. No monitor or input hooked up...I just ssh into it for maintanance. I use it to store all of my music and video files. I was watching Hulu at work today and thought it would be nice if I could somehow stream or play my files from my file server while I was at work.
I have apache set up so I can serve websites from it so I was thinking if I could some how select the file to play and it play it in an embedded player, that would be fine. I'd like it to play music and videos.
Is there any way of going about this? I have minimal HTML experience, but I have extensive C/C++ experience and server experience. So I'm comfortable using some open source libraries to accomplish this.
View 1 Replies
View Related
Apr 30, 2010
I have a film that has been split into 2 files, both of which has an associated srt subtitle file.
I want to embed the subtitle file permanently in the films, so I can subsequently combine the 2 video files (and so have continous playback).
I've tried playing about with Avidemux but no joy so far. Can anyone point me in the right direction?
View 3 Replies
View Related
Mar 20, 2010
I wanted to queue up all audio files in particular folder which also has .txt files.I tried$find /data/songs -iname '[^txt]' -exec totem --enqueue '{}' ';'Thinking that this will exclude txt like expression in 'grep'.It did not work
View 2 Replies
View Related
Apr 30, 2010
I downloaded grails [URL]... and installed it. Created a sample application hello world. It was running successfully. In browser [URL].. I was able to see grails running. Now comes the problem. To be able to always start the grails application running after boot I wrote a script in /etc/init.d/software_grails its contents are
[code]...
I have to open command prompt and go to /root/helloworld and then execute grails run-app. you dont have to write the name of application to run it. logging of boot messages is enabled /etc/default/bootlogd BOOTLOGD_ENABLE=Yes. then I opened /var/log/boot.
[code]...
But it does not work. If I am not wrong then above method will work ONLY WHEN some one Logs in not on boot time. Is there a way where I can embed grails in apache2 they [URL]... have not mentioned any thing about apache2 to deploy my applications.
View 2 Replies
View Related
May 14, 2010
I am trying to embed expect in my bash script to perform some tasks
USER="username"
PASS="password"
NAMES=`cat full_list`
for i in $NAMES
do
echo $i
[Code]....
The script initially reads a files containing a list of rpm's on each line and then spawns the rpm2ipc command which uploads the particular rpm to a repository. During this process it tries to enter the credentials, where it is failing.
View 3 Replies
View Related
Feb 20, 2010
sed -i 's/EXTRAVERSION =/EXTRAVERSION = -$(date +%D)/g' file would search in the file, file for the string: 'EXTRAVERSION =', and change every instance it finds to 'EXTRAVERSION = -02/20/2010'. BUT IT DOESN'T.It changes it to 'EXTRAVERSION = $(date +%D)', literally. I've tried single and double quotes in almost every possible configuration. Is there any way to tell sed that one desires the command output, not the literal text?
View 7 Replies
View Related
Apr 2, 2010
I have installed Mozplugger and changed mozpluggerrc so it opens evince. However, it shows an embedded version in the tab that doesn't accept interactions and opens the version that can be interacted with in a new window. Does anyone know what may be causing this? I'm not very knowledgable with the specific commands in mozpluggerrc.
My current setup for PDF files is as follows:
View 2 Replies
View Related
Jun 30, 2011
Say I have arrays of constants code...
Is it possible to induce bash to interpret the ${tbl[1]} part to its actual value (1-6) when I reference those particular entries in the arrays?
Using this instruction to do so code...
View 9 Replies
View Related
Aug 5, 2010
Could anyone recommend me a good tag editor for multimedia files?
View 2 Replies
View Related
Jul 6, 2011
Strange problem from a couple of months, Audio files skip every now and then. Sounds like buffering issue. MP3, Wav etc. all skip on VLC, Qamp etc, once in a minute or two, its quite random. i thought there was CPU spikes or something by some program i installed. I checked the system monitor and found no unusual spikes in the CPU... so i am thinking this must be the audio buffers. Can i set the buffers for the for the driver or something? my machine is: Dell Inspiron Mini netbook Ubutu lucid 10.04, 2bg RAM, 260GB HDD
View 1 Replies
View Related
Feb 2, 2011
I have a problem, I am using Ubuntu 8.1Audio does not seem to work in my compvideo works fineI can't play any audio fileEven the music played when the OS starts is not played in my comp
View 6 Replies
View Related
Jun 21, 2010
I have an android phone. The voice recorder records files in 3gp audio only format. I can play these on my computer with the standard gnome player and with vlc. However, audacity won't open it up. There is an error that says that FFmpeg should import it but it didn't understand the format. I need to edit some of these audio files for use. Is there a way to convert these files to mp3 or flac so I can edit them? Searches turn up w32 ware and some arcane mencoder commands but they have to do with converting video.
View 5 Replies
View Related
Jan 30, 2011
A friend of mine has downloaded an album from itunes for me because I could not do it from Ubuntu. Afterwards he sent me the files.
Is there any way I can burn these files to an audio CD from Ubuntu?
Also... Can I just put these .m4a files on a USB stick along with my .mp3`s and expect all car radios to be able to play them?
View 5 Replies
View Related
Mar 7, 2011
I am trying to play the following real audio file but it does not play right,can anyone else hear it correctly if so what codec have you installed??I have also tried other real audio files from the same website that also do not play correctly.I am running maverick ubuntu 10.10.
View 4 Replies
View Related
Mar 24, 2011
Is it at all fathomable to play .qcp files on Ubuntu 11.04? I REALLY want to... I recorded this totally amazing trumpet player, and I need to play this audio to learn more.
"There is no application installed for RIFF audio files." Is what I get when I double click it.
WAIT! VLC does it! OMG YAY! With skips in the audio How can I convert to mp3
Download this: [URL]
It converts any mobile file to a file of your choice, it worked PERFECTLY for my .qcp file, converted it from qcp to mp3 with no problem, no skips, full file.
View 3 Replies
View Related
Apr 18, 2011
My work just installed a new surveillance system and it uses .box video files and .idx audio to go along with it. They have a windows program to view them but I would love to keep on using my Ubuntu laptop.
View 1 Replies
View Related
Nov 3, 2010
i use sony's nwz video walkman, earlier when i used windows xp it was very easy to change album art. When windows media player is playing certain music file i used to drag and drop some jpg file as album art and then transfer the file into my walkman; but now in rhythmbox if i drag and drop it changes the album art momentarily but when i transfer the music into walkman it doesn't show that album art.
View 9 Replies
View Related
Nov 20, 2010
AVI movie files aren't playing well in Ubuntu. I get audio but the screen stays black, there's no picture. I downloaded VLC player and mplayer and neither of them work. Same thing: Black screen with audio. Is there a codec pack out there that I should download or something?
View 9 Replies
View Related
Feb 23, 2011
not able to play any AV files. i have installed 10.10 on my desktop,i even installed VLC player,but if i run any audio,video file am not able to hear anything,even though the player volume and system volume is maximum..I am unable to hear even the boot up sound that we get hear when we login into ubuntu.
View 5 Replies
View Related
Mar 7, 2011
Do you know if there is anyway to reduce the echo in audio files, by using Cinelerra, Audacity or whatever....Online, I haven't found incoragins answer...hope something better can come up from the forum.
View 1 Replies
View Related