A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
A list of useful commands for the ffmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| """Aprende como traducir cualquier Texto con Python por #Tecsify | |
| ¡Tecnología que empodera!""" | |
| from deep_translator import GoogleTranslator | |
| # - - Esta parte del código traduce únicamente un texto plano | |
| traductor = GoogleTranslator(source='es', target='en') | |
| resultado = traductor.translate("La educación es el arma más poderosa para cambiar al mundo") | |
| print(resultado) | |
| #----------------------------------------------------------------------------- |
| 'use strict'; | |
| /** | |
| * @ngdoc service | |
| * @name ProjectAdminApp.Login | |
| * @description | |
| * # Login | |
| * Service in the ProjectAdminApp. | |
| */ | |
| angular.module('project.lsrv',[]) |
| <div class="row-fluid"> | |
| <div class="{{user.provider === 'password'? 'col-md-4' : 'col-md-12'}}"> | |
| <h3>Account</h3> | |
| <form role="form"> | |
| <p class="form-group"> | |
| <label>Cuenta ID</label> | |
| <br />{{user.uid}} | |
| </p> |
| <h2>Login</h2> | |
| <div class="jumbotron2"> | |
| <form role="form"> | |
| <p class="form-group"> | |
| <label for="loginEmail">Email</label> | |
| <input id="loginEmail" required name="email" type="email" ng-model="email" class="form-control" /> | |
| </p> | |
| <p class="form-group"> | |
| <label for="loginPass">Password</label> |
| // ==UserScript== | |
| // @name Download YouTube Videos as MP4 | |
| // @description Adds a button that lets you download YouTube videos. | |
| // @author frnandmg | |
| // @version 1 | |
| // @date 2014 | |
| // @namespace http://frnandmg.com | |
| // @include http://www.youtube.com/* | |
| // @include https://www.youtube.com/* | |
| // @exclude http://www.youtube.com/embed/* |
| // ==UserScript== | |
| // @name Youtube HTML5 stop autoplay | |
| // @namespace http://smiler.se/ | |
| // @description Prevent HTML5 videos on youtube from autoplaying | |
| // @include http://www.youtube.com/* | |
| // @include https://www.youtube.com/* | |
| // @exclude http://www.youtube.com/embed/* | |
| // @exclude https://www.youtube.com/embed/* | |
| // @match http://www.youtube.com/* | |
| // @match https://www.youtube.com/* |
| // ==UserScript== | |
| // @name Youtube Flash stop autoplay | |
| // @namespace http://localhost | |
| // @description Prevents autoplay. | |
| // @include http://www.youtube.com/* | |
| // @include https://www.youtube.com/* | |
| // @exclude http://www.youtube.com/embed/* | |
| // @exclude https://www.youtube.com/embed/* | |
| // @match http://www.youtube.com/* | |
| // @match https://www.youtube.com/* |
| <?php | |
| require_once __DIR__.'/vendor/autoload.php'; | |
| use Symfony\Component\HttpFoundation\Request; | |
| use Symfony\Component\HttpFoundation\Response; | |
| $app = new Silex\Application(); | |
| $app['debug'] = true; |
| /** | |
| * ANDY ANDROID CSS3 | |
| */ | |
| .android.normal { | |
| position: relative; | |
| top: 0; | |
| left: 20%; | |
| width: 264px; | |
| height: 336px; |