Ubuntu :: Extract Audio And Then Convert To Mp4 Format?

Feb 7, 2010

I'm trying to extract audio and then convert to mp4 format a bunch of flv files downloaded from internet. There are three files I intend to use ffmpeg in the following options:

ffmpeg -i input.flv -acodec copy output.mp3
and
ffmpeg -i "input.flv" -f mp4 -vcodec libxvid -s 640x360 -b 768kb -r 25 -aspect 16:9 -acodec libfaac -ab 96kb -ar 44100 -ac 2 "output.mp4"
So I started writing a script like this:
#!/bin/bash -x
cd /home/koli/exp

[Code]....

View 5 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Convert MP3 To Standard Audio Format?

Jul 4, 2010

I see lots of threads on converting your CDs to MP3s, but I want to do the opposite. I want to burn MP3s into CDs that will play on older CD players that dont have MP3 support.

So how do I do it? I have Mint on this particular computer, which is like having Medibuntu already I think.

View 7 Replies View Related

Ubuntu Multimedia :: Unable To Use 'convert' In Command Prompt To Convert Image File Format

Jan 19, 2010

I am trying to use 'convert' in command prompt to convert image file format.I get the following error.

convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/589.
convert: NoDecodeDelegateForThisImageFormat `airplane.jpg' @ constitute.c/ReadImage/530.
convert: MissingAnImageFilename `airplane.ppm' @ convert.c/ConvertImageCommand/2838.

View 3 Replies View Related

General :: Simple Script To Convert Datetime Format To UTC Format?

Oct 9, 2009

just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.

View 10 Replies View Related

Ubuntu :: Convert Wav To Mp3 Using Nautilus-script-audio-convert?

Mar 16, 2010

An easy way to convert wav files into mp3 (or ogg).

$ sudo-apt-get install nautilus-script-audio-convert mpg321 vorbis-tools lame nautilus-script-manager.

after that run

$ nautilus-script-manager enable ConvertAudioFile

Now, when you right click on audio file, under 'scripts', you will see ConvertAudioFile option.

View 3 Replies View Related

Ubuntu :: Extract The Audio From The PDF ?

Jan 20, 2011

For about three months I've been going up and down the internet looking for a solution to this problem... Basically I take this distance learning course. Every lesson is sent to me via email in PDF format and it includes many audio examples which are embedded in the file. The problem is none of the Ubuntu readers seem to recognize it, and the Adobe reader says I need a plug-in which does not exist for my system. I quote: "We're sorry, but the third-party media player required to play the selected media file in your Adobe PDF document isn't available for your system". I've been taking this course for two years and I still have two more to go. I contacted the company that sells this course and they were as puzzled as I am... Is there a way to extract the audio from the PDF? Or alternatively open it with another application? I would hate to have to go back to windows for this one issue...

View 3 Replies View Related

Ubuntu Multimedia :: Extract Audio From Video?

Feb 23, 2010

I have a video file I wish to extract the audio from .... its a seminar that was recorded in mpeg but all i need is the audio into mp3 .

View 9 Replies View Related

Fedora :: Convert .mp4 Format To .avi Format Using "ffmpeg"?

Aug 9, 2011

I have some .mp4 files. While open this file using vlc-player the resolution is fine. Then I convert this .mp4 format to .avi format using "ffmpeg". While open the .avi file using vlc-player the resolution is not fine.

View 3 Replies View Related

Software :: Extract Audio From Mkv File

Oct 19, 2010

how can extract audio from a mkv file.. i've done it with ffmpeg but the output's quality was terrible. do you knox any apps for doing that kind of thing with not loosing its quality. platform: debian testing

View 4 Replies View Related

Ubuntu Multimedia :: Extract Audio Stream From .flv File?

Apr 17, 2010

I would like to know how to demux the audio from a flash video file (copied from /tmp while browsing a video site). I would prefer to avoid re encoding if possible.

View 5 Replies View Related

Ubuntu Multimedia :: Extract The Meta Tags From An Audio File?

Mar 16, 2011

If I convert an audio file to a different format (such as mp3) using a pipe I lose the tags.

Code:
ffmpeg -i <filename> -f wav - | lame - output.mp3
If I knew the tags of the input file I could put them back using a program such as id3v2

[code]....

View 7 Replies View Related

Debian :: Extract The Audio Track From A MP4 File?

Apr 20, 2011

i like to know if can extract the audio track from a MP4 file sorry to ask is acc track how to extract it

View 10 Replies View Related

Ubuntu :: How To Convert PDF To EPub Format

Jul 29, 2010

I guess many guys got lots of eBooks in PDF and other formats, but some e-readers like Sony Reader, Barnes & Noble Nook, Hanlin eReader and phones/devices using Android only support specific formats with their default reader apps, especially newly-released and hot iPad. What's the best way to convert those PDFs to ePub (ePub is the only ebook format iTunes accepts)?

View 1 Replies View Related

