Maalesef olmadı :(
2010/11/9 Zafer YOLCU <[email protected]> > sanırım bu sana yardımcı olacaktır. > > Installing the *unstripped* or *extra* libraries > This is the quickest option for most users. FFmpeg from the repository does > not include many restricted encoders, formats, and codecs which may include: > H.263, aac (libfaac), mp3 (libmp3lame), H.264 (libx264), xvid (libxvid), and > mpeg4. You can fix this by installing the *unstripped* or *extra* (Ubuntu > Karmic renamed *unstripped* to *extra*) FFmpeg libraries that will enable > these restricted encoders. Open up Terminal and enter: > > *Ubuntu Maverick Meerkat 10.10, Ubuntu Lucid Lynx 10.04 & Ubuntu Karmic > Koala 9.10* > Code: > > sudo apt-get install ffmpeg libavcodec-extra-52 > > *Note:* The *libavcodec-extra-52* package for Maverick, Lucid, and Karmic > do not support AAC or AMR formats. I recommend using > *libavcodec-extra-52*from the Medibuntu repository. See option > *C. Medibuntu*. > > *Ubuntu Jaunty Jackalope 9.04* > Code: > > sudo apt-get install ffmpeg libavcodec-unstripped-52 > > *Ubuntu Intrepid Ibex 8.10* > Code: > > sudo apt-get install ffmpeg libavcodec-unstripped-51 > > Alternatively, you can search for these packages in the Synaptic Package > Manager. > > > C. Medibuntu > This option is available for *Ubuntu Maverick Meerkat 10.10*, *Ubuntu > Lucid Lynx 10.04*, *Ubuntu Karmic Koala 9.10*, and *Ubuntu Hardy Heron > 8.04*. Medibuntu <http://medibuntu.org/> is a third-party repository that > contains packages that are unable to be included in the official Ubuntu > repositories. To install FFmpeg from Medibuntu open Terminal (Applications > -> Accessories -> Terminal) and run the following: > > Code: > > sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release > <http://www.medibuntu.org/sources.list.d/lsb_release> -cs`.list > --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q > update && sudo apt-get --yes -q --allow-unauthenticated install > medibuntu-keyring && sudo apt-get -q update > > This huge command (adapted from Medibuntu - Community Ubuntu > Documentation<https://help.ubuntu.com/community/Medibuntu>) > will install the repository information to your computer then update and > authenticate the new repository. Now install FFmpeg: > > *Ubuntu Maverick Meerkat 10.10, Ubuntu Lucid Lynx 10.04 & Ubuntu Karmic > Koala 9.10* > Code: > > sudo apt-get install ffmpeg libavcodec-extra-52 > > *Ubuntu Hardy Heron 8.04* > Code: > > sudo apt-get install ffmpeg > > That's it. Now you have a non-crippled version of FFmpeg. See some usage > examples at the FFmpeg x264 encoding > guide<http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/> > . > > > Undoing Changes Made By This Guide > *B. Uninstalling the unstripped or extra libraries* > Code: > > sudo apt-get remove ffmpeg libavcodec-*-5* > > *C. Uninstalling FFmpeg and the Medibuntu Repository* > Code: > > sudo apt-get autoremove ffmpeg medibuntu-keyring && sudo rm > /etc/apt/sources.list.d/medibuntu.list && sudo apt-get update > > Let me know if you have any questions or comments. Thanks to > andrew.46<http://ubuntuforums.org/member.php?u=208550>for suggesting this > guide. > ------------------------------ > * Last edited by FakeOutdoorsman; 4 Days Ago at 04:26 PM.. Reason: added > info for maverick meerkat 10.10 * > > ------------------------------ > Date: Tue, 9 Nov 2010 17:03:15 +0200 > From: [email protected] > To: [email protected] > Subject: [ubuntu-tr] Kubuntu 64bit wma problemi > > > 10.10 Kubuntu 64 bit bir bilgisayar uzerinde wma dosyalarini calalmiyorum, > Medibuntu reposunu ekledim. kubuntu-restricted-extras paketini yukledim. > gstreamer-puginlerini yukledim. gnome mplayer da yuklu. w64codecs de yuklu. > Fakat wmalari calarken atlamalar,cizirtilar oluyor. > Aslinda wmalari mp3 e de cevirmek de isimi cozer.Ama onu da yapamadim. > soundKonverter programi ile mp3 yapinca da ayni cizirtilar ve kesilmeler > oluyor. > Daha onceki surumlerde Amarok ile wma caldigimi hatirliyorum. Simdi niye > olmuyor anlamadim? > > .avi dosyalarini dragon player ile oynatirken de bazi kesilmeler yasiyorum > bu arada. > > -- ubuntu-tr mailing list [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-tr > > -- > ubuntu-tr mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-tr > >
-- ubuntu-tr mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-tr
