* [sisyphus] GStreamer tools
@ 2014-06-16 21:57 Alexei V. Mezin
2014-06-16 22:01 ` Alexei V. Mezin
2014-06-16 22:03 ` Alexey Shabalin
0 siblings, 2 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2014-06-16 21:57 UTC (permalink / raw)
To: sisyphus
А у нас и правда нету всяких
gst-inspect
gst-launch
gst-typefind
и прочих утилит? Или я не нашел? Хотелось бы gst-launch.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] GStreamer tools
2014-06-16 21:57 [sisyphus] GStreamer tools Alexei V. Mezin
@ 2014-06-16 22:01 ` Alexei V. Mezin
2014-06-16 22:08 ` Alexey Shabalin
2014-06-16 22:03 ` Alexey Shabalin
1 sibling, 1 reply; 7+ messages in thread
From: Alexei V. Mezin @ 2014-06-16 22:01 UTC (permalink / raw)
To: sisyphus
17.06.2014 01:57, Alexei V. Mezin пишет:
> и прочих утилит? Или я не нашел? Хотелось бы gst-launch.
И сам же отвечаю: gstreamer-utils, но apt-cache не сознавался :(
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] GStreamer tools
2014-06-16 22:01 ` Alexei V. Mezin
@ 2014-06-16 22:08 ` Alexey Shabalin
2014-06-16 22:37 ` Alexei V. Mezin
0 siblings, 1 reply; 7+ messages in thread
From: Alexey Shabalin @ 2014-06-16 22:08 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
17 июня 2014 г., 2:01 пользователь Alexei V. Mezin написал:
> 17.06.2014 01:57, Alexei V. Mezin пишет:
>> и прочих утилит? Или я не нашел? Хотелось бы gst-launch.
> И сам же отвечаю: gstreamer-utils, но apt-cache не сознавался :(
apt-get install /usr/bin/gst-launch
сознается :)
--
Alexey Shabalin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] GStreamer tools
2014-06-16 22:08 ` Alexey Shabalin
@ 2014-06-16 22:37 ` Alexei V. Mezin
2014-06-16 22:48 ` Alexey Shabalin
0 siblings, 1 reply; 7+ messages in thread
From: Alexei V. Mezin @ 2014-06-16 22:37 UTC (permalink / raw)
To: sisyphus
17.06.2014 02:08, Alexey Shabalin пишет:
> apt-get install /usr/bin/gst-launch
> сознается :)
>
Если бы еще это помогло в решении проблемы...
Конвертация видео не работает
[alexei@bigbear tmp]$ LC_ALL=C gst-launch-0.10 filesrc
location=MVI_7537.avi ! decodebin name=demux ! queue ! ffmpegcolorspace
! vp8enc ! webmmux name=mux ! filesink location=newfile.webm demux. !
queue ! progressreport ! audioconvert ! audioresample ! vorbisenc ! mux.
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
Redistribute latency...
^CCaught interrupt -- handling interrupt.
Interrupt: Stopping pipeline ...
(gst-launch-0.10:17293): GLib-CRITICAL **: Source ID 1 was not found
when attempting to remove it
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
Очень информативно
ERROR: pipeline doesn't want to preroll.
Если попытаться добавить GST_DEBUG=filesrc:5, то замирает на строчках
0:00:00.185178979 17366 0x9b4ca0 LOG filesrc
gstfilesrc.c:829:gst_file_src_create_read:<filesrc0> Reading 12625 bytes
at offset 0xa88ba
0:00:00.185224818 17366 0x9b4ca0 LOG filesrc
gstfilesrc.c:829:gst_file_src_create_read:<filesrc0> Reading 480 bytes
at offset 0x20828
(перед этим много-много таких строчек с разным количеством прочитанных
байт). Сам файл через gstreamer воспроизводится нормально.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] GStreamer tools
2014-06-16 22:37 ` Alexei V. Mezin
@ 2014-06-16 22:48 ` Alexey Shabalin
2014-06-17 9:44 ` Alexei V. Mezin
0 siblings, 1 reply; 7+ messages in thread
From: Alexey Shabalin @ 2014-06-16 22:48 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
17 июня 2014 г., 2:37 пользователь Alexei V. Mezin написал:
> 17.06.2014 02:08, Alexey Shabalin пишет:
>
>
>> apt-get install /usr/bin/gst-launch
>> сознается :)
>>
>
> Если бы еще это помогло в решении проблемы...
>
> Конвертация видео не работает
попробуйте воспользоваться transmageddon.
--
Alexey Shabalin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] GStreamer tools
2014-06-16 22:48 ` Alexey Shabalin
@ 2014-06-17 9:44 ` Alexei V. Mezin
0 siblings, 0 replies; 7+ messages in thread
From: Alexei V. Mezin @ 2014-06-17 9:44 UTC (permalink / raw)
To: sisyphus
17.06.2014 2:48, Alexey Shabalin пишет:
> попробуйте воспользоваться transmageddon.
>
Эх, не все так просто.
Есть такая питонья программа lazygal, генератор статических веб-галерей
из фоток на диске (кстати, может кто в АЛьТ соберет? полезняшка). Она,
если находит рядом с фотками видео-файл, пытается сделать из него webm и
включить в состав галереи. И для конвертации каким-то образом вызывает
gst-launch с вот таким набором ключей. С моими знаниями питона поменять
что-то в программе не выйдет. :(
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [sisyphus] GStreamer tools
2014-06-16 21:57 [sisyphus] GStreamer tools Alexei V. Mezin
2014-06-16 22:01 ` Alexei V. Mezin
@ 2014-06-16 22:03 ` Alexey Shabalin
1 sibling, 0 replies; 7+ messages in thread
From: Alexey Shabalin @ 2014-06-16 22:03 UTC (permalink / raw)
To: ALT Linux Sisyphus discussions
17 июня 2014 г., 1:57 пользователь Alexei V. Mezin
<alexei-mezin@rambler.ru> написал:
>
> А у нас и правда нету всяких
>
> gst-inspect
> gst-launch
> gst-typefind
>
> и прочих утилит? Или я не нашел? Хотелось бы gst-launch.
>
А мотрели на:
gstreamer-utils - GStreamer utilities
gstreamer1.0-utils - GStreamer utilities
?
--
Alexey Shabalin
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-06-17 9:44 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-16 21:57 [sisyphus] GStreamer tools Alexei V. Mezin
2014-06-16 22:01 ` Alexei V. Mezin
2014-06-16 22:08 ` Alexey Shabalin
2014-06-16 22:37 ` Alexei V. Mezin
2014-06-16 22:48 ` Alexey Shabalin
2014-06-17 9:44 ` Alexei V. Mezin
2014-06-16 22:03 ` Alexey Shabalin
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git