Autoria simples de DVD
Publicado por Luiz Cezar 16/04/2007
[ Hits: 4.627 ]
Homepage: infosegura.eti.br
Script para autoria bem simples de DVD (sem menu), colocando ou não uma legenda.
#!/bin/sh #::::::: Feito por Mestre5 ::::::::: clear printf "Digite o caminho completo do Filme: \n" printf "=> " read filme clear printf "Digite o caminho completo da Legenda, se nao houver deixe em branco: \n" printf "=> " read legenda clear printf "Digite o FPS do filme: \n" printf "=> " read fps clear printf "Digite o aspect-radio do filme: \n" printf "=> " read aspect if [ "$legenda" != "" ]; then clear printf "Digite a largura do filme: \n" printf "=> " read width clear printf "Digite a altura do filme: \n" printf "=> " read height xml_spumux="/tmp/spumux.xml" touch $xml_spumux echo '<subpictures> <stream> <textsub filename="'$legenda'" ' > $xml_spumux echo 'characterset="ISO8859-1" fontsize="20.0" font="Verdana.ttf" ' >> $xml_spumux echo 'horizontal-alignment="center" vertical-alignment="bottom" ' >> $xml_spumux echo 'left-margin="60" right-margin="60" top-margin="20" ' >> $xml_spumux echo 'bottom-margin="10" subtitle-fps="'$fps'" movie-fps="'$fps'" ' >> $xml_spumux echo 'movie-width="'$width'" movie-height="'$height'" ' >> $xml_spumux echo '/> </stream> </subpictures>' >> $xml_spumux spumux -m dvd -s 0 -P $xml_spumux < $filme > /tmp/movie2.mpg rm -f $xml_spumux fi mkdir /tmp/DVD xml_dvdauthor="/tmp/dvdauthor.xml" touch $xml_dvdauthor echo '<dvdauthor dest="/tmp/DVD"> <vmgm /> <titleset> <titles> ' > $xml_dvdauthor echo '<video aspect="'$aspect'" /> '>> $xml_dvdauthor echo '<audio lang="en" /> <subpicture lang="br" /> ' >> $xml_dvdauthor if [ "$legenda" != "" ]; then echo '<pgc> <vob file="/tmp/movie2.mpg" ' >> $xml_dvdauthor else echo '<pgc> <vob file="'$filme'" ' >> $xml_dvdauthor fi echo 'chapters="0,5:00,10:00,15:00,20:00,25:00,30:00,35:00,40:00,45:00,50:00,55:00,1:00:00,1:05:00,1:10:00,1:15:00,1:20:00,1:25:00,1:30:00,1:35:00"/> ' >> $xml_dvdauthor echo '</pgc> </titles> </titleset> </dvdauthor>' >> $xml_dvdauthor dvdauthor -x $xml_dvdauthor rm -f $xml_dvdauthor if [ "$legenda" != "" ]; then rm -rf /tmp/movie2.mpg fi clear cd /tmp/DVD clear;ls -l
Filtro para importação de extrato do Banco do Brasil para Kmymoney
The Universal Argument Parser (with long options)
Como extrair chaves TOTP 2FA a partir de QRCODE (Google Authenticator)
Linux em 2025: Segurança prática para o usuário
Desktop Linux em alta: novos apps, distros e privacidade marcam o sábado
IA chega ao desktop e impulsiona produtividade no mundo Linux
Novos apps de produtividade, avanços em IA e distros em ebulição agitam o universo Linux
Digitando underscore com "shift" + "barra de espaços"
Como ativar a lixeira e recuperar aquivos deletados em um servidor Linux
Como mudar o nome de dispositivos Bluetooth via linha de comando
Problema em SSD ao dar boot LinuxMint LMDE FAYE 64 (0)
Baixar jogos Independentes para Ubuntu [RESOLVIDO] (4)
PIP3 - erro ao instalar módulo do mariadb para o Python (1)
Linux x Plataformas de Trading - um problema (in-)solúvel? (4)