Ubuntu Multimedia :: FFmpeg "Unsupported Codec For Stream #0.3"?

Jun 30, 2010

I've been trying to re-mux some mkv files into mp4 files recently and ran into this issue. The mkv files contain an h.264 video stream, two aac audio streams (english and japanese) and one subtitle stream. All I'm trying to do is move all four streams into a mp4 container using the following command:

Code:
ffmpeg -i input.mkv -vcodec copy -acodec copy -acodec copy -scodec copy output.m4v -newaudio
Code:
Input #0, matroska, from 'input.mkv':
Duration: 00:24:42.64, start: 0.000000, bitrate: N/A
Stream #0.0: Video: h264, yuv420p, 640x480, PAR 1:1 DAR 4:3, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0.1(jpn): Audio: aac, 11025 Hz, stereo, s16

[Code]...

Since the first audio stream doesn't seem to be throwing an error I'm a little confused as to why the second (with the same codec) would give this error. I would appreciate any help with this problem, or alternative solutions to accomplishing the mux.

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: FFmpeg Unsupported Codec For Output Stream

Feb 26, 2010

So I've been trying to convert .avi files to .mov using FFmpeg. I input something like this:
Code:
ffmpeg -i in.avi -b 1000 out.mov

And it says:
Code:
Unsupported codec for output stream #0.1
So I tried adding -acodec mp3 OR -acodec libmp3lame and it says unknown codec.

I went to install libmp3lame-dev using
Code:
sudo apt-get install libmp3lame-dev

And it comes up with this:
Code:
The following NEW packages will be installed:
libmp3lame-dev

The following packages will be REMOVED:
libdc1394-22{u} libfaac0{u} libxvidcore4{u} linux-headers-2.6.28-11{u}
linux-headers-2.6.28-11-generic{u}
I'm fairly sure I don't want those packages removed? Should mention I'm on Ubuntu 9.04 64-Bit.

View 9 Replies View Related

Ubuntu Multimedia :: No Sound In Openshot / WinFF - Unsupported Codec

May 21, 2010

I have a video - taken on my mobile phone. In totem, I get sound and video: lovely. However, in Openshot I don't get sounds, and in WinFF it tells me "Unsupported codec (id=7372" for the audio stream. Why, when both are using FFMpeg do the installed codecs work differently in different programs?

View 2 Replies View Related

OpenSUSE :: Multimedia Codec Mess - Ffmpeg Options?

Mar 23, 2010

I'm writing a wrapper for FFMPEG and need help of a multimedia guru. The more I read about containers, formats and codecs the more confused I become, it all seems to be a pretty big mess. To convert a video file with ffmpeg you need to specify a few arguments for ffmpeg:

- input file
- some video/audio options (bit rates, sizes and so on)
- format (to force format)
- codec (to force codec)
- output file

My confusion is all about the format and output file extension. If I want to encode my file in MPEG-4, I'll use either 'libx264' or 'libxvid' codec. Then the encoded stream needs to be stored in a file. If I use '.mp4' as the output file, it'll be stored in that file. If I use '.mkv', the video will still be MPEG-4 but stored in a Matroska container. But what do I do with the format option? When I force the format to 'mp4', does it mean I don't have to enter output file, it'll be stored as '.mp4' anyway? Or if I use '-matroska' will I still have to put it into a container '.mkv'? Can I use a '-matroska' format but '.mp4' output file for example?

What's the difference between the format and output file in this context? Or what does forcing the format really do?

View 3 Replies View Related

OpenSUSE Multimedia :: X264 Codec Segfaults Or Incorrect Parameters With Ffmpeg?

Apr 28, 2010

I've probably exhausted all possible ffmpeg argument combinations for encoding with a libx264 codec - none worked, the codec always either segfaults or tells me incorrect parameters. I've installed, uninstalled and re-installed all available versions of the codec - no difference. Did anyone have any luck with it? Are there any tricks or conflicts in different arguments? Does the input file have to be in any particular container/format/codec for the x264 to work on?

My examples: >ffmpeg -i video.mpg -vcodec libx264 video.mkv >... Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height >ffmpeg -i video.mpg -vcodec libx264 -b 4000 -s hd1080 -f h264 video.mkv Same error If I use any other codec, they all work fine. give a working ffmpeg arguments example,

