From: Grigory Batalov <bga@altlinux.org> To: community@lists.altlinux.org Subject: Re: [Comm] Конвертирование видео Date: Thu, 21 May 2009 15:23:42 +0400 Message-ID: <20090521152342.7a139094@bga> (raw) In-Reply-To: <4A151A08.3070403@gmail.com> On Thu, 21 May 2009 12:08:24 +0300 Motsyo Gennadi aka Drool wrote: > > Можете на примере показать как пожать некий фильм (avi, mkv, mp4, vob), > > с возможным условием изменения размера изображения, понижением аудио > > битрейта и отсечением черных полос (сверху, снизу... может быть и слева, > > справа)? В принципе я б и не против из консоли все это делать, но не > > очень понятно как реализовать хотя бы эти моменты. > > За отсечение полос не в курсе, никогда не делал, Отсечение полос (crop) задаётся соответствующими параметрами в пикселах: -croptop 10 -cropbottom 15 -cropleft 12 -cropright 20 Тут есть тонкость: -crop* нужно указывать в соответствующем месте командной строки, иначе полоса будет отрезана не от исходного изображения, а от результирующего (масштабированного) =) > а просто переконвертировать/понизить/etc - что-то вроде > > ffmpeg -i /dir/file.vob -vcodec msmpeg4 -b 800k -r 25 -s 640x480 > -deinterlace -acodec libmp3lame -ab 128k -ar 22050 -ac 2 /dir/file.avi > > Где: > > -vcodec msmpeg4 - кодек видео > -b 800k - битрейт видео > -r 25 - частота кадров > -s 640x480 - размер > -deinterlace - и так понятно > -acodec libmp3lame - кодек аудио > -ab 128k - битрейт звука > -ar 22050 - частота дискретизации звука > -ac 2 - количество каналов
next prev parent reply other threads:[~2009-05-21 11:23 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2009-05-21 5:09 Il'ya 2009-05-21 7:06 ` Motsyo Gennadi aka Drool 2009-05-21 8:36 ` Occisor 2009-05-21 9:08 ` Motsyo Gennadi aka Drool 2009-05-21 11:23 ` Grigory Batalov [this message] 2009-05-21 7:31 ` Константин Михайленко 2009-05-22 4:05 ` Геннадий Ищенко 2009-05-22 6:35 ` Dmytro O. Redchuk
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20090521152342.7a139094@bga \ --to=bga@altlinux.org \ --cc=community@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git