View Full Version : Galaxy S5 slow motion mode
sigma2x
6th August 2014, 10:40
Hello,
I have recently received a Galaxy S5 and have played around with the slow motion mode a bit, which allegedly records in 720p..
It does not look like 720p to me, but it also does not look like low resolution video scaled up.
It has taken me a while to get an acceptable result.
This is the best I have come up with so far:
ffmpegsource2("20140718_182040.mp4")
assumefps(25)
fielddeinterlace()
blackmanresize(640,360)
sr()
LimitedSharpenFaster(strength=90)
The sr() relates to the Super Resolution plugin for Avisynth from Infognition.
Here is a small clip (16mb):https://drive.google.com/file/d/0BwODiBEjIqYbSk5HM1FRalNhUXc/edit?usp=sharing
And here is the same clip after my current script:https://drive.google.com/file/d/0BwODiBEjIqYbVTVFdDZaQ0J3X2s/edit?usp=sharing
Reel.Deel
6th August 2014, 18:23
How about uploading an unprocessed sample? I really don't know what you're trying to do with your script. You're using FieldDeinterlace but isn't the video already progressive? Also you're downscaling to 640x360 and then using sr() to upscale? :confused:
sigma2x
6th August 2014, 18:38
The first clip is unprocessed, I just trimmed the original video and encoded it at a slightly higher bitrate than the original.
I can upload an MSU lossless version of the clip if you would prefer.
I used FieldDeinterlace because it seemed to soften the weird artifacts a little, even after a downscale and super-res.
I am scaling down and then using sr() to super-resolution it up to 720p again, because I do not know any other way of removing the artifacts without making the video look like garbage.
colours
6th August 2014, 20:13
Reel.Deel, it's certainly progressive, but there are combing artifacts visible. What makes this even weirder is that there are also vertical combing artifacts.
I have absolutely no clue what the S5 is doing to produce such garbled pictures. A random guess is that it's internally downscaling from 1080p to 720p and does something very wrong along the way.
Just for the sake of deciphering what's going on, could you take a static video in slow-motion mode and normal 720p/1080p videos of the same scene for reference?
Reel.Deel
7th August 2014, 06:00
Earlier I streamed the video and did not see the artifacts, now that I actually downloaded it I can see the artifacts clearly. Better yet, here's some examples from my S5. :)
All of the following samples are static, 5 seconds long, and were trimmed and remuxed with MKVToolNix. I don't have a tripod for a phone so the position may vary slightly between each sample.
720p normal.mkv (https://dl.dropbox.com/s/and894hs6j5vhxs/720p normal.mkv)
720p half.mkv (https://dl.dropbox.com/s/480py50dggyalvn/720p%20half.mkv)
720p quarter.mkv (https://dl.dropbox.com/s/jmtfh8e2m5vbjn3/720 quarter.mkv)
720p eighth.mkv (https://dl.dropbox.com/s/uucc8tkhbfahhr5/720p eighth.mkv)
1080p.mkv (https://dl.dropbox.com/s/86vuesa6j1whsqg/1080p.mkv)
4k.mkv (https://dl.dropbox.com/s/ordt9b41f6h8gfz/4k.mkv)
s5picture.jpg (https://dl.dropboxusercontent.com/s/k7o0xhxhz0rqkwn/s5picture.jpg) - full resolution (5312x2988)
It seams only slow motion mode 1/4 and 1/8 are affected by the artifacts, the rest have some minor aliasing but that's about it. It would be interesting to find out what actually is causing this.
sigma2x
7th August 2014, 07:54
Thanks Reel.Deel, I did not know that half speed 720 did not contain the weirdness, but then why would you record effectively 60fps in 720 when you can record 60fps in 1080.
Reel.Deel
11th August 2014, 17:53
I really haven't messed with this much but the artifacts kinda remind me of 'cross-conversion'. I'll try with CCC (http://forum.doom9.org/showthread.php?t=158696) (or maybe Destripe (https://sites.google.com/site/anibinmidori/destripe)) and see if does anything (I doubt it)...
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.