Topaz Video AI 6.0.1 macOS
Mejora de calidad de video consciente del tiempo. Video Enhance AI utiliza información de múltiples fotogramas para lograr resultados de alta gama para el aumento de escala, eliminación de ruido, desentrelazado y restauración de video. Mejorar la calidad de los videos es sustancialmente más complejo que las fotos debido a problemas relacionados con el movimiento como parpadeo, bloqueo y artefactos ondulados. Para resolver este problema, Video Enhance AI observa los fotogramas circundantes para mejorar la resolución y reducir los artefactos de movimiento para obtener resultados naturales.
Aumento de escala
Aumenta la resolución del video con detalles recopilados de múltiples fotogramas. Nuestro escalador de video puede convertir SD a HD y HD a 4k u 8k mientras añade detalles de video nítidos y naturales.
Eliminación de ruido
Elimina el ruido y el grano mientras recupera detalles reales en tus videos. Minimiza el parpadeo y otros artefactos temporales causados por enfoques de eliminación de ruido fotograma a fotograma.
Desentrelazado
Utiliza aprendizaje profundo para convertir videos entrelazados a progresivos preservando la definición de la imagen. Reduce significativamente los artefactos visuales en comparación con el desentrelazado tradicional.
Restauración
Restaura videos antiguos de forma natural sin añadir artefactos visuales. Recupera detalles realistas y elimina artefactos de compresión de fuentes antiguas o degradadas.
Conversión de tasa de fotogramas para 2021
Introducido en la v2.3, el modelo Chronos AI utiliza aprendizaje profundo para aumentar la tasa de fotogramas del video sin artefactos. Los métodos existentes como la mezcla de fotogramas y el flujo óptico tienen décadas de antigüedad y producen resultados inconsistentes y poco naturales. Video Enhance AI genera nuevos fotogramas que a menudo son indistinguibles de los fotogramas capturados con cámara, mejorando los videos con resultados más naturales.
Aumentar la tasa de fotogramas del video (24 a 60 FPS, 30 a 60 FPS)
Para aumentar la tasa de fotogramas de tu video, necesitarás generar nuevos fotogramas entre los fotogramas existentes de tu video. Las formas existentes de hacer esto (mezcla de fotogramas, flujo óptico) a menudo parecen poco naturales y temblorosas, especialmente con fondos en movimiento. Video Enhance AI utiliza un nuevo enfoque basado en aprendizaje automático para “predecir” el mejor fotograma intermedio entre los existentes, lo que te brinda resultados mucho mejores con una mayor variedad de material.
Crea un efecto de cámara lenta suave
Cuando creas un efecto de cámara lenta, es aún más importante que generes nuevos fotogramas sin tartamudeos o artefactos de movimiento. Video Enhance AI crea resultados de cámara lenta mucho más naturales en comparación con la interpolación temporal tradicional.
Menos artefactos de movimiento
Otras técnicas de aumento de escala de video a menudo crean un efecto de “brillo” o “parpadeo” debido al procesamiento diferente en fotogramas adyacentes. VEAI está entrenado para reducir significativamente tales artefactos.
Recupera detalles del video
VEAI ha sido entrenado para inyectar detalles reales en tus videos, derivados de la información adicional en múltiples fotogramas adyacentes, lo que nos permite ofrecer una mejora de video superior.
Obtén resultados más naturales
El aumento de escala tradicional a menudo causa artefactos. Aunque los artefactos visuales también existen en VEAI, se mitigan mediante la información derivada de múltiples fotogramas.
Entrenado con videos
VEAI fue entrenado exclusivamente con clips de video en lugar de imágenes fijas. (¡Los mejores resultados valen el mayor esfuerzo para recopilar el conjunto de datos!)
Optimizado para tu hardware
Trabajamos directamente con diferentes fabricantes de hardware para garantizar que el software funcione lo más rápido posible en tu máquina.
Flujo de trabajo conveniente
Convierte y combina fácilmente múltiples videos de SD a HD, HD a 4k y mucho más. Incluye preajustes de exportación y procesamiento por lotes.
Importación / exportación flexible
Admite tipos de archivos de video comunes y secuencias de imágenes como entrada, y exporta directamente a mp4, mov o secuencia de imágenes.
Procesamiento por lotes
Deja Video Enhance AI ejecutándose durante la noche con tus videos en cola, y regresa por la mañana con el material mejorado.
Compatibilidad: macOS 10.12 o posterior.
Página principal https://www.topazlabs.com/topaz-video-ai






