ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] to split avi file
@ 2003-10-27  8:48 Denis G. Samsonenko
  2003-10-27  9:25 ` Sergey Lizogub
  2003-10-27  9:29 ` Oleg Dolgov
  0 siblings, 2 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2003-10-27  8:48 UTC (permalink / raw)
  To: community

Hi, All!

Не подскажет ли мне кто, как разбить один большой avi-файл на два
поменьше, но тоже полноценных avi-файла?

Пробовал смотреть mencoder, но нашёл там только как объединять, а как
делить не нашёл.

Best regards,

Denis.

---------------
earthsea@ngs.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] to split avi file
  2003-10-27  8:48 [Comm] to split avi file Denis G. Samsonenko
@ 2003-10-27  9:25 ` Sergey Lizogub
  2003-10-28  9:05   ` Denis G. Samsonenko
  2003-10-27  9:29 ` Oleg Dolgov
  1 sibling, 1 reply; 5+ messages in thread
From: Sergey Lizogub @ 2003-10-27  9:25 UTC (permalink / raw)
  To: community

Mon, 27 Oct 2003 14:48:32 +0600
"Denis G. Samsonenko" <earthsea@ngs.ru> Вы писали:

> Hi, All!
> 
> Не подскажет ли мне кто, как разбить один большой avi-файл на
> два поменьше, но тоже полноценных avi-файла?
> 
> Пробовал смотреть mencoder, но нашёл там только как объединять,
> а как делить не нашёл.
> 
> Best regards,
> 
> Denis.
> 
> ---------------
> earthsea@ngs.ru
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community


	1. Запустить avidemux
	2. В меню File -> Set mux Options Shift+CTl+S выбрать в
Autosplit MBites нужный объем файла в мб.
	3. Нажать Apply
	5. Открыть редактируемый файл и сохранить его под новым именем.
Файл автоматически нарежется на куски по Х мб, указанные в пункте
2, с расширениями *.avi01, *.avi02 и т. д. Чтобы файлы были
"полноценными avi-файлами", можно переименофать их file.avi01 в
file01.avi и т. д.
	6. Смотреть кино :-)

	С уважением,
	Сергей Лизогуб



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] to split avi file
  2003-10-27  8:48 [Comm] to split avi file Denis G. Samsonenko
  2003-10-27  9:25 ` Sergey Lizogub
@ 2003-10-27  9:29 ` Oleg Dolgov
  2003-10-28  9:03   ` Denis G. Samsonenko
  1 sibling, 1 reply; 5+ messages in thread
From: Oleg Dolgov @ 2003-10-27  9:29 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]

On Mon, 27 Oct 2003 14:48:32 +0600 "Denis G. Samsonenko"
<earthsea@ngs.ru> wrote:

> Hi, All!
> 
> Не подскажет ли мне кто, как разбить один большой avi-файл на два
> поменьше, но тоже полноценных avi-файла?
> 
> Пробовал смотреть mencoder, но нашёл там только как объединять, а как
> делить не нашёл.
> 

$man mencoder

-sb <byte position> (see -ss option too)
              Seek to byte position.  Useful for playback from CDROM
	      images/.VOB files with junk at the beginning.

-ss <time> (see -sb option too)
              Seek to given time position.

              EXAMPLE:
                 -ss 56              seeks to 56 seconds
                 -ss 01:10:00        seeks to 1 hour 10 min

-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see -ss and -sb option too)
              Stop  encoding at given time or byte position.  Can be
	      specified in many ways:

              NOTE:
              Byte position won't be accurate, as it can only stop at a 
	      frame boundary.

              EXAMPLE:
                 -endpos 56          encode only 56 seconds
                 -endpos 01:10:00    encode only 1 hour 10 minutes
                 -endpos 100mb       encode only 100 MBytes



-- 
С наилучшими,
Олег Долгов
<dov at media-link dot info>
Registered Linux user #315454

--
Готовьте пакеты для Sisyphus. Если ошибки критические -- поместим в
update. Это нормально.
		-- aen in devel@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] to split avi file
  2003-10-27  9:29 ` Oleg Dolgov
@ 2003-10-28  9:03   ` Denis G. Samsonenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2003-10-28  9:03 UTC (permalink / raw)
  To: community

Hi!

--- Цитата Oleg Dolgov <dov@media-link.info>:
> > Не подскажет ли мне кто, как разбить один большой avi-файл на
> два
> > поменьше, но тоже полноценных avi-файла?
> > 
> > Пробовал смотреть mencoder, но нашёл там только как объединять, а
> как
> > делить не нашёл.
> > 
> 
> $man mencoder
> 
> -sb <byte position> (see -ss option too)
>               Seek to byte position.  Useful for playback from
> CDROM
> 	      images/.VOB files with junk at the beginning.
> 
> -ss <time> (see -sb option too)
>               Seek to given time position.
> 
>               EXAMPLE:
>                  -ss 56              seeks to 56 seconds
>                  -ss 01:10:00        seeks to 1 hour 10 min
> 
> -endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see -ss and -sb option
> too)
>               Stop  encoding at given time or byte position.  Can
> be
> 	      specified in many ways:
> 
>               NOTE:
>               Byte position won't be accurate, as it can only stop
> at a 
> 	      frame boundary.
> 
>               EXAMPLE:
>                  -endpos 56          encode only 56 seconds
>                  -endpos 01:10:00    encode only 1 hour 10
> minutes
>                  -endpos 100mb       encode only 100 MBytes

Спасибо! Вроде всё получилось. Вот только почему-то были рпсхожднния
во времени между тем, которое задавал в -ss и -endpos и тем, что
получалось в результирующем файле примерно на 3-5 секунд. Пришлось
делать несколько раз, чтобы попасть в нужную величину.


Best regards,

Denis.

---------------
earthsea@ngs.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] to split avi file
  2003-10-27  9:25 ` Sergey Lizogub
@ 2003-10-28  9:05   ` Denis G. Samsonenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denis G. Samsonenko @ 2003-10-28  9:05 UTC (permalink / raw)
  To: community

Hi!

--- Цитата Sergey Lizogub <linthong@mail.ru>:
> > Не подскажет ли мне кто, как разбить один большой avi-файл на
> > два поменьше, но тоже полноценных avi-файла?
> > Пробовал смотреть mencoder, но нашёл там только как объединять,
> > а как делить не нашёл.
...
> 	1. Запустить avidemux
> 	2. В меню File -> Set mux Options Shift+CTl+S выбрать в
> Autosplit MBites нужный объем файла в мб.
> 	3. Нажать Apply
> 	5. Открыть редактируемый файл и сохранить его под новым именем.
> Файл автоматически нарежется на куски по Х мб, указанные в пункте
> 2, с расширениями *.avi01, *.avi02 и т. д. Чтобы файлы были
> "полноценными avi-файлами", можно переименофать их file.avi01 в
> file01.avi и т. д.
> 	6. Смотреть кино :-)

Спасибо, но на АЛМ2.2 я этого не нашёл. Видел в Сизифе, но пока не
качал. Попробую собрать да посмотреть.

А так вроде таки нормально получилось с помощью mencoder.

Best regards,

Denis.

---------------
earthsea@ngs.ru


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-28  9:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-27  8:48 [Comm] to split avi file Denis G. Samsonenko
2003-10-27  9:25 ` Sergey Lizogub
2003-10-28  9:05   ` Denis G. Samsonenko
2003-10-27  9:29 ` Oleg Dolgov
2003-10-28  9:03   ` Denis G. Samsonenko

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