Fedora :: Encode With X264 And Aac For Psp/ipod/ps3

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


ADVERTISEMENT

Fedora :: Encode MP4 Video With AAC Audio For IPod Nano 5G With Avidemux

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

Fedora :: Old Version Of X264 On RPMfusion

Jan 25, 2010

Just wondering whether there are plans to upgrade the x264 in the rpmfusion repo to a more recent build. These are the current ones in rpmfusion and what I have installed. Build date is October 2009.

Code:
x264.x86_64
0.0.0-0.24.20090319gitc109c8.fc11 @rpmfusion-free
x264-devel.x86_64
0.0.0-0.24.20090319gitc109c8.fc11 @rpmfusion-free
x264-libs.x86_64
0.0.0-0.24.20090319gitc109c8.fc11 installed
Available Packages x264-devel.i586 0.0.0-0.24.20090319gitc109c8.fc11
rpmfusion-free
x264-libs.i586
0.0.0-0.24.20090319gitc109c8.fc11
rpmfusion-free

Unfortunately things like h264enc and I'm sure others have moved on ahead and the dependencies on the x264 libraries means things like ffmpeg, mencoder, gstreamer, vlc, avidemux are having issues. With major dependencies it's difficult to upgrade the individiual components. A couple of examples, ffmpeg requires a newer build as it has some issues with MS's dvr-ms format. Apparently it was fixed in a newer release of the code. Another is some of the encode parameters in x264 being used in h264enc such as "weightp", "mbtree" which appear to be only supported in newer versions of the x264 libraries. Any chance that this is being looked at and newer and more recent builds of x264, and then I suspect with mencoder, ffmpeg etc...?

View 1 Replies View Related

Fedora :: What Sound Editor Can Cut In MP3s Without Re-encode?

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

Fedora :: Building Mplayer With X264 Support?

Apr 27, 2010

I'm having, namely building mplayer with x264 support. If I do ./configure on it's own it builds fine without x264, with ./configure --enable-x264 I get this with make

