Diferencia entre revisiones de «Usuario:ManuelRomero/preferencias/videos»
De WikiEducator
(→Ver web responsiva) |
|||
(13 revisiones intermedias por el mismo usuario no mostrado) | |||
Línea 1: | Línea 1: | ||
+ | ===Idea apuntes=== | ||
+ | * https://doc.rust-lang.org/book/title-page.html | ||
+ | ===Ver web responsiva=== | ||
+ | http://responsivetesttool.com/?url=http://localhost:8000 | ||
+ | |||
+ | ===Editar pdf on line=== | ||
+ | https://www.sejda.com/es/pdf-editor? | ||
===Incluir una galería de vídeos=== | ===Incluir una galería de vídeos=== | ||
http://sachinchoolur.github.io/lightGallery/demos/html5-videos.html | http://sachinchoolur.github.io/lightGallery/demos/html5-videos.html | ||
+ | ===Imágenes e iconos=== | ||
+ | * Api para crear avatar con iniciales https://ui-avatars.com/ | ||
+ | * iconos en svg https://simpleicons.org/ | ||
+ | * Iconos sencillos en svg https://heroicons.dev/ | ||
+ | * Convertir una imagen para hacerla mas ligera para web https://tinypng.com/ | ||
+ | * Muñecos para animar la web: https://www.freepik.es/ | ||
+ | |||
===Galería de imágenes=== | ===Galería de imágenes=== | ||
https://unsplash.com/explore/collections | https://unsplash.com/explore/collections | ||
Línea 6: | Línea 20: | ||
http://minubeinformatica.com/login | http://minubeinformatica.com/login | ||
===Editar vídeos en linux=== | ===Editar vídeos en linux=== | ||
+ | |||
*Cinelerra y Open Shot, éste último si cabe, es más sencillo. | *Cinelerra y Open Shot, éste último si cabe, es más sencillo. | ||
+ | ;Instalar open-shot | ||
+ | <source lang=bash> | ||
+ | udo add-apt-repository ppa:openshot.developers/ppa | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install openshot-qt | ||
+ | </source> | ||
+ | **Con open shot problema en linux solucionado borrando | ||
+ | <source lang=bash> | ||
+ | rm $HOME/openshot_qt/backup/backup.osp | ||
+ | </source> | ||
− | |||
+ | *https://superuser.com/questions/1393637/openshot-crashes-on-startup/1393642#1393642?newreg=63af7612d3af4cc1ad95d04993f7828c | ||
+ | *https://filmora. w ondershare.com/video-editor/free-linux-video-editor.html | ||
− | ==Editar y generar vídeo=== | + | ===Editar y generar vídeo con obs=== |
+ | ;Obs | ||
+ | *Una herramienta para generar vídeo y poderlo retransmitir vía youtube | ||
+ | *Instalación | ||
+ | *Debemops tener instalado ffmpeg | ||
+ | <source lang=bash> | ||
+ | sudo apt install ffmpeg | ||
+ | </source> | ||
+ | <source lang=bash> | ||
+ | sudo add-apt-repository ppa:obsproject/obs-studio | ||
+ | sudo apt update | ||
+ | sudo apt install obs-studio | ||
+ | </source> | ||
+ | <br /> | ||
+ | {{MRM_Web| | ||
*https://github.com/obsproject/obs-studio/wiki/Install-Instructions#ubuntu-installation | *https://github.com/obsproject/obs-studio/wiki/Install-Instructions#ubuntu-installation | ||
*https://obsproject.com/es/ | *https://obsproject.com/es/ | ||
+ | ;Editor vectorial para crear títulos | ||
+ | *https://code.launchpad.net/~inkscape.dev/+archive/ubuntu/stable | ||
+ | }} | ||
+ | ====Crear un gif a partir de un vídeo==== | ||
+ | <br /> | ||
+ | {{MRM_Web| | ||
+ | https://asciinema.org/ | ||
+ | }} | ||
+ | ====Crear un gif a partir de un vídeo==== | ||
+ | <br /> | ||
+ | {{MRM_Web| | ||
+ | https://edpuzzle.com/ | ||
+ | }} |
Última revisión de 20:36 7 ago 2024
Contenido
Idea apuntes
Ver web responsiva
http://responsivetesttool.com/?url=http://localhost:8000
Editar pdf on line
https://www.sejda.com/es/pdf-editor?
Incluir una galería de vídeos
http://sachinchoolur.github.io/lightGallery/demos/html5-videos.html
Imágenes e iconos
- Api para crear avatar con iniciales https://ui-avatars.com/
- iconos en svg https://simpleicons.org/
- Iconos sencillos en svg https://heroicons.dev/
- Convertir una imagen para hacerla mas ligera para web https://tinypng.com/
- Muñecos para animar la web: https://www.freepik.es/
Galería de imágenes
https://unsplash.com/explore/collections
Web ejemplo para hacer apuntes
http://minubeinformatica.com/login
Editar vídeos en linux
- Cinelerra y Open Shot, éste último si cabe, es más sencillo.
- Instalar open-shot
udo add-apt-repository ppa:openshot.developers/ppa sudo apt-get update sudo apt-get install openshot-qt
- Con open shot problema en linux solucionado borrando
rm $HOME/openshot_qt/backup/backup.osp
- https://superuser.com/questions/1393637/openshot-crashes-on-startup/1393642#1393642?newreg=63af7612d3af4cc1ad95d04993f7828c
- https://filmora. w ondershare.com/video-editor/free-linux-video-editor.html
Editar y generar vídeo con obs
- Obs
- Una herramienta para generar vídeo y poderlo retransmitir vía youtube
- Instalación
- Debemops tener instalado ffmpeg
sudo apt install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio sudo apt update sudo apt install obs-studio
|
Crear un gif a partir de un vídeo
Crear un gif a partir de un vídeo