Hi guys, as I was told by jagabo (https://forum.videohelp.com/threads/390085-Chroma-noise-removal-just-on-a-part-of-the-video), I would like to create an intermediate avi file with Lagarith codec; I installed it, but I don't know how to start. I am using Avisynth 2.6 on Windows 7. Usually I use WinFF, but when I looked in its avi encoding options I only saw MS Compatible avi and 3 XviD codes. I would like to learn to do it using a command line ffmpeg script, but other methods are fine. Your help is highly appreciated.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Code:ffmpeg -i input.ext
-i means input
-c:v means video codec
-c:a means audio codec
-an means no audio
-an means no video
eg. encode an avs script using ut video codec, no audio
Code:ffmpeg -i "input.avs" -c:v utvideo -an "output.avi"
-
I have this problem, but I don't want to mess with the register https://ffmpeg.zeranoe.com/forum/viewtopic.php?t=268
But Virtual Dub seems to work pretty fine....If I give VDub2 an avs file with filters (deinterlace, color corrections etc), will it convert them too? -
You don't have to mess with registry. Just include the full paths to ffmpeg.exe . Use a ffmpeg that is static compiled, not linked to .dll's
e.g. if ffmpeg.exe was placed in c:\folder
Code:"c:\folder\ffmpeg.exe" -i "input.avs" -c:v utvideo -an "output.avi"
But Virtual Dub seems to work pretty fine....If I give VDub2 an avs file with filters (deinterlace, color corrections etc), will it convert them too?
Similar Threads
-
Smart render. Lagarith > Vegas(edit) > Lagarith.
By ValentineStone in forum Video ConversionReplies: 11Last Post: 5th Oct 2016, 13:31 -
Looking for mixing programs that are good for a beginner or intermediate?
By SyncroScales in forum AudioReplies: 3Last Post: 19th Jan 2016, 08:07 -
How to properly convert any long GOP files to i-frame intermediate (mjpeg)?
By Clever Sleazoid in forum Video ConversionReplies: 18Last Post: 15th Oct 2015, 01:58 -
Alternative intermediate video codec? (instead of cineform, miraizon)
By Taapo in forum EditingReplies: 2Last Post: 2nd Feb 2015, 03:27 -
Which Ut Video Option For Intermediate File From 1080p x264 Source
By LouieChuckyMerry in forum Video ConversionReplies: 15Last Post: 5th Feb 2014, 07:24