View 9 Replies View Related

OpenSUSE Multimedia :: Capturing Video Stream From Webcam - FFmpeg Relocation Error

Jul 24, 2011

I am having problems with ffmpeg. My goal is to capture a video stream from my webcam and feed that into a webcam-capturing program. But to get that to work, I will need ffmpeg to work. I need the following command to work, but I get an error:

Code:
$ ffmpeg -b 100K -an -f video4linux2 -s 320x240 -r 10 -i $device -b 100K -f image2pipe -vcodec mjpeg - | perl -pi -e 's/\xFF\xD8/KIRSLESEP\xFF\xD8/ig'
ffmpeg: relocation error: /usr/lib/libavfilter.so.2: symbol avformat_find_stream_info, version LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time reference

View 1 Replies View Related

Fedora :: OpenCV Cannot Resolve FFmpeg Codec Libraries

May 19, 2011

OpenCV doesn't work. I wonder why would anyone create a RPM package and not bother to check whether it actually works? Do they get paid per package at Red Hat? The problem seems to be in cap_ffmpeg.cpp. Somehow, OpenCV cannot resolve the ffmpeg CODEC libraries, but the annoying part is that it compiles and installs error free - it just doesn't work. Without any error messages, it is really hard to figure out what is wrong.

View 8 Replies View Related

Ubuntu :: Convert File Using Ffmpeg Returns Error Dealing Just With H264 Codec?

Jan 20, 2011

I am trying to convert a file using ffmpeg. I have this following code in a terminal.

ffmpeg -i introvideofinal -vcodec libx264 -acodec libfaac introvideofinalfinal.mp4

It returns an error dealing just with the h264 codec saying that I need to use a vpre parameter? I can't find any documentation on using the vpre parameter.

View 1 Replies View Related

General :: Extracting A Stream From Ffmpeg?

Oct 4, 2010

Code:
$ffmpeg -i /data/sumeet/video/hollywood/you don't know jack/You.Dont.Know.Jack.2010.DVDRipwww.theevolution.org_by_digoloko.rmvb
FFmpeg version git-1dbd813, Copyright (c) 2000-2010 the FFmpeg developers
built on Oct 1 2010 19:28:12 with gcc 4.4.3

[Code].....

At least one output file must be specified Actually the video has embedded subtitles. I thing that is stream 0.2 in real media container. How can i pull that data out ?

View 3 Replies View Related

Ubuntu Multimedia :: Use In Kubuntu 9.10 Audio Codec - <voxware Metasound Audio Codec>?

Jan 26, 2010

how I can use in my Kubuntu 9.10, audio codec - <voxware metasound audio codec>? P.S. Sorry for my bad english. I look forward to an answer,

View 7 Replies View Related

Ubuntu Multimedia :: Ffmpeg 6 Is Out For Some Time When Will Lucid Afford Such A New Ffmpeg?

Jul 20, 2010

Since ffmpeg 6 is out for some time, when will Ubuntu Lucid afford such a new ffmpeg package from its repository?

View 2 Replies View Related

OpenSUSE Multimedia :: Can't Install Multimedia Codec, After Installing?

Jan 22, 2011

i can't install multimedia codec, after installing i restart PC and then linux writes error kde4int i hadn't this error before, it begins after installing new monitor Samsung syncmaster B1940

View 9 Replies View Related

Ubuntu Multimedia :: HDTV Via HDMI Flashing Unsupported

Jun 14, 2010

I'm helping a friend set up his new pc and we're having a lot of trouble getting his second monitor to work.He has a GeForce GTS250 video card which has a HDMI output port as well as VGA. His main monitor is connected via the VGA and works fine. The second monitor is a Soniq QV320H TV which he wants to connect via HDMI. The nvidia settings configuration shows both monitors (set up as separate x-screens) but the only output on the Soniq is a black screen which flashes "unsupported" about every 2 seconds. Currently the resolution is set to auto (1280x1024) but we've also tried lower resolutions (down to 800x600) with no success.

View 3 Replies View Related

Ubuntu Multimedia :: Add 264 Codec To Ekiga?

Jan 17, 2010

I'm trying, reeeeally trying to use Ekiga. But the video quality is horrible. So I started messing with the settings, lo-and-behold I find info about h.264 and how fantastic it is. Well, I say to myself, let's try that on for size.