Users have posted multiple apparent solutions, yet none can seem to write a clear step-by-step instruction. Maybe that is the reason why we are so fascinated with AI because it makes us all look dumb.
1) Open patch_script.txt with BBEdit and save it as tvaiscript.sh with line breaks: Unix (LF);
2) Open Terminal
3) Type: cd DIRNAME/TopazVideoAI-6.0.1 (replace DIRNAME with path that contains TopazVideoAI-6.0.1 folder or simply type cd – with space – and drag TopazVideoAI-6.0.1 folder into Terminal window)
4) Type: sed -i ” ‘s/\r//’ tvaiscript.sh
5) Type: bash tvaiscript.sh
worked with the BBEdit script writer, took around 3 minutes on M3 Max to complete the process, working well with no watermark and trial mode. make sure to keep it on LF mode for when you save it as a .sh
It worked.
perl -pe ‘s/\r\n/\n/g’ patch_script.txt > tvaiscript.sh
😉
The in cluded script works well, but it can’t be done with the macos internal TextEdit app. It requires another text editor app (e.g. BBEdit). in BBedit simply create a new file, copy/paste the script text, and save as *.sh file.
After that the sh file can be executed with Terminal.
It’s a shame that the *.sh file isn’t included from the very beginning.
The script can cause issues in unix like environment such as macos.
As a workaround, in the terminal type:
sed -i ” ‘s/\r//’ tvaiscript.sh
Then exec the script with bash again:
bash tvaiscript.sh
SOLUTION
Launch sed -i ” ‘s/\r$//’ DIRNAME/tvaiscript.sh before executing the script. Obviously you have to replace DIRNAME with your script folder name.
Too much BS. Give me a easy copy and paste in terminal script that works
Can someone post an actual working script so we can copy and paste it in our terminal?
Thank you very much, follow your guidance and works perfect on a MBP M1.
What does “converting the line ending to “LF” macOS/Unix” mean?
The script from version 5.4.1 is only removing the “demo” tag… there’s watermark on output. In order to make it work, you need to open the script in a code editor (BBedit, Nova, etc.) and save the file as “tvaiscript.sh” on your desktop. (I made an extra step, converting the line ending to “LF” macOS/Unix, but it may not be necesary). Open Terminal, write “exec bash” and a space, and drop the file from your desktop into the Terminal window. Hit ENTER and enter your password, and hit ENTER again, and wait. It may take a minute and seem to get stuck, but if you hit ENTER again, it says “task complete”.
Yup use BBEdit…just paste into it and save to the given file name. No watermarks, seems to be working
Thanks – that did it. Exported the file from BBEdit with Unix style line breaks (LF) rather than Mac or Windows style and it worked.
Can you tell me exactly what you did. Because I downloaded BBEdit and did everything through that and it still didn’t work for me. When I drag the file tvaiscript.sh to terminal it says no such file or directory. Please help. Thank you
you don’t have to be a dick about it. it was an honest mistake. I was going back here to post my findings and tell people it didn’t work. We are all trying to work together. If you can’t say something nice don’t say it at all.
CONFIRMED it work
I executed sudo -i first then run the script. It worked for me.
The BBedit method worked
It’s working well. I’ve used BBEdit – text edit did not work in any text format. On a M3 Max it took about a minute until the script was finished.
Nope, that results in watermarked videos. Not surprising since the app is totally different from the previous version. Don’t post such bullshit, it just wastes everone’s time.
I just tried the script from the previous version and it worked.
jonk – use the script from the previous version?
It doesn’t work Sparky
appstorrent.ru have a working version
Used script from previous version. Program now working however there is watermark on output videos. Any ideas?
..UPDATE,: sorry using the previous script keep the watermark, so false alarm.
GOOD NEWS, work perfect with the script of the last 5.4.1, start with function hex(),.
Ah finally… the script from version 5.4.1 seems to work.
Use the script from the previous version.
Could be nice upload directly the exec bash tvaiscript.sh, without any complication.
USELESS – DELETE
Script is not working
for me it worked but i pasted the text into terminal after converting it to plain text
Script not working… “command not found…”
dont working m2 pro computer, opening trial version
Hi,
Trial mode not changing. What’s the right order installing? (first app then patch? app running then patch? etc)
Thanks
I get errors when running the script
shell file is not working properly.