ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Fwd: Re: [Kino-dev] using mplayer to convert to raw dv
@ 2006-12-21  9:39 Michael Shigorin
  2006-12-21 10:04 ` Slava Dubrovskiy
  0 siblings, 1 reply; 12+ messages in thread
From: Michael Shigorin @ 2006-12-21  9:39 UTC (permalink / raw)
  To: community

	Здравствуйте.
Вдруг кому понадобится -- как перегнать mencoder'ом
какое-нить видео в Raw DV (например, для обработки в kino).

----- Forwarded message from Dan Dennedy <dan/dennedy.org> -----

Date: Thu, 21 Dec 2006 00:59:25 -0800
From: Dan Dennedy <dan/dennedy.org>
To: kino-dev/lists.sourceforge.net
Subject: Re: [Kino-dev] using mplayer to convert to raw dv
Cc: Georg Ostertag <georg/ostertage.de>

On Wednesday 20 December 2006 14:04, Georg Ostertag wrote:
> I observed, that there were some discussions about using mplayer to
> convert some video file to a raw dv file for using with kino.
>
> I had the same problem and solved it after hours of research and want
> to share it here, as mplayers strength is to be able to read many
> different formats.
>
> mencoder -o "$OUT" \
>                 -of lavf \
>                    -lavfopts format=dv \
>                 -af resample=48000:0:0,channels=2 \
>                 -srate 48000 \
>                 -oac pcm \
>                 -fps 25 \
>                 -vf scale=720:576,harddup,dsize="4:3",rgb2bgr \
>                 -ovc libdv \
>                 -mc 0 \
>                 "$IN"
>
> does the trick for me, to encode directly to PAL raw dv with mplayer.
> This uses less diskspace and I/O bandwidth than the media.sh script
> shipped with kino, which does decoding with mencoder and encoding with
> ffmpeg. The crucial point is to use -of lavf and -lavfopts format=dv,
> which uses libavcodec for encoding the fileformat instead of mplayers
> standard built-in avi engine. This is not documented in the manpage.

Thanks, I agree that a direct conversion is more desirable when available. I 
will merge this after adding detection for -ovc libdv (my current build does 
not) and testing after rebuilding mplayer with libdv.

----- End forwarded message -----

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2006-12-22 15:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-21  9:39 [Comm] Fwd: Re: [Kino-dev] using mplayer to convert to raw dv Michael Shigorin
2006-12-21 10:04 ` Slava Dubrovskiy
2006-12-21 10:14   ` Michael Shigorin
2006-12-21 10:16     ` Motsyo Gennadi aka Drool
2006-12-21 14:08       ` Michael Shigorin
2006-12-21 14:13         ` Motsyo Gennadi aka Drool
2006-12-21 10:29     ` Slava Dubrovskiy
2006-12-21 11:01       ` Andriy Dobrovolkii
2006-12-21 11:10         ` Slava Dubrovskiy
2006-12-21 11:19           ` Andriy Dobrovolkii
2006-12-21 11:56           ` Andrii Dobrovol`s`kii
2006-12-22 15:45       ` Michael Shigorin

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