Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#2 | Link |
Banana User
Join Date: Sep 2008
Posts: 919
|
I wrote to you that it's called "encode" and that you should ask "how to encode avs scripts".
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
#4 | Link |
Banana User
Join Date: Sep 2008
Posts: 919
|
I use mostly MeGUI but that probably would be overcomplicated for him.
Does anyone know some very simple FFmpeg GUI?
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 2nd May 2023 at 17:33. |
![]() |
![]() |
![]() |
#9 | Link |
Registered User
Join Date: Dec 2004
Location: Terneuzen, Zeeland, the Netherlands, Europe, Earth, Milky Way,Universe
Posts: 689
|
Load your script in VirtualDub and hit F7
![]() Fred.
__________________
About 8mm film: http://www.super-8.be Film Transfer Tutorial and example clips: https://www.youtube.com/watch?v=W4QBsWXKuV8 More Example clips: http://www.vimeo.com/user678523/videos/sort:newest |
![]() |
![]() |
![]() |
#13 | Link |
Banana User
Join Date: Sep 2008
Posts: 919
|
This program is first result from Google: clever FFmpeg-GUI
I guess that's because you didn't selected any encoder so VDub saved it uncompressed. EDIt: Btw, you can encode directly from AvsPmod but you need to know FFmpeg commands.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling Last edited by VoodooFX; 3rd May 2023 at 21:38. |
![]() |
![]() |
![]() |
#14 | Link | |
Registered User
Join Date: Apr 2023
Posts: 60
|
Quote:
So i think just knowing how to run a ffmpeg command inside an avs script would be better. i don't need any fancy options, just encode h264 and dump into mp4 container and i'm done. worst case juse use CBR of 22k like the original video and call it a day so command shouldn't be hard. |
|
![]() |
![]() |
![]() |
#15 | Link | ||
Banana User
Join Date: Sep 2008
Posts: 919
|
Quote:
Quote:
Use FFmpeg GUI I posted.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
||
![]() |
![]() |
![]() |
#17 | Link | |
Registered User
Join Date: Aug 2017
Location: Italy
Posts: 93
|
Quote:
Code:
ffmpeg.exe -i <input>.avs -c:v libx264 -crf 17 -preset slow -aspect 4:3 -c:a aac -b:a 128k <output>.mp4
__________________
A channel on S-VHS / VHS capture and AviSynth restoration https://www.youtube.com/channel/UCMs...h1MmNAs7I8nu4g |
|
![]() |
![]() |
![]() |
#19 | Link | |
Registered User
Join Date: Aug 2017
Location: Italy
Posts: 93
|
Quote:
Could you post please your AviSynth script?
__________________
A channel on S-VHS / VHS capture and AviSynth restoration https://www.youtube.com/channel/UCMs...h1MmNAs7I8nu4g |
|
![]() |
![]() |
![]() |
#20 | Link |
Banana User
Join Date: Sep 2008
Posts: 919
|
You don't need to add audio to avs scripts if you don't edit audio or change timeline of video.
Just mux it in with mkvtoolnix or other tool.
__________________
InpaintDelogo, DoomDelogo, JerkyWEB Fixer, Standalone Faster-Whisper - AI subtitling |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|