This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -f dshow -i video="HP Webcam [2 MP Fixed]" -s 640x480 -r 20 -tune zerolatency -b:v 2000k -c:v libx264 -preset ultrafast -pix_fmt yuv420p -g 1 -f mpegts -t 180 udp://127.0.0.1:80?pktsize=188&buffer_size=65535 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i inputfile.mp4 -vcodec copy -acodec ac3 -ac 6 -ab 448k outputfile.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i inputvideofile.mkv -i inputaudiofile.ac3 -map 0:[number of video stream] -map 1[number of audio stream] -c copy outputfile.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Descomprimir http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-latest-win32-static.7z | |
| Ir a la carpeta descomprimida, subcarpeta bin. | |
| Dejar en esa carpeta el video f4v | |
| Abrir una consola (cmd) | |
| cd a/la/ruta/donde/esta/la/carpeta/bin | |
| escribir: | |
| ffmpeg.exe -i archivo-para-convertir.f4v -codec copy archivo-resultado.mp4 | |
| Listo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -i inputvideofile.mkv -itsoffset 00:00:01.000 -i inputaudiofile.ac3 -map 0:[number of video stream] -map 1:0 -c copy outputfile.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rmdir /s /q D:\Foldername |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function filename_sin_non_ascii($filename) { | |
| return preg_replace('/[[:^print:]]/', '', $filename); | |
| } | |
| add_filter('sanitize_file_name', 'filename_sin_non_ascii', 10); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HvInit() ERROR!! No Windows hypervisor detected!! | |
| VmbusInitialize() ERROR!! Unable to initlialize the hypervisor - 0xffffffff | |
| vmbus_bus_init() ERROR!! Unable to initialize vmbus (-1) | |
| Video artifacts (green, black). | |
| Unable to login. | |
| Reason: 24-bit color depth no support by Microsft Virtual PC 2007. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # If you change this file, run 'update-grub' afterwards to update | |
| # /boot/grub/grub.cfg. | |
| GRUB_DEFAULT=0 | |
| GRUB_HIDDEN_TIMEOUT_QUIET=true | |
| GRUB_TIMEOUT=10 | |
| GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` | |
| GRUB_CMDLINE_LINUX_DEFAULT=" quiet vga=769" | |
| GRUB_CMDLINE_LINUX="" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Para ver Twitch.tv en VLC y asi aprovechar la aceleracion grafica del pc. | |
| Bajar https://github.com/chrippa/livestreamer/releases/download/v1.10.2/livestreamer-v1.10.2-win32-setup.exe | |
| Instalar ;) | |
| Abrir cmd (ejecutar -> cmd.exe) | |
| escribir: livestreamer twitch.tv/colemonotv [calidad] |
OlderNewer