sexta-feira, 28 de fevereiro de 2014

Good English

Como fazer um vídeo de fotos bem legal - Slideshow

Dois dias atrá fiz um videoslide de aniversário para Grazi e fez bastante sucesso, então vou explicar passo à passo como fiz.

  1. Escolhi as fotos que eu queria colocar no vídeo e copiei para uma pasta separada
  2. Escolhi uma música que combinava (up where we belong) 
  3. Fiz o upload como slideshow no youtube e adaptei os segundos de exposição  à duração da música
  4. Baixei o vídeo sem audio
  5. Pequei a letra e tradução no vagalume.com.br 
  6. Passei no Excel e melhorei a tradução que tava com uns errinhos
  7. Achei o vídeo da música no youtube (que é mais rápido) e baixei em mp3 pelo spark browser 
  8. Criei uma conta no wevideo.com e fiz upload de vídeo e audio baixados pelo spark
  9. Juntei audio e video e escolhi um efeito vintage que deixa as fotos com cara de antigas
  10. Publiquei no wevideo e baixei o vídeo pelo Spark
  11. Fiz upload com vídeo editado ao Youtube 
  12. Loggei no amara.org e coloquei texto editado do Excel (inglês linha 1 e português linha2) 
  13. Sincronizei e publiquei direto no youtube pelo amara 
  14. Editei uma mensagem para explicar como ativar os closed captions CC do youtube para poder ver a legenda
O resultado foi esse:


aart-Records

Olá gente
Este é o meu novo blog . A finalidade desse blog é guardar links e idéias de uma forma mais organizada para futuramente usar em projetos e para compartilhar.
Aqui você encontrará fotos pessoais e da net, idéias para várias áreas da vida, muito erro de gramática e dicas junto links com diversas finalidades.


iframe codes

Sempre estou usando o iframe para os blogs, então achei mais viável deixar os códigos aqui no blog

Attributes

New : New in HTML5.
AttributeValueDescription
alignleft
right
top
middle
bottom
Not supported in HTML5.
Specifies the alignment of an <iframe> according to surrounding elements
frameborder1
0
Not supported in HTML5.
Specifies whether or not to display a border around an <iframe>
heightpixelsSpecifies the height of an <iframe>
longdescURLNot supported in HTML5.
Specifies a page that contains a long description of the content of an <iframe>
marginheightpixelsNot supported in HTML5.
Specifies the top and bottom margins of the content of an <iframe>
marginwidthpixelsNot supported in HTML5.
Specifies the left and right margins of the content of an <iframe>
nametextSpecifies the name of an <iframe>
sandboxNew""
allow-forms
allow-same-origin
allow-scripts
allow-top-navigation
Enables a set of extra restrictions for the content in the <iframe>
scrollingyes
no
auto
Not supported in HTML5.
Specifies whether or not to display scrollbars in an <iframe>
seamlessNewseamlessSpecifies that the <iframe> should look like it is a part of the containing document
srcURLSpecifies the address of the document to embed in the <iframe>
srcdocNewHTML_codeSpecifies the HTML content of the page to show in the <iframe>
widthpixelsSpecifies the width of an <iframe>

É do site w3schools.com, um site muito útil com vários códigos e dicas.