What? No h.264 option in Ekiga. That's weird, especially considering they have supported it since 3.0 and I'm using the version in the Karmic repos, 3.2.5. Not free, ok, I'll just install it then, right?

x264 package didn't do it. A little ffmpeg install as well. libavcodec52, which uninstalled a buttload of other stuff also. Even dl'd and installed libopal3.6.4-plugins-non-free. All to no option for the h.264 codec option in Ekiga.

Oddly enough, the libopal non free plugins DID add the iLBC audio codec into Ekiga as on option. Why not h.264? What am I missing? Also, why is this SO difficult? There is not any decent documentation that I can find out there that goes over this. Google has failed me.

All I have in the video codecs is theora and h261.

View 9 Replies View Related

Ubuntu Multimedia :: Best Codec And Container?

Jun 1, 2010

So I know that Mac OSX post-production and Linux post-production are very different things. I'm hoping to give editing on Linux with Cinelerra a try and I'm wondering, what in FFMpeg's array of codec and container support is widely understood to be the best combination for editing video. I'm looking for the most lossless option so H.264 won't do. Is there a good Apple Intermediate Codec or Apple Pro Res equivalent? Is AVCHD the answer?

View 2 Replies View Related

Ubuntu Multimedia :: Way Of Getting Fraunhofer MP3 Codec

Jun 3, 2010