Ubuntu Multimedia :: Convert Flv To Mtv Format?

Sep 28, 2010

I just got a new mp3 player that will play videos if they are in mtv format - is it possible to convert flv vids to mtv? I'm using Karmic.

View 3 Replies View Related

Ubuntu Multimedia :: Convert To Swf From Any Format?

Oct 10, 2010

convert to swf from any format, i can't seem to accomplish this.

View 9 Replies View Related

Ubuntu Multimedia :: Convert Vob To Avi Format?

Jan 26, 2011

how can i convert vob format to avi?

i am using ubuntu 10.04

View 1 Replies View Related

Ubuntu :: Convert Files Into Mp4 Format?

May 12, 2010

are there any Gui for ffmpeg because i have heard it can convert files in to mp4 format?

View 5 Replies View Related

Ubuntu Multimedia :: Extract And Joing Multiple Audio Tracks With Video

Dec 2, 2010

I have two video files (Xvid) and would like to combine the video from one of these with the audio track of the other, in order to create a new video file.

This is somewhat complicated by the fact that I would like the resulting audio to be a mixture of the two original audio tracks, for instance, during some time segments, I would like to switch from one to the other, but the video should always be the same.

Another issue that complicates the things is that the two audio tracks have different bit rates, and when I briefly managed to merge the two, one of the audio tracks was playing much faster than the other. To clarify, the audio tracks should not overlap but just be played at the different time during the video playback.

I am trying to do this by using Audacity. The problem is that I am fairly new to Audacity and I have not been able to find any info in their user guides regarding this specific issue.

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

Ubuntu :: Convert A PDF File Page Format?

Jan 20, 2010

I have a PDF File here with upright ("portrait" format) pages, and I want to convert it so that each page gets "split" in the middle and becomes two wide ("landscape" format) pages.

Something like "print multiple pages on one page", only reversed

Is there any way to do such a thing with CUPS or something?

I have the source file ONLY in PDF Format

View 9 Replies View Related

Ubuntu Multimedia :: Convert AVI Files To DVD Format?

Apr 9, 2010

what package can I install to convert AVI files to DVD format??

View 8 Replies View Related

Ubuntu :: Convert Videos Into .mp4 Or 3gp Format For Mobiles?

Aug 2, 2010

is their any softaware in ubuntu 10.4 which convert videos into .mp4 or 3gp format for mobiles

View 2 Replies View Related

Ubuntu Multimedia :: Way To Convert 3gp Format To Avi Using Mencoder?

Apr 9, 2011

I wonder if there is a way to convert 3gp format to avi using mencoder or something similar?

View 7 Replies View Related

Fedora :: Convert A Dvd To Avi Format?

Sep 5, 2010

Just wondering what are my options if I wanted to convert a dvd to avi format?

View 3 Replies View Related

Software :: Extract Individual Audio / Video And Subtitle Streams From DVD?

Dec 1, 2009

I've decided to start backing up my dvd collection. I want to extract all of the audio, video, and subtitle streams individually (from the main movie title only). Then for convenience and usability I want to put them all in a .mkv container. How can I do this and with which programs? ffmpeg, vlc, mplayer? If I can do this all at once, that's fine. But I don't want to get the streams out of sync.

View 10 Replies View Related

Ubuntu :: Any Tool / Script To Convert MKV Files Into VOB Or AVI Format?

Feb 17, 2010

I need a tool or a script or something that will convert mkv files into vob or avi format.

View 9 Replies View Related

Ubuntu Multimedia :: Convert Any Video Files To Any Format?

Jan 4, 2011

I just wanted to know what people think is the best video encoding program. I want to be able to convert any video files to any format, mostly x264, avi that sort of stuff. I used AVS encoder in windows.

View 2 Replies View Related

Ubuntu Multimedia :: Unable To Convert Video (MOV Format)

Apr 19, 2011

I emailed myself a video. I took with my ipod touch, and its in .mov format which ubuntu doesn't support. I have an app called arista transcoder (a little slow, but very handy), which, for some reason, isn't able to convert the video. its strange because I was able to convert a few other videos from my ipod (same format) into .avi files last week. Arista says something about an unrecognized media type.

View 1 Replies View Related

Fedora :: Convert A DVD From NTSC To PAL Format?

Aug 13, 2009

What is the best way using Linux to convert a DVD from NTSC to PAL format? I have a DVD made from an HD recording using a video camera. Made a standard DVD by copying from the Camera to the DVD recorder [ergo NTSC].

Now how to convert the DVD to PAL format?

View 2 Replies View Related

Fedora :: How To Convert FLV And MP4 Videos To SWF Format

Sep 20, 2009

Is there any way to convert *.flv and *.mp4 videos to *.swf format please? I have some videos downloaded with .....-dl that are in the above format. I would like to make them all into SWF files, so anyone can watch them in their browser, without having to find a suitable multimedia player.

View 9 Replies View Related







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