Code:
libavcodec/libavcodec.a(libx264.o): In function `X264_frame':
libx264.c:(.text+0x1d9): undefined reference to `x264_encoder_encode'
libavcodec/libavcodec.a(libx264.o): In function `X264_close':

[Code]....

View 6 Replies View Related

Ubuntu Multimedia :: Connect 2nd Gen Ipod To Xubuntu And Import Music Collection Onto The Ipod?

Aug 20, 2010

I am trying to connect my 2nd Gen Ipod to Xubuntu and import my music collection onto the Ipod. I am having real problems with this. Rhythm Box does not recognise the Ipod with the plug-in, I have tried Amarok, but each time I tried to open it, it just crashed, tried sending a bug report but that did not want to work. I have also tried Exaile with the Ipod plug-in but when you go to the device manager you can click on the Ipod but nothing happens. I have tried looking at the Exaile forums but this seems to be a problem for others as well. The Ipod mounts ok, now a bit stuck.

View 1 Replies View Related

Ubuntu Multimedia :: Get Ipod Touch Working With The Gtkpod Ipod Manager?

Jan 13, 2010

Its a dell e510 with about a gig of ram. I'm struggling to get my ipod touch working with the gtkpod ipod manager. At this point my ipod shows on my desktop when i connect it via usb. I cannot set up the repository for it in gtkpod because i dont know the location its mounting to. if its mounting at all. so my question is. how can i tell where my ipod is being mounted? I dont have a clue what to look for in the terminal results for "df -a"

But this is what i get:

Code:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 152357444 65577992 79040140 46% /
proc 0 0 0 - /proc
none 0 0 0 - /sys

[Code]...

Edit : Itouch = first generation 8gb Edit 2: I would like to create a sticky thread that helps new users answer questions about ipods. Will a moderator please let me know what i should include in their opinion? ex. using wine to run itunes, gtkpod and how to set it up, using mm players like banshee and songbird... what version of ubuntu works best with the ipods.

View 7 Replies View Related

Ubuntu Multimedia :: IPod Touch Not Connecting With Gtkpod IPod Manager

Mar 24, 2010

I've been trying to get my iPod touch (8GB, jailbroken) to connect with gtkpod iPod manager. But whenever I try to load the iPod I get this message.

Quote:

iPod Database Import Failed: 'illegal seek offset 0 (length 4) in file '/media/ipod/test/iPod_Control/iTunes/iTunesDB'.'

View 3 Replies View Related

Ubuntu Multimedia :: Transferring Ipod Audiobooks (m4b) Files To Ipod

Apr 19, 2010

tranferring Ipod audiobooks (m4b) files to my Ipod. I can't get them to transfer with GTKpod or Rhythmbox. I did manage to get a file copied, but it didn't show up on the Ipod.

View 2 Replies View Related

Ubuntu :: Another Firmware Option For IPod Besides Actual IPod Software

May 31, 2010

somewhere on this site i saw a link for another firmware option for the ipod besides the actual ipod software. can someone direct me to the link possibly?

View 1 Replies View Related

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 View Related

Ubuntu Multimedia :: Unable To Encode H.264 Under 10.04?

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

Software :: X264 Cannot Find Yasm

Nov 21, 2010

I got a strange problem. I tried to install x264. When run sudo ./configure --enable-shared, it gave: Found no assembler

Minimum version is yasm-0.6.2

But I already installed yasm-1.0.1. Why can it not find yasm?

View 13 Replies View Related

Debian :: Compile Ffmpeg By Hand Want X264?

Mar 1, 2011

As I understand (and remember) debian does not package x264 with its ffmpeg. [I say remember because I have a debian-multimedia line in my sources.list that I believe I added when I wanted a x264 enabled ffmpeg]

Is this status still the same? Do we still need to compile ffmpeg by hand if we want x264?

View 6 Replies View Related

Ubuntu Multimedia :: Mass Encoding Into X264?

Jan 3, 2010

I have a load of XViD videos and I want to re-encode them into x264 - when I say a load, I mean over 300, anyone have any programs they reccomend to do it?I want to make them into those "future-sized movies" (700mb --> 300mb, 170mb --> 95mb, 350mb --> 150mb), what settings should I use? I want to keep the quality of the originals intact, along with the video sizes if possible, but if not, I don't really mind, just make them smaller. Here are the settings some people use in windows:oh yeah, one last thing - fast encoders please, I know it'll take a good while, but I want it to take as little time as possible please

View 4 Replies View Related

Ubuntu Multimedia :: Use Tmpeng To Encode Films?

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

Ubuntu One :: Install Vls Along With Ffmpeg And X264 And Other Encoders

Jun 15, 2010

I have been working on vlc (windows) and now i want to use the same in linux...so ma trying to compile it in linux..... i need ffmpeg functionality and others as such...so please provide me with the complete link and order so as where to fetch the source code and to compile....i have done googling and found lots of tutorials and most of the are confusing and not clear......and i tried doing them and am now confused(whether they are compiled or not) cos when i try to instll them it says already exists and when i try to use the functionality it says canot transcode ffmpeg doesnt exitst.....I am badly need of vlc transcoding options. Am using ubuntu 10.

View 9 Replies View Related

Ubuntu Multimedia :: Can't Encode Files With Mpeg-4?

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

General :: Mencoder To Encode Multiple AVI Files?

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

Server :: Encode Mismatch Error In Postgresql

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

Debian Multimedia :: Ffmpeg X264 Only 2 Presets In Wheezy?

Jan 12, 2015

I use ffmpeg to covert video files for the net.

Code: Select allffmpeg -i infile -vcodec libx264 -vpre ipod640 -b 250k -bt 50k -acodec libfaac -ab 56k -ac 2 -s res.mp4

which works good. I was wondering if I could use larger resolution presets, but

find /usr -iname '*.ffpreset' only gives
#/usr/share/ffmpeg/libvpx-360p.ffpreset
#/usr/share/ffmpeg/libvpx-1080p.ffpreset
#/usr/share/ffmpeg/libx264-ipod320.ffpreset
#/usr/share/ffmpeg/libvpx-1080p50_60.ffpreset
#/usr/share/ffmpeg/libx264-ipod640.ffpreset
#/usr/share/ffmpeg/libvpx-720p50_60.ffpreset
#/usr/share/ffmpeg/libvpx-720p.ffpreset

with only 2 presets for libx264.

I installed ffmpeg from deb-multimedia. Is there a package which provides further preset files? There should be e.g. hq, max etc..

View 2 Replies View Related

OpenSUSE Multimedia :: Slower Than Windows 7 In 3D And X264 Play?

Apr 10, 2010

I'm using openSUSE 11.2 64bit in Dell E6400 with Intel video chipset. I can play x264 720p files without any problems in Windows 7, but in openSUSE, I could play it in Totem, but it is very slow (lots of stopping).

In addition, in songbird, if I use the mediaflow add-on,the scroll becomes really sluggish.

In general, I feel like openSUSE is showing less ram usage but higher CPU usage than Windows 7. Is my video card driver is messed up? I really like openSUSE a lot but so it is disappointing....

View 6 Replies View Related

OpenSUSE Multimedia :: Re-encode Video With Audio Offset?

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

Ubuntu Security :: Openssl Sign And Base Encode?

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

Ubuntu Multimedia :: Very Slow X264 Encoding Using Avidemux In 10.04

May 8, 2010

I have been using Avidemux to encode edited video using x264 and the mp4 container for most of my videos. My PCs are not new, using single-core AMD Athlon processors.

In 9.04 and 9.10 (Linux Mint), encoding speeds ranged from 7 to 10 frames per second. In 10.04 these dropped down to less than 2 frames per second.

I booted back into Linux Mint 8 (9.10) and the same video encoded at the previous 7 to 10 fps.

I tried with other videos in different formats (mpeg2 and VOB). The results were the same - 10.04 was extremely slow encoding x264 but Mint 8 was "normal" at 7 to 10 fps.

With a dual-core notebook, however, the encoding speeds ran at 8 to 14 fps in 10.04.

Was 10.04 optimized for dual and multi-core at the expense of single-core? If so, is there a way to restore "single-core optimization"?

View 9 Replies View Related

Ubuntu Multimedia :: Encode Video Using The Cinepak Codec?

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

Ubuntu :: Compile X264 - No Working C Compiler Found

May 13, 2011

I am trying to compile x264 but ./configure returns just Quote: No working C compiler found. Yes, I have installed build-essentials and yes, I have installed gcc Already tried update and upgrade... so I dont know whats wrong my c++ compiler works normally.

View 1 Replies View Related

General :: Find A Shell Script That Will Encode Video To?

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

Programming :: Ffmpeg Stopping After The First Encode When Using Bash Script?

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

Slackware :: Mencoder Segfaults When Converting X264 MKVs?

Jul 3, 2011

The version of mencoder I currently have installed segfaults (immediately) when you ask it to convert x264-encoded MKVs to another format. One sample command-line would be:

Code:
mencoder -nosound -ovc libdv Puella_Magi_Madoka_Magica_720p_GG_-_06.mkv -o a.avi
This produces the following output:
Code:
MEncoder 20110702-4.5.2 (C) 2000-2011 MPlayer Team
success: format: 0 data: 0x0 - 0x1c43987e
libavformat file format detected.

[Code]...

Incidentally, I'm wondering if the version of FFMpeg that the MPlayer configure script downloads might be at fault. The slightly outdated FFMpeg I installed from SBo (6.1) does not crash when converting the same file. And no, I can't use either Alien Bob's Mplayer build or the MPlayer binaries included with Slackware. Neither is built against either libdv or x264. I need libdv as an output codec.

View 3 Replies View Related







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