I made the mistake of agreeing to edit a play that I didn't record. It looks as if it was recorded on a VHS tape, but it wasn't. I have the Adobe Suite and I'm fairly familiar with it but I've never ran into an issue like this. I'm not looking to make it perfect, just slightly better. Any help would be appreciated. Thank you!
http://youtu.be/MlstYL9IOd4
+ Reply to Thread
Results 1 to 17 of 17
-
-
Welcome to the forum.
Pray, then, what was it recorded to? That is, what video format are you working with?
The only reasonably priced (i.e, free) tool I know of that could work with it is Avisynth. It wouldn't be Adobe.
Did you notice that the frames are geometrically warped?- My sister Ann's brother -
Do what you can with warp stabilizer in After Effects -- but this will never look good.
edit: Can't put my finger on it, but I suspect someone already tried to stabilize this with blunt tools like YouTube and added more damage. Is this the original?Last edited by smrpix; 16th Jan 2015 at 12:22.
-
Yeah, I use After Effects but never used warp Stabilizer (forgot about that). But smrpix is correct: it's wrecked.
We couldn't work with a UTube piece anyway. No telling what they did to it.- My sister Ann's brother -
Looks like someone set an in-camera effect. 'Ripple', something like that. I doubt it can ever be reverse engineered.
Last edited by transporterfan; 16th Jan 2015 at 12:51.
-
AVCHD Video (.MTS)
I have not checked on that.
No... this is the original video straight from the video card.
Thank you all for suggestions and comments. I knew I wouldn't be able to make this perfect. I just wanted to at least minimize the affects of it. I'll try Warp Stabilizer in After Affects and see what I can do. -
DeShaker in VirtualDub has some rolling shutter compensation. That will help with the jello effect once you figure out what setting to use.
-
- My sister Ann's brother
-
Here is a quick Stabilization with ffmpeg. It's better, but it still sucks....
Script:
Code:SET PATH="D:\FFMpeg\64-bit" for %%a in ("*.mp4") do ffmpeg -i %%a -vf vidstabdetect=shakiness=10:accuracy=15:result="%%~na.trf":show=0 -an -f null NUL for %%a in ("*.mp4") do ffmpeg -i %%a -vf vidstabtransform=crop=black:input="%%~na.trf" -c:v libx264 -level 40 -pix_fmt yuv420p -crf 20 -c:a copy "stabil_%%~na.mp4" pause
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........ -
-
Seriously........I doubt that $200 s/w is as good as DeShaker (free) for VirtualDub or even the Stabilizer filter in ffmpeg (also free). I can't stand when people claim something is "Great" without providing proof!
Show us what Mercalli can do on that source....................Got my retirement plans all set. Looks like I only have to work another 5 years after I die........ -
Mercalli did a great job removing the rolling shutter jello effect. I think it could have used more stabilization but I assume that could be adjusted.
I used DeShaker in VirtualDub to further stabilize your Mercalli video as an example.Last edited by jagabo; 17th Jan 2015 at 08:04.
-
Mercalli does handle rolling shutter better in this example, but it's not enough to justify the $200 expense in my opinion. Here is a direct comparison between Mercalli and DeShaker with rolling shutter @ 50%.
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........