AviSynth and mp4 >> Machine Learning and Artificial Intelligence >> FORUM for IT
FORUM for IT

FORUM for IT



SearchSearch   Users   Registration   Entrance
Today: 11.07.2025 - 19:25:04
Pages:  1  2  

AviSynth and mp4

Advertising

.
AuthorMessage

roc64

user




Statistics:
Messages: 113
Registration: 10.09.2001

I'm lost. I'm trying to use avisynth to modify an mp4 file. I've downloaded FFmpegSource. I have unzipped the downloaded file into its own folder. Now what? The documentation isn't doing it for me. How do I operate on an .mp4 file using avisynth and FFmpegSource? Thank you.

---------------------
MIKE (Roc) (INDIVIDUAL) 98 "AVUS BLUE" M3 COUPE (Individual) DINAN STAGE4, DINAN EURO HFM, T-BODY, CF CAI, SS EXHAUST, ACS BRACES, ACS PEDALS, X-BRACE, ROGUE SSK/WSR MICH PILOT SPORT, 255/35/18 R, 225/40/18 F
Message # 1 16.09.23 - 01:44:13
RE: AviSynth and mp4

Dahlar

user




Statistics:
Messages: 326
Registration: 01.28.2003

Doesn't work. Here is the line of code I'm using: Code:

---------------------
Message # 2 16.09.23 - 01:48:21
RE: AviSynth and mp4

Myviperisfaster

user




Statistics:
Messages: 498
Registration: 04.28.2002

Do you have the correct matching version(s) ? ie. if you have avisynth 32bit, you would use the 32bit version. If 64bit, use the 64bit version Which ffms2 version are you using ? Some versions are "C" plugins and they need to be loaded differently with LoadCPlugin

---------------------
Message # 3 16.09.23 - 01:56:32
RE: AviSynth and mp4

Cal

user




Statistics:
Messages: 598
Registration: 05.10.2003

Avisynth is obviously working but are you using 32 bit Avisynth & 32 bit ffms2 or 64bit and 64bit? (edit: whoops, poisondeathray beat me to it) "Can't find FFVideoSource" sounds like an Avisynth complaint and WMP is just displaying it. Is the error message actually "no function named FFVideoSource"? I'd try rather than WMP. Not that it'll magically fix the problem, but it'll make creating/previewing scripts a bit easier.

---------------------
Message # 4 16.09.23 - 02:03:35
RE: AviSynth and mp4

Peter S.

user




Statistics:
Messages: 15
Registration: 06.01.2003

I had to change to the 32-bit dll. This did not work: Code:

---------------------
Message # 5 16.09.23 - 02:13:14
RE: AviSynth and mp4

VPD

user




Statistics:
Messages: 496
Registration: 01.22.2003

OK, this code works, playing back on WMP. Code:

---------------------
Message # 6 16.09.23 - 02:23:10
RE: AviSynth and mp4

PublicEnemy

user




Statistics:
Messages: 90
Registration: 02.22.2003

If wmp can't play the avs directly, likely you need to match x86 vs. x64 (if wmp version is x64, it can't "see" an x86 script) I would try avspmod (again use x86 or x64 depending on which version you're currently using) , because you're going to want to use the preview and edit and probably look at some monitoring functions like waveform (histogram) . It also has built in color picker that can read off RGB and YUV values I have both x64 and x86 versions concurrently installed on one of my machines, but the x64 version is avisynth+ . But the point is x86 programs can only "see" x86 scripts and same with x64 programs and scripts

---------------------
1997 Alpine White M3 Coupe -Racing Hart C2's 18"/8.5" -H&R Coilovers -GC RSMs -OEM Clear Corners all around -Solaris Silver Bulbs -ZKW Projectors -6000k X-Tec HID's -20% Tint -Alpine flip out LCD -Alpine NAVIGATION system -Alpine MP3 6 Disc CD change
Message # 7 16.09.23 - 02:34:19
RE: AviSynth and mp4

Jimmie Jazz

user




Statistics:
Messages: 57
Registration: 08.10.2003

Here is all I'm trying to do: 1. Raise the luminance levels by 16 2. Hard clip luminance levels at 235. Yes, hard clip. I don't want to adjust the luminance here by lowering the gain; just a hard clip. I don't want to reduce 255 to 235. Just clip off the video, viz.: Code:

---------------------
'98 328 Alpinweiss Cabriolet, 150K, CD43, CHA-S634 MP3 Changer, Chromeline Interior Trim, 'Redlined' Gears & Diff, Z3 Chromed 16" Rims, Billet Front Stress Bar, aFe CAI, 'Golf Tee' Exhaust Mod, Powerdiscs, SS Brake Lines, CDV delete, JTD Underpanel,
Message # 8 16.09.23 - 02:39:23
RE: AviSynth and mp4

GGray

user




Statistics:
Messages: 6,854
Registration: 08.23.2003

If you want to avoid avisynth (or maybe revisit it later when you have more time) and do the equivalent in ffmpeg-ese , you can do it with lutyuv This lifts Y +16, then hard clips 16-235. Code:

---------------------
Gary Gray If you can take it apart you can make it faster!
Message # 9 16.09.23 - 02:45:59
RE: AviSynth and mp4

PDACPA1

user




Statistics:
Messages: 262
Registration: 05.20.2003

The camcorder is a Canon Vixia HF R800. No tweak points that I can find for video levels, aside from some consumer-y gimmicks for shooting scenes at the beach, etc. I seem to be making some progress with ffmpeg.

---------------------
PDACPA 2002 Dinan 3 f/k/a 330Ci Steel Gray 1989 911 Carrera Coupe 3.2 "It is not how much power you have, it is how much you have left to spare!" Pelican Gallery Photo Gallery Owner Gallery
Message # 10 16.09.23 - 02:55:33
RE: AviSynth and mp4
How to edit a thread title? : Previous topic
Pages:  1  2  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants