Ubuntu Multimedia :: GLC Will Not Encode?
Jun 3, 2011
There's so little documentation for GLC that it's nearly impossible to get it working. I just tried encoding a file I made using the script provided, and got this output:
Code:
joseph@joseph:~/Desktop$ sh encode.sh lugaru-17880-0.glc
[: 103: lugaru-17880-0.glc: unexpected operator
[code]....
View 9 Replies
ADVERTISEMENT
May 16, 2010
After several google searches and forum searches, installing restricted repos, encoders, codecs, ffmpec still REFUSES to encode H.264. Here the output of an FLV to be converted:
[Code]...
View 5 Replies
View Related
Feb 2, 2010
when using windows xp i used to use tmpeng to encode films is there any good applications to use on ubuntu ?
View 4 Replies
View Related
Nov 28, 2010
This is my first post in this forum. After trying out every video compositing program I found for Linux, I am about to settle with KDEnlive. It looks like the best allrounder professional program in this section to me.
I only got one problem. I cant encode files with mpeg-4. All options here are grayed out and if I hover over one of the options for a moment it's going to tell me:
"Unsupported audio codec: libmp3lame" Whats funny is that it worked a time before i reinstalled my system. I also checked and I got libmp3lame installed. So why has KDEnlive problems to access this library?
View 2 Replies
View Related
Mar 18, 2011
Is there a way to encode video using the Cinepak codec on Linux? FFMPEG can only decode.
View 9 Replies
View Related
Oct 13, 2010
I recently installed Ubuntu 10.10 after using 10.04. While using 10.04 I used ffmpeg quite a bit and just a few days ago I was using ffmpeg to encode video with the h263p codec.Anyway, for some reason ffmpeg no longer seems to want to decode h263p anymore. If I type "ffmpeg -codecs" to get a codec list, I get" EV h263p H.263+ / H.263-1998 / H.263 version 2"When it used to be "DEV" for decode / encode video. But now just " EV"Even on the ffmpeg website here http://ffmpeg.org/general.html#SEC3 it says ffmpeg should still be able to decode h263p. Yet, it can't!I've tried installing all sorts of codec libraries and I even followed a guide to download and compile ffmpeg myself. Nothing seems to change.
View 8 Replies
View Related
May 25, 2011
I can't for the life of me find the option to encode my video in H264 in Pitivi. There's just about every other codec imaginable in the list. I'm running Ubuntu 11.04 32-bit and everything is up to date.
View 2 Replies
View Related
Feb 17, 2011
I used K3B to rip some of my DVDs (using the Xvid codec) onto my laptop to take away on holiday with me. This worked fine for 2 of the DVDs but the 3rd one ended up with the audio out of sync with the video. Fortunately VLC comes to the rescue with the ability to offset the video and audio tracks.Is there a way to re-encode the ripped files to permanently fix the offset.
View 4 Replies
View Related
May 24, 2010
I have a lot of old video footage around that, I am ashamed to say, I encoded with heavily proprietary codecs like DivX and such during the dark ages (aka. the Windows Times).
Now, I would like to redeem myself from the mistakes of my past by re-encoding everything into open formats.
Since those videos are often not of the best quality (poor camera, poor codecs, poor knowledge), I do not want to loose more quality in the process.
So, to avoid any more mistakes in the future, I would be glad if someone could answer me some of the following questions:
1. Is it even possible to re-encode those movies into something like x264/vp8/theora without loosing any more quality?
2. What tools should I use for that? Command line is actually preferred.
3. What would be the most desirable format to have? I'm thinking about x264 in Martroska with ogg Auto. Is there anything better suited?
View 2 Replies
View Related
Mar 29, 2010
i need to know more about openssl.In particular i'm having problems with some basic coammand-line stuff to do with signing and base64 encoding.You'll have to excuse me but i'm a security n00b. What is the command for signing some text file with a given private key and then after that base64 encoding the same file.Can this be done with a single command? what's wrong with:
Code:
openssl rsautl -sign -in textfile -inkey privatekey.pem enc -base64 -in textfile
or should that be:
Code:
openssl rsautl -sign -in textfile -inkey privatekey.pem | openssl enc -base64 -
View 1 Replies
View Related
Apr 5, 2010
I've been trying to convert video files to play on a psp, I used to use this command
Code:
ffmpeg -y -i inputfile -acodec aac -ab 128k -ar 48000 -ac 2 -s 480x272 -vcodec h264 -b 384k -coder 1 -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -level 21 outputfile.mp4
[Code]....
View 10 Replies
View Related
Feb 5, 2010
I get a lot of spam recently and I think is from my contact page... how do I encode my email address so that It won't be picked up by spam bots?
View 3 Replies
View Related
Jan 23, 2010
I would like to cut a part out of a huge mp3, and want to do it without it being re-encoded.Does such an editor exist for Linux/Fedora?
View 6 Replies
View Related
Dec 29, 2009
I'm new to commandline, and I'd like to:
$mencoder -ffourcc DX50 -oac mp3lame -ovc lavc about 10 files...
How to write that?
View 2 Replies
View Related
Jul 12, 2010
we have postgresql database in our server. when i tried to install our application it throws some error like "org.postgresql.util.PSQLException: ERROR: encoding UTF8 does not match locale en_US Detail: The chosen LC_CTYPE setting requires encoding LATIN1". the locale which is set in our server is
[code]...
I don't know how to approach to solve this error.
View 1 Replies
View Related
Apr 17, 2011
I was trying to find a shell script that will encode video to a an iso that I can burn for a dvd. It seems I have lost a few of my dvds and I backed them up into mkv and I need to convert it to pal so it will work until I find them. My search was leading to other formats, but I was wanting to use pal because it is smaller. My search lead me here, but this shell script is not in pal.I need a solution that would work with slackware.
View 2 Replies
View Related
Apr 6, 2010
I'm trying to create a script that will trawl through a directory structure looking for VOB files, convert them to AVI and place them in a ./converted/ sub-directory of the the original source folder. I've knocked up the script below which appears to work fine when I place an "echo" in front of the actual ffmpeg encode line, I get the output on the screen with ffmpeg finding all the VOB files in the directories and looking to convert them to the correct sub-directory. Yet, when I remove the echo and run the script for real, ffmpeg converts the first file and then stops. No errors. Is this something to do with ffmpeg or a problem with my script below?
Code:
#!/bin/bash
#
[code]...
View 6 Replies
View Related
Jan 2, 2011
I Updated from Fedora 9 to Fedora 13 several months ago and noticed that AAC audio encoder was no more available in Avidemux (I use version 2.5.3.3 for fedora 13 from rpmfusion repo)Unfortunately AAC is mandatory on the IPod (and probably other Apple devices) to have the sound working.I had faad2-libs (decoder) and faac (encoder) packages installed, but avidemux was not using them.After some search on the web, I found that faac support was removed because of legal issues.Some people recommend to rebuild Avidemux from source but this was a little bit complicated, and I found an easier solution.
In fact the only thing needed to add AAC support to Avidemux is to add the required libADM_ae_faac.so library in /usr/lib/ADM_plugins/audioEncoders, as it is no more supplied in the package avidemux-plugins. Searching for libADM_ae_faac.so on the Web, I found some packages containing this file, such as the ones from other distros, and the package for the same Avidemux version than the one I use but for Fedora 11 : avidemux-plugins-2.5.3-3.fc11.i586.rpm.
View 6 Replies
View Related
Sep 10, 2009
What is an easy way detect corrupt movie file during or before using ffmpeg to encode them? is there a command I can use to check if the file is not corrupt and then pipe it ffmpeg or standard input?
View 1 Replies
View Related
May 28, 2010
I keep getting the following error when I run the following:
Quote:
# iwconfig wlan0 key s4ssw0rd Error for wireless request "Set Encode" (8B2A): SET failed on device wlan0 ; Invalid Argument
No matter what method I try for setting an encryption key for my card, it doesn't work. I am only able to connect to wireless access points that don't use encryption.
details: I have an Atheros AR9285 wireless card, I have the mac80211,ath9k modules loaded. Also when I run lspci, my Atheros AR9285 card shows up on the list. I am using the 2.6.30.9 kernel.
View 4 Replies
View Related
Oct 12, 2010
Ubuntu insists on using movie player as the default for audio files. I would like to use VLC. VLC doesn't show up on the list as preferred applications for multimedia. I tried using custom with vlc %u but it doesn't work.
View 3 Replies
View Related
Jan 28, 2010
I have a Dell 1525 and I just installed Ubuntu on it. The Multimedia keys (previous, stop, play/pause, next) and volume control keys (mute, increase, decrease) buttons aren't working at all. Is there anyway I can get them to work?
View 3 Replies
View Related
May 9, 2011
so i don't know what happened, but all multimedia files are suddenly speed up/and-or with no sound (ubuntu 11.04 with all recent updates, firefox 4, adobe flash-instick etc.)
if i try to play a flash movie on for instance videos it's sped-up with no sound, if i play an mp3 song (i use exaile) the bar is sped up and there's no sound either, if i start an avi movie (vlc) it's not sped up but there's no sound though.
when i log in to the system the logging in jingle is not playing, so basically the sound just got turned off for some reason but according to the soundbar it should be on.
this problem started just recently. i don't know if it has to do with recent updates or that my log in re-started a couple of times after using a kde program (kmess).
View 4 Replies
View Related
Mar 16, 2010
Is there any multimedia file format converter which can convert .mov to .flv on Ubuntu.
View 2 Replies
View Related
Mar 19, 2010
Is there a way to allow the multimedia keys to function while the system is locked?
View 2 Replies
View Related
Apr 11, 2010
Install multimedia plugin for browsers *and* keep firefox removed, is possible have such simple thing?
View 1 Replies
View Related
May 10, 2010
I set up up Ubuntu 10.04 Lucid on my desktop. Why can I not install multimedia support for common formats following the guide here?
I've added the medibuntu repo. I'm up to the part where it says "UBUNTU FAMILY 8.10 AND HIGHER USERS ONLY" and i'm following directions for "32-Bit Ubuntu Users". This is what I get when I paste the command in terminal:
[Code]...
It says "0 upgraded, 0 newly installed, 0 to remove", why am I being told this? If this guide is not for Lucid than what guide is?
View 9 Replies
View Related
Nov 18, 2010
I've built a script that should meet the requirements to pass the MMCHECK script written by J. McDaniels and RedDwarf. Save anywhere, call anything, and then (must be run as root):
chmod +x <nameOfFile>
./<nameOfFile> setup|remove
Code:
#!/bin/bash
function addRepo() {
[Code]...
View 2 Replies
View Related
Jan 8, 2011
Recently I installed MPlayer with its default gui and its interfaces SMPlayer and GnomeMPlayer. When I'm using GnomeMPlayer it responds to multimedia keys as configured in Gnome shortcuts, even if it's minimized or running in another virtual desktop. But it doesn't happen to the other two gui's mentioned above. I have also noticed that native Gnome applications or with Gnome support like Banshee and Rhythmbox rspond to multimedia keys even when the gui is closed and they are running only in the system tray. But it never occurs in non-Gnome applications like VLC, MPlayer and others. Jetaudio wich responds to these keys in MS Windows running under Wine doesn't even recognize them.
So I came to the conclusion that only native Gnome applications or with Gnome support recognize multimedia keys because, as it seems, they receive the signal from Gnome configurations. Others applications doesn't do so. Here is my question: Is there some way to make all applications recognize the configuration of Gnome multimedia keys shortcuts? (Of course it would not be fine if they recognized ALL Gnome shortcuts because they could conflict with shortcuts from another applications. The idela would be that they recognize ONLY Gnome multimedia shortcuts.)
View 4 Replies
View Related
May 29, 2010
How to install Multimedia Codecs under Lenny with Gnome?
View 3 Replies
View Related