I spent about a half hour wrestling with different website tutorials about how to convert a file with ffmpeg and figuring out how to get all the video quality options right. Then I discovered you can just use the -sameq option and it figures it all out for you if you don't want to change the vid quality but just want it in another format. Thought I'd leave this on the site in case anyone else finds himself in the same boat.
What would give me good quality: 960x640 for ipod 4but keep the file low size?I found 2 codes online:ffmpeg -i Name.avi -acodec libfaac -ac 2 -ab 128k -vcodec libx264 -vpre hq -vpre ipod640 -crf 26 -s 640x480 -threads 0 Name.mp4ffmpeg -i source_video.avi input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X final_video.mp4I guess I need to edit the resolutions there? anything else? (btw I know nothing of commands, but i can copy paste! xD)Or! can anyone propose something better?
The display under vlc is strangely colored in blue, or red missing. Anyway the balance isn't correct. I tried every output module but no one is correct. I am running 11.2/kde.
I am trying to split a PDF into component pages that are of equal quality to the original. If I use display mypdf.pdf, then the PDF is split into pages of acceptable quality. The problem here is that I have to save each page individually. If, however, I use convert mypdf.pdf mypdf.bmp, I get the individual pages of the PDF in .BMP format (which is fine, but not exactly what I want), but the quality is substantially less than the original. I've tried dozens of combinations of commands to try to increase this quality, but to no avail.
Even if I do convert mypdf.pdf mypdfagain.pdf, there is a big loss of quality. Anyone familiar with splitting a PDF into individual pages without suffering a loss in quality? Ideally, I would just save all the "scenes/frames" from display, but that feature unfortunately does not exist (though I may endeavor myself to add it if no formal solution exists).
NOTE: I think part of my problem might be: by using identify mypdf.pdf I can see that the resolution is specified, and when I convert it the resolution is much lower. This could be a source of quality loss, but I'm not familiar enough with image conversion to say that for sure. Whatever this command does, it removes the extra layer or whatever it is that prevents OCR from succeeding. I'd really like to understand that technology.. What is it about a PDF that allows an individual to embed some meta-data into every page of the PDF so that the only thing seen, say, through OCR, or a text search function, is the embedded text?
I'm still trying to find out if my coby mp3 player will actually play mtv video files as is advertised.
ffmpeg -formats does list mtv but the only command I really ever used was one to convert a vid to an mp3 so I tried Code: ffmpeg -i test.mp4 -acodec copy output.mtv it returns Code: Unable to find a suitable output format for 'output.mtv' I can't find any mtv files online for purchase or free for that matter, so I know this is all pretty obscure but shouldn't there be a way to convert them since ffmpeg lists mtv format?
my girlfriend has a netbook(acer A0751h-1401) and always complains how slow it is on vista and how much it freezes up, so i put ubuntu netbook remix on it. The video qaulity is so slow i give up and install xubuntu thinking it will be better since it is for slower computers, wrong. So im thinking it is a video driver issue or something. it has the intel gma 500 in it but it is only allowed to use 8mb of memory for video and i cant change it in the bios. I mean it shouldnt have all the lag on xubntu that it does
I am using ubuntu version Ubuntu 8.04 , it is observed that the video quality is poor as compared to windows os i am not sure it is driver problem or something different, below are detail of my system
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.
I have a vp6 codec flv. I have a wav file that I want to convert into mp3 and added to the vp6 flv. So when I play the flv the audio is added and the video quality is not changed.I tried:ffmpeg -i 20.flv -i 20.wav -vcodec copy -acodec libmp3lame new_file.flvbut I an error "Could not write header for output file #0 (incorrect codec parameters ?)". I'm guessing because it is a vp6 flv codec.Is there a way to just add an audio file to the flv? There is no audio in the current flv. I cannot lose any quality in the video.
I've some videos with poor quality.It has pixelation and such problems.Can somebody suggest me some filters to be used with avidemux for correcting the pixelation and maybe deblocking it
I have a 500MB video that is 720x400. I want to half the size of the video while retaining the same relative quality.My main goal is to half the filesize of the video, but to do that and keep the same relative quality I will have to also make the resolution smaller.I can't seem to find a way to do this.I would preferer to use ffmpeg, but any solution would be good at this point. I would really like to be able to do this from the command line, but if there is a gui program that will also give me the command line it uses, that's great too.Does any one know of a way to half the file size of a video while maintaining the same relative quality?
When I watch movies on Ubuntu I noticed that quality of reproduction is not good as in Windows. All movies seems to have some sort of contrast problem which I don't know how to fix. This problem is not present in Windows (XP/7) and stand-alone DVD players play them also correctly.
Here are images (AVI, DivX format)
Windows version: http://i52.tinypic.com/125hlis.png Linux version: http://i56.tinypic.com/tz53t.png
Also here is MKV format which is noticeably even sharper in Windows:
Windows version: http://i53.tinypic.com/2lmqxqe.png Linux version: http://i53.tinypic.com/15gfmlt.png
Note: I didn't wanted to include them in post since they are quite big and I didn't want to do JPG compress since they might lose quality. Try not to resize them.
On Ubuntu I installed some 'extra' codecs (might be proprietary) via Software center. I use standard movie player that comes with 10.10, but for MKV I use VLC since mkv don't run in standard movie player. On Windows I use k-lite codec pack and GOM player. My guess is that Windows solve those sharpness and contrast issues by using some playback filters (possibly contained in k-lite codec pack) that are unavailable in Ubuntu. I installed proprietary video driver for ATI RADEON 2600.
I hooked up my laptop via monitor cable to the L.C.D. T.V. and ran a patch I found on Ubuntu forums because it wasn't showing up on the T.V. After that it asked me what screen resolution I wanted I entered it and then the screen worked! However, now when I play movies on either the T.V as a monitor or just on the laptop itself it comes out with bad video quality now. It sucks because that was the purpose of hooking up my T.V. as the monitor was to watch movies and videos I have downloaded.
does anyone know of any FOSS program I can use to convert HD X.264 MKV video files to AVI or WMV without loss of quality. I wish to stream these videos from my linux box (yes u can do that via ushare)to my xbox 360 but unfortunaly it wont play MKV files.
I installed Ubuntu 10.10 recently and I love it. Everything works great except for video playing. When I try to play DVD's with VLC or ANY video player, I get horizontal flickering and I can't seem to fix it. I re-downloaded and installed the most recent video drivers from Nvidia and it did not change anything.
My video card:
Code:
I don't know what else to do. When I run windows, the videos play smoothly, just fine. But when I play the same DVD's under Ubuntu, it's choppy.
I installed fedora 14 on Dell laptop but I am unable to change resolution on my laptop also video quality is poor , I think proper drivers are not installed. I am new to Fedora, so probably missing something.
I am looking for a good alternative to Skype. I would like to have video and voice calls with a family member who uses MS XP but would like to avoid Skype if possible. Does anyone know of a good client with good video and voice quality that will work on both platforms. I'd like it to use open standards so at least we can use different OS specific clients if one is not available for both platforms. Googling hasn't yielded much and some of the results refer to really old (~2006) articles or apps. I hope I'm not doomed to using Skype. I've resisted so long with using SIP clients for voice but am stumped now that I want to include video.
I have some video clip and I want to add a title in its buttom center. For exemple, My clip is video.mp4 and I want to add the title "hello world".Does ffmpeg (or mencoder) enables me to do this?
I've created some time-lapse videos from photos, using this command: ffmpeg -i IMG_%03d.JPG -s 1440x1080 -sameq video.MP4
And it worked great. Now I want to join several of these time-lapse videos to make a single, longer video (all the input videos have the exactly same format). I already tried using: cat video1.MP4 video2.MP4 > stitch.MP4
but the output ends up being equal to video1.MP4, I don't want to transcode nor changing any parameter of the video, I just want a end-to-end stitching, as if those videos were on a playlist.
I'm having trouble to find the right ffmpeg options to encode a video that can be read on a htc G1 cell phone. I have used several codecs and formats but none is working.
I have followed these instruction to install ffmpeg and x264 [URL]
Here is my ffmpeg config :
Code: FFmpeg version SVN-r24953, Copyright (c) 2000-2010 the FFmpeg developers built on Aug 27 2010 22:44:01 with gcc 4.4.1 configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-
I'm trying to find out how to add watermark to a video using a ffmpeg via console, because I have to do it quick. There is tutorial on ..... (other forums use also this video tutorial) for this but there is a small problem - in ffmpeg 6.1 there is no more vhook subsystem which is used in tutorial...
Anybody had any success in getting ffmpeg to work as advertised with video capture from a webcam? I really want to convert the webcam output to VP8 or H264, but apparently ffmpeg can't even capture the webcam with a video4linux device.
But FFmpeg is not accurate and it started the video from a nearby point instead (from 00:24:46~). I tried to add 2 seconds to my starting point and it took another frame (not what I wanted).