Ir para o conteúdo
ou

Software livre Brasil

 Voltar a Blog
Tela cheia

Adding subtitles to video using shell

13 de Setembro de 2013, 14:36 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 51 vezes

The libav is a ffmpeg fork and it has the most ffmpeg features. As libav is an official debian package, it will be used like a tool to add subtitles but it works like a ffmpeg.

To add a subtitle to video, it’s needed to use avconv that is included in libav-tools package. So, let’s install it.

1
$sudo aptitude install libav-tools

So, it’s simple to add subtitles to a video.

1
$avconv -i foobar.ogv -vf subtitles=foobar.srt foobar-subtitle.ogv

Fonte: http://www.fernandoike.com/2013/09/13/adding-subtitles-to-video-using-shell/

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.