is there a legit (read: legal) way of getting the Fraunhofer MP3 codec in Ubuntu? Any commercial or freeware compressors that use it, or maybe even a standalone codec installer (like Radium for Windows, though IIRC that one's not exactly legal)?If not, is there perhaps a better codec for compressing MP3s? I've used Fraunhofer at 256Kbps CBR for years and never had a problem.

View 7 Replies View Related

Ubuntu Multimedia :: Codec Error In VLC / What Is To Be Done?

Jun 20, 2010

I am running Ubuntu 9.10 64 bit version. Want to capture a short audio stream from a DVD.

VLC has a command "Open Capture Device" that gives the user options for ripping (I think) the audio tracks. I made the relevant choices and got this message:

Streaming / Transcoding failed:
It seems your FFMPEG (libavcodec) installation lacks the following encoder:
MPEG AAC Audio.
If you don't know how to fix this, ask for support from your distribution.

This is not an error inside VLC media player.
Do not contact the VideoLAN project about this issue.

What is to be done?

I went to synaptic package manager and I have FFMPEG, libavcodec, and AAC installed.

View 4 Replies View Related

Ubuntu Multimedia :: Play A .mov With The SVQ3 Codec?

Jan 6, 2011

I'm trying to play a .mov with the SVQ3 codec, but VLC fails ( 1.0.6 and 1.1.2 ). What media players can play it?

View 9 Replies View Related

Ubuntu Multimedia :: Mp3 Codec Bitrate Always Shown As 48 Kbs Now?

Mar 6, 2011

This may be a minor irritation, but I'm puzzled by it nonetheless. I'm ripping my CDs to MP3 using Sound Juicer with the lamemp3enc plugin and following gstreamer pipeline.

audio/x-raw-int,rate=44100,channels=2 ! lamemp3enc name=enc target=0 quality=0 ! xingmux ! id3v2mux

All was great a couple days ago, but suddenly the files' audio properties show 48 kbps bitrate when it should be well over 200. I even changed the pipeline to use "target=1 bitrate=256" with the same result. The files are being encoded as expected and that is reflected in the file size and the Statistics view in VLC.

I have two computers running Ubuntu 10.10. One has all the latest updates, but the other has not been updated in several days. This problem is happening on the former, but not the latter. gst-inspect lamemp3enc shows both computers have the same version of the encoder.

I thought I'd put it out to the forum here before submitting a bug in launchpad.

View 5 Replies View Related

Ubuntu :: Multimedia Codec Install Stuck

Mar 15, 2011

I just bought a new hard drive and decided to upgrade to 10.4.2 (I was running 9.10).I started doing the normal customizations that come with a new install. I tried to play an mp3 file and the sstem offered to install the new gstreamer codecs(ffmpeg,fluendo-mp3, and plugins-ugly).I click on install and it is stuck at preparing libavformat52.The terminal details state:Code: dpkg: warning: files list file for package 'libavformat52' missing, assuming package has no files currently installed.Preparing to replace libavformat52 4:0.5.1-1ubuntu1 (using./libavformat52_4%3a0.5.1-1ubuntu1_i386.deb).Unpacking replacement libavformat52.It was stuck so long and I could not kill it (did not know what to kill), so I rebooted once before this message.

View 8 Replies View Related

Ubuntu Multimedia :: [VLC] Best Video Codec For Netbook?

Apr 15, 2011

I've a HP Mini 210 and sometimes it becomes difficult to watch HD Movies. Some videos in 720p I can watch perfectly, while others start crashing after 1 minute..They are mostly in MKV, which from what I understand, it's just a container for the video/audio and can be in several formats. I know that VLC has the Transcode feature, and I'd like to use that to transcode the videos to a video Codec that requires the least CPU processing.

View 2 Replies View Related

Ubuntu Multimedia :: No Xvid Codec On Firefox

Jun 19, 2011

I need the xvid codec to watch some videos on Firefox, and Firefox doesn't come with that codec, so how do I solve this problem?

View 1 Replies View Related

Ubuntu Multimedia :: Use Medibuntu To Install All Codec?

Jul 3, 2011

how i use medibuntu to install all codec

free AND NONE FREE

View 7 Replies View Related

Ubuntu Multimedia :: Handbrake And PS3 - Won't Play Due To Unsupported File Type - Format

Feb 11, 2010

I have ripped quite a few movies onto my server and I play them on my PS3 with mediatomb. I haven't changed any of the settings in handbrake except I was playing around with the quality meter on the video tab. Some of my movies will play and others won't. The ones that do not play say something about an unsupported file type. They also will not play in Movie Player.

View 3 Replies View Related

Ubuntu Multimedia :: Mencoder Can't See Libdv / Get It To Find Codec?

Feb 12, 2010

I've just been trying to convert a video to DV format, but mencoder doesn't know about libdv.

Using the command code...

How can I get mencoder to find the codec? Is there a specific place it looks for them?

View 3 Replies View Related

Ubuntu Multimedia :: Moonlight 2.0 Codec Installer Fails

Feb 13, 2010

I installed the Moonlight 2.0 Firefox plugin via the .xpi installer. I'm trying to get the Moonlight codec pack installed, but it just isn't working. I agree to the EULA and it seems to download the pack, but every time it says that it cannot verify the downloaded binary. Sometimes it causes Firefox to crash upon download completion. I've tried searching on Google, but I've had no luck.

View 2 Replies View Related

Ubuntu Multimedia :: 10.04 VLC & Movie Player - Say Can't Find The Wma Codec

May 12, 2010

This never happened with Ubuntu 8.10-9.10, but both my video players, VLC and Movie Player, say they can't find the wma codec (actually it says wmas, and this is referring to videos not audio) and says that this can't be put right, even though at the same time these players have begun to play the video correctly.

I've got all the updates and the Restricted Extras, etc. Everything seems to be working. This is on an Acer Aspire One, dual booting with W7, installed from USB stick.

View 1 Replies View Related

Ubuntu Multimedia :: Select A Codec For Ripping A Dvd To In Acidrip?

May 19, 2010

When i try to select a codec for ripping a dvd to in acidrip, there are no codecs in the menu that is meant to be there. I have tried reinstalling mencoder and acidrip but no luck. running lucid with latest updates.this has not worked since i first installed lucid. i also get this when i run mencoder.

MEncoder SVN-r1.0~rc3+svn20090426-4.4.3 (C) 2000-2009 MPlayer Team
Option of: Unknown suboption lavc
Warning unknown option of at line 9
Option format: unknown format name: 'mp4'
Error parsing option lavcopts=format=mp4 at line 10
Exiting... (config file error)

View 1 Replies View Related

Ubuntu Multimedia :: AAC Codec Installed But Doesn't Work?

Oct 13, 2010

I'm running xubuntu 10.04 and I've installed media codecs as per the " Comprehensive Multimedia & Video Howto " thread. I also have faac, libfaac0, faad, and libfaad2 installed. But when viewing some videos or trying to transcode to anything with the aac codec I get the "no AAC" error.How can I fix this?

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







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