[FFmpeg-user] Need help why this type video have orange colored block noise when played with OS X
桃源老師
xanadu6291 at gmail.com
Wed Sep 9 20:19:35 CEST 2015
Hello video experts...
This might not be related with ffmpeg. But I appreciate that if you teach me something...
I have some videos which have orange colored block noise when played with OS X QuickTime player. ffprobe (sorry a bit old) reports as follows:
$ ffprobe -i /Volumes/SA25-TR1-U3SV-4/Downloads/029_3xplanet_CWP-131.mp4
ffprobe version N-73994-g1909a91 Copyright (c) 2007-2015 the FFmpeg developers
built with Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
configuration: --prefix=/Volumes/ffmpeg_compile --pkg-config-flags=--static --disable-ffserver --enable-gpl --enable-version3 --enable-nonfree --enable-libmp3lame --enable-libfdk-aac --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvorbis --enable-libspeex --enable-libopus --enable-libgsm --enable-libtwolame --enable-libsoxr --enable-libwavpack --enable-libmodplug --enable-libopenjpeg --enable-libwebp --enable-libtheora --enable-libx264 --enable-libopenh264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-libxavs --enable-libfreetype --enable-fontconfig --enable-libfribidi --enable-libass --enable-libbluray --enable-libvidstab
libavutil 54. 29.100 / 54. 29.100
libavcodec 56. 52.100 / 56. 52.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 28.100 / 5. 28.100
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Volumes/SA25-TR1-U3SV-4/Downloads/029_3xplanet_CWP-131.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: mp42isomavc1
creation_time : 2015-08-25 04:52:17
Duration: 01:59:23.48, start: 0.000000, bitrate: 1329 kb/s
Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 125 kb/s (default)
Metadata:
creation_time : 2015-08-25 04:52:17
handler_name : Sound Media Handler
Stream #0:1(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 856x480 [SAR 1:1 DAR 107:60], 1200 kb/s, 29.97 fps, 29.97 tbr, 60k tbn, 59.94 tbc (default)
Metadata:
creation_time : 2015-08-25 04:52:17
handler_name : Video Media Handler
encoder : AVC Coding
With ffplay, Windows Media Player, or MPC-HC, these video playbacks fine, i.e. playback without orange colored block noise.
Also, If I re-encode those videos with the following ffmpeg command, the block noise have gone on OS X QuickTime Player.
$ ffmpeg -i /Volumes/SA25-TR1-U3SV-4/Downloads/029_3xplanet_CWP-131.mp4 -c:v libx264 -profile:v High -preset slow -crf 18 -c:a copy -metadata creation_time="2015-08-25 04:52:17" -y test.mp4
In addition, one of those videos can playback without noise on OS X. But I can't find out the difference between noised one and non-noised one.
I already have workaround. Do not playback those video with QuickTime Player. But If I can, I'd like to know why only QuickTime Player playbacks block noised video...
Best Regards,
// Miya aka. TougenRoushi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2523 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20150910/0a6fb374/attachment.bin>
More information about the ffmpeg-user
mailing list