
Recherche avancée
Autres articles (12)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (6419)
-
How to not process any personal data with Matomo and what it means for you
22 avril 2018, par InnoCraftDisclaimer : this blog post has been written by digital analysts, not lawyers. The purpose of this article is to explain how to not process any personal data with Matomo in order to avoid going through the GDPR compliance process with Matomo analytics. This work comes from our interpretation of different sources : the official GDPR text and the UK privacy commission : ICO resources. It cannot be considered as a professional legal advice. So as GDPR, this information is subject to change. GDPR may be also known as RGPD in French, Spanish, Portuguese, Datenschutz-Grundverordnung, DS-GVO in German, Algemene verordening gegevensbescherming in Dutch, Regolamento generale sulla protezione dei dati in Italian.
Are you looking for a way to not process any personal data with Matomo ? If the answer is yes, you are at the right place. From our understanding, if you are not processing personal data, then you shouldn’t be concerned about GDPR. Our inspiration came from this official reference :
“The principles of data protection should therefore not apply to anonymous information, namely information which does not relate to an identified or identifiable natural person or to personal data rendered anonymous in such a manner that the data subject is not or no longer identifiable. This Regulation does not therefore concern the processing of such anonymous information, including for statistical or research purposes.“
In this blog post we are going to see how you can configure Matomo in order to not process any personal data and what the consequences are.
Which data is considered as personal according to GDPR ?
From : eur-lex.europa.eu
(1) “‘personal data’ means any information relating to an identified or identifiable natural person (‘data subject’) ; an identifiable natural person is one who can be identified, directly or indirectly, in particular by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person ;”
(30) “Natural persons may be associated with online identifiers provided by their devices, applications, tools and protocols, such as internet protocol addresses, cookie identifiers or other identifiers such as radio frequency identification tags. This may leave traces which, in particular when combined with unique identifiers and other information received by the servers, may be used to create profiles of the natural persons and identify them.”
So according to your Matomo configuration, it may leave some traces within the following data :
- IP addresses
- Cookies identifiers
- Page URL or page titles
- User ID and Custom “personal” data
- Ecommerce order IDs
- Location
- Heatmaps & Session Recordings
Let’s see each of them in more detail.
1. IP addresses
IP addresses can indirectly identify an individual. It can also give a good approximation of an individual’s location.
IP addresses are therefore considered as personal data which means you need to anonymize them. To do so, a feature is available within Matomo, where you can anonymize the IP. We recommend you to anonymize at least the last two bytes :
See our configuration guide for more information
What are the consequences of using this feature ?
When applying IP anonymization on two bytes, you will no longer be able to see the full IP in the UI.
Moreover, there is a small chance that 2 different visitors with the same device and software configuration will be identified as the same visitor if the anonymised IP address is the same for both.
2. Cookies
It is not clear for us yet if all cookies are considered equal under GDPR. At this stage it is too early to make a definite decision.
Did you know ? Matomo lets you optionally disable the creation of cookies by adding an extra line of code to your tracking code see below.
See our configuration guide for more information
What are the consequences of using this feature ?
Matomo is using a few first party cookies, and the following cookies may hold personal data :
- _pk_id : contains a visitor id used to identify unique visitors
- _pk_ref : to identify from where they came from
If Matomo cannot set cookies, it will use a technique called Fingerprint. It is based on several metadata such as the operating system, browser, browser plugins, IP address, browser language ; just to name a few to identify a unique visitor. As this feature is less accurate than the one using cookies, the number of visitors and visits will be affected.
3. Page URLs and page titles
URLs are not mentioned within the official GDPR text. However, we know that according to the different CMS you use, some of them may have URLs including personal identifiers.
For example :
As a result, you need to find a way to anonymize this data.
There are several ways you can perform this action according to your website. If your website is adding the personal data through query parameters, you can define a rule to exclude them from Matomo.
If the personal data are not included within query parameters, you can use the “setCustomURL” feature and write your code as follow :
See our developer documentation for more information
If you are also processing personal data within the title tag, you can use the following function : “setDocumentTitle”.
What are the consequences of using this feature ?
By anonymizing the URLs containing personal data, some of your URLs will be grouped together.
4. User ID and custom personal data
User ID is a feature (a tracking code needs to be added) which allows you to identify the same user across different devices.
A User ID needs a corresponding database in order to link a user across different devices, it can be an email, a username, a name, a random number… All those data are either direct or non direct online identifiers and are therefore under the scope of GDPR.
It will be the same situation if you are using custom variables and/or custom dimensions in order to push personal data to the system.
To continue using the User ID feature but not recording personal data, you can consider using a hash function which will anonymize/convert your actual User ID into something like “3jrj3j34434834urj33j3”.
Alternatively, you can enable the feature “Anonymise User IDs”. This feature will be available starting in Matomo 3.5.0 :
What are the consequences of using this feature ?
Under GDPR, User ID is personal data. Anonymizing the User ID using a hash function or our built-in functionality make the User Id pseudo-anonymous, which means it can’t be easily identified to a specific user. As a result, you will still get accurate visits and unique visitors metrics, and the Visitor Profile, but without tracking the original User ID which is personal data.
5. Ecommerce order IDs
Order IDs are the reference number assigned to the products/services bought by your customers. As this information can be crossed with your internal database, it is considered as an online identifier and is therefore under the scope of GDPR. As for User ID, you can anonymize order IDs using our built-in functionality to Anonymise Order IDs (see section 4. about User Id).
What are the consequences of anonymizing order ID ?
It really depends on your former use of order IDs. If you were not using them in the past then you should not see any difference.
6. Location
Based on the IP address of a visitor, Matomo can detect the visitors location. Location data is problematic for privacy as this technology has become quite accurate and can detect not only the city a visitor is from, but sometimes an even more precise position of a visitor.
In order to not leave any accurate traces, we strongly recommend you to enable the IP anonymization feature. Next, you need to enable the setting “Also use the anonymized IP address when enriching visits”. You find this setting directly below the IP anonymization. This is important as otherwise the full IP address will be used to geolocate a visitor.
What are the consequences of anonymizing location data ?
The more bytes you anonymize from the IP, the more anonymized your location will be. When you remove two bytes as suggested, the city and region location reports will not be as accurate. In some cases even the country may not be detected correctly anymore.
7. Heatmaps & Session Recordings
Heatmaps & Session Recording is a premium feature in Matomo allowing you to see where users click, hover, type and scroll. With session recordings you can then replay their actions in a video.
Heatmaps & Session Recordings are under the scope of GDPR as they can disclose in some specific cases (for example : filling a contact form) personal data :
To avoid this, Matomo will anonymize all keystrokes which a user enters into a form field unless you specifically whitelist a field. Many fields that could contain personal data, such as a credit card, phone number, email address, password, social security number, and more are always anonymized and not recorded.
See our configuration guide for more information
Note that a page may still show personal information within the page as part of regular content (not a form element). For example an address, or the profile page of a forum user. We have added a feature which allows you to set an HTML attribute “data-matomo-mask” to anonymize any personal content shown in the UI.
What are the consequences of using this feature ?
Mainly, you will not be able to see in plain text what people are entering into your forms.
What should you do with past data ?
Once more, we have to say that we are not lawyers. So do not take our answers as legal advice. From : ec.europa.eu/newsroom/article29/document.cfm ?doc_id=50053
“For example, as the GDPR requires that a controller must be able to demonstrate that valid consent was obtained, all presumed consents of which no references are kept will automatically be below the consent standard of the GDPR and will need to be renewed.”
Our interpretation is that, if you were previously relying on consent, unless you can demonstrate that valid consent was obtained, you need to get the consent back (which is almost impossible) or you need to anonymize or remove that data.
To anonymize previously tracked data, we are actively working on a feature to do just that directly within Matomo. Alternatively, you may also set up the deletion of logs after a certain amount of time.
We really hope you enjoyed reading this article. GDPR is still on the go and we are pretty sure you have a lot of questions about it. You probably would like to share our vision about it. So do not hesitate to ask us through our contact form to see how we are interpreting GDPR at Matomo and InnoCraft.
The post How to not process any personal data with Matomo and what it means for you appeared first on Analytics Platform - Matomo.
-
How to use ffmpeg to copy streams and preserve format and metadata ?
24 septembre 2023, par dzeekI have two files with multiple streams in each.



Output.mp4 has 2 streams : video and audio (streams 0,1)



Input.mp4 has 3 streams : video, audio and data (streams 0,1,2)



I need to add stream 2 from Input.mp4 to Output.mp4 yielding Final.mov.



I tried using this command but it does seem to preserve the format and metadata for the stream that is added :



ffmpeg -y -i Output.mp4 -i Input.mp4 -c copy -map 0:0 -map 0:1 -map 1:2 Final.mov




The output from ffmpeg seems to show that it is working but the format and metadata for the streams in the Final.mov is not correct.



I would appreciate any help with how to change the command to make it work.



Thank you !



Here is the command output :



ffmpeg -y -i Output.mp4 -i Input.mp4 -c copy -map 0:0 -map 0:1 -map 1:2 Final.mov

ffmpeg version N-84679-gd65b595 Copyright (c) 2000-2017 the FFmpeg developers
 built with gcc 6.3.0 (GCC)
 configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
 libavutil 55. 51.100 / 55. 51.100
 libavcodec 57. 86.103 / 57. 86.103
 libavformat 57. 67.100 / 57. 67.100
 libavdevice 57. 3.101 / 57. 3.101
 libavfilter 6. 78.100 / 6. 78.100
 libswscale 4. 3.101 / 4. 3.101
 libswresample 2. 4.100 / 2. 4.100
 libpostproc 54. 2.100 / 54. 2.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Output.mp4':
 Metadata:
 major_brand : mp42
 minor_version : 0
 compatible_brands: mp42mp41
 creation_time : 2018-04-15T21:57:13.000000Z
 Duration: 00:24:25.05, start: 0.000000, bitrate: 3571 kb/s
 Stream #0:0(eng): Video: hevc (Main) (hvc1 / 0x31637668), yuvj420p(pc, bt709), 7680x3840 [SAR 1:1 DAR 2:1], 3252 kb/s, 1 fps, 1 tbr, 100k tbn, 2.15 tbc (default)
 Metadata:
 creation_time : 2018-04-15T21:57:13.000000Z
 handler_name : Alias Data Handler
 encoder : HEVC Coding
 Side data:
 stereo3d: 2D
 spherical: equirectangular (0.000000/0.000000/0.000000)
 Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 317 kb/s (default)
 Metadata:
 creation_time : 2018-04-15T21:57:13.000000Z
 handler_name : Alias Data Handler
Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'Input.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2mp41
 creation_time : 2018-04-12T12:02:32.000000Z
 make : Insta360
 model : Insta360 Pro
 encoder : Lavf57.71.100
 description : {"info":{"gyro_stabilized":false,"initial_view_changed":false}}
 Duration: 00:24:25.00, start: -0.004233, bitrate: 6394 kb/s
 Stream #1:0(und): Video: hevc (Main) (hev1 / 0x31766568), yuv420p(tv), 7680x3840, 6196 kb/s, 1 fps, 1 tbr, 360k tbn, 5 tbc (default)
 Metadata:
 creation_time : 2018-04-12T12:02:32.000000Z
 handler_name : VideoHandler
 Side data:
 stereo3d: 2D
 spherical: equirectangular (0.000000/0.000000/0.000000)
 Stream #1:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 4.0, fltp, 129 kb/s (default)
 Metadata:
 creation_time : 2018-04-12T12:02:32.000000Z
 handler_name : SoundHandler
 Stream #1:2(und): Data: none (camm / 0x6D6D6163), 36 kb/s
 Metadata:
 creation_time : 2018-04-12T12:02:32.000000Z
 handler_name : CameraMetadataMotionHandler
Output #0, mov, to 'Final.mov':
 Metadata:
 major_brand : mp42
 minor_version : 0
 compatible_brands: mp42mp41
 encoder : Lavf57.67.100
 Stream #0:0(eng): Video: hevc (Main) (hvc1 / 0x31637668), yuvj420p(pc, bt709), 7680x3840 [SAR 1:1 DAR 2:1], q=2-31, 3252 kb/s, 1 fps, 1 tbr, 100k tbn, 100k tbc (default)
 Metadata:
 creation_time : 2018-04-15T21:57:13.000000Z
 handler_name : Alias Data Handler
 encoder : HEVC Coding
 Side data:
 stereo3d: 2D
 spherical: equirectangular (0.000000/0.000000/0.000000)
 Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 317 kb/s (default)
 Metadata:
 creation_time : 2018-04-15T21:57:13.000000Z
 handler_name : Alias Data Handler
 Stream #0:2(und): Data: none (camm / 0x6D6D6163), 36 kb/s
 Metadata:
 creation_time : 2018-04-12T12:02:32.000000Z
 handler_name : CameraMetadataMotionHandler
Stream mapping:
 Stream #0:0 -> #0:0 (copy)
 Stream #0:1 -> #0:1 (copy)
 Stream #1:2 -> #0:2 (copy)
Press [q] to stop, [?] for help
[mov @ 0000000004894f00] Unknown hldr_type for camm / 0x6D6D6163, writing dummy valuesd= 629x
frame= 1465 fps=625 q=-1.0 Lsize= 650825kB time=00:24:24.98 bitrate=3639.3kbits/s speed= 625x
video:581593kB audio:56757kB subtitle:0kB other streams:6602kB global headers:0kB muxing overhead: 0.910633%




Here are the streams in the Final.mp4 file :



ffmpeg -i Final.mov

ffmpeg version N-84679-gd65b595 Copyright (c) 2000-2017 the FFmpeg developers
 built with gcc 6.3.0 (GCC)
 configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-zlib
 libavutil 55. 51.100 / 55. 51.100
 libavcodec 57. 86.103 / 57. 86.103
 libavformat 57. 67.100 / 57. 67.100
 libavdevice 57. 3.101 / 57. 3.101
 libavfilter 6. 78.100 / 6. 78.100
 libswscale 4. 3.101 / 4. 3.101
 libswresample 2. 4.100 / 2. 4.100
 libpostproc 54. 2.100 / 54. 2.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0000000002726860] overread end of atom 'stsd' by 2974416 bytes
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Final.mov':
 Metadata:
 major_brand : qt
 minor_version : 512
 compatible_brands: qt
 encoder : Lavf57.67.100
 Duration: 00:24:25.00, start: 0.000000, bitrate: 3639 kb/s
 Stream #0:0(eng): Video: hevc (Main) (hvc1 / 0x31637668), yuvj420p(pc, bt709), 7680x3840 [SAR 1:1 DAR 2:1], 3252 kb/s, 1 fps, 1 tbr, 100k tbn, 2.15 tbc (default)
 Metadata:
 handler_name : DataHandler
 encoder : HEVC Coding
 Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 317 kb/s (default)
 Metadata:
 handler_name : DataHandler
 Stream #0:2(eng): Data: none (stts / 0x73747473), 36 kb/s
 Metadata:
 handler_name : DataHandler



-
FFMPEG - Zoompan image overlay keep ratio
4 mai 2018, par Pier Giorgio MisleyWith zoompan I can zoom in and out an image overlayed over a video. My problem is that the image ratio is not respected and the image is stretched in something like 16:9
The image in the center is a phone vertical picture, but It result like this :
Looks like zoompan is trying to stretch to full width and the height to.. something. How can I keep the ratio while zooming ? I tried using
sar
but it doesn’t workNote : I read this post and I probably should set the size, but how can I set it to keep the original one ?
Edit :
-i "vid.mov" -loop 1 -t 1 -i "1.png" -filter_complex "[1:v]format=rgba,scale=1440x2560,setsar=1/1,zoompan=z='min(zoom+0.0015,1.5)':s=720x1280:d=7250:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)',fade=in:st=20:d=1:alpha=1,fade=out:st=77:d=1:alpha=1[im];[0][im]overlay=(main_w-overlay_w)/2:(main_h - overlay_h)/2:shortest=1" -pix_fmt yuv420p -c:a copy output_0.mp4
With this, in some video format/resolutions it works, in others not
ie : with
.mp4
it works, with.mov
it doesn’tEdit2 :
here is the log (names here are not truncated, there is the full path instead of file name)
Error : ffmpeg version N-90893-gcae6f806a6 Copyright (c) 2000-2018 the
FFmpeg developersError : built with gcc 7.3.0 (GCC)
Error : configuration : —enable-gpl —enable-version3 —enable-sdl2
—enable-bzlib —enable-fontconfig —enable-gnutls —enable-iconv —enable-libass —enable-libbluray —enable-libfreetype —enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-libopus —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libtheora —enable-libtwolame —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx264 —enable-libx265 —enable-libxml2 —enable-libzimg —enable-lzma —enable-zlib —enable-gmp —enable-libvidstab —enable-libvorbis —enable-libvo-amrwbenc —enable-libmysofa —enable-libspeex —enable-libxvid —enable-libaom —enable-libmfx —enable-amf —enable-ffnvcodec —enable-cuvid —enable-d3d11va —enable-nvenc —enable-nvdec —enable-dxva2 —enable-avisynthError : libavutil 56. 17.100 / 56. 17.100
Error : libavcodec 58. 19.100 / 58. 19.100
Error : libavformat 58. 13.100 / 58. 13.100
Error : libavdevice 58. 4.100 / 58. 4.100
Error : libavfilter 7. 21.100 / 7. 21.100
Error : libswscale 5. 2.100 / 5. 2.100
Error : libswresample 3. 2.100 / 3. 2.100
Error : libpostproc 55. 2.100 / 55. 2.100
Error : Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
’C :\AREA\Progetti\VideoEditingDefunti\samples\video\template_religioso_2.mp4’ :Error : Metadata :
Error : major_brand : isom
Error : minor_version : 512
Error : compatible_brands : isomiso2avc1mp41
Error : encoder : Lavf58.13.100
Error : Duration : 00:02:12.50, start : 0.000000, bitrate : 3149 kb/s
Error : Stream #0:0(und) : Video : h264 (High) (avc1 / 0x31637661),
yuv420p(tv, bt709), 1024x600 [SAR 1:1 DAR 128:75], 3014 kb/s, 24 fps,
24 tbr, 19200 tbn, 50 tbc (default)Error : Metadata :
Error : handler_name : VideoHandler
Error : timecode : 00:00:00:00
Error : Stream #0:1(und) : Audio : aac (LC) (mp4a / 0x6134706D),
44100 Hz, stereo, fltp, 129 kb/s (default)Error : Metadata :
Error : handler_name : SoundHandler
Error : Stream #0:2(eng) : Data : none (tmcd / 0x64636D74)
Error : Metadata :
Error : handler_name : TimeCodeHandler
Error : timecode : 00:00:00:00
Error : Input #1, png_pipe, from
’C :\AREA\Progetti\VideoEditingDefunti\samples\in\esempio1\1 s.png’ :Error : Duration : N/A, bitrate : N/A
Error : Stream #1:0 : Video : png, rgb24(pc), 720x1280, 25 fps, 25
tbr, 25 tbn, 25 tbcError : Stream mapping :
Error : Stream #0:0 (h264) -> overlay:main
Error : Stream #1:0 (png) -> format
Error : overlay -> Stream #0:0 (libx264)
Error : Stream #0:1 -> #0:1 (copy)
Error : Press [q] to stop, [?] for help
Error : [libx264 @ 000002415f7f8280] using SAR=1/1
Error : [libx264 @ 000002415f7f8280] using cpu capabilities : MMX2
SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2Error : [libx264 @ 000002415f7f8280] profile High, level 3.1
Error : [libx264 @ 000002415f7f8280] 264 - core 155 r2901 7d0ff22 -
H.264/MPEG-4 AVC codec - Copyleft 2003-2018 -
http://www.videolan.org/x264.html - options : cabac=1 ref=3
deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00
mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0
deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12
lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0
bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1
b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250
keyint_min=24 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf
mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40
aq=1:1.00Error : Output #0, mp4, to
’C :\AREA\Progetti\VideoEditingDefunti\samples\in\esempio1\output_0.mp4’ :Error : Metadata :
Error : major_brand : isom
Error : minor_version : 512
Error : compatible_brands : isomiso2avc1mp41
Error : encoder : Lavf58.13.100
Error : Stream #0:0 : Video : h264 (libx264) (avc1 / 0x31637661),
yuv420p, 1024x600 [SAR 1:1 DAR 128:75], q=-1—1, 24 fps, 12288 tbn, 24
tbc (default)Error : Metadata :
Error : encoder : Lavc58.19.100 libx264
Error : Side data :
Error : cpb : bitrate max/min/avg : 0/0/0 buffer size : 0 vbv_delay :
-1Error : Stream #0:1(und) : Audio : aac (LC) (mp4a / 0x6134706D),
44100 Hz, stereo, fltp, 129 kb/s (default)Error : Metadata :
Error : handler_name : SoundHandler
Error : [swscaler @ 0000024164404cc0] Warning : data is not aligned !
This can lead to a speed lossError : frame= 50 fps=0.0 q=0.0 size= 0kB time=00:00:02.39
bitrate= 0.2kbits/s speed=4.76xError : frame= 107 fps=106 q=28.0 size= 0kB time=00:00:04.76
bitrate= 0.1kbits/s speed=4.72xError : frame= 170 fps=113 q=28.0 size= 0kB time=00:00:07.38
bitrate= 0.1kbits/s speed=4.89xError : frame= 236 fps=117 q=28.0 size= 0kB time=00:00:10.14
bitrate= 0.0kbits/s speed=5.05xError : frame= 308 fps=123 q=28.0 size= 0kB time=00:00:13.14
bitrate= 0.0kbits/s speed=5.23xError : frame= 381 fps=126 q=28.0 size= 0kB time=00:00:16.18
bitrate= 0.0kbits/s speed=5.37xError : frame= 453 fps=129 q=28.0 size= 256kB time=00:00:19.17
bitrate= 109.4kbits/s speed=5.45xError : frame= 524 fps=130 q=28.0 size= 256kB time=00:00:22.12
bitrate= 94.8kbits/s speed= 5.5xError : frame= 587 fps=129 q=28.0 size= 256kB time=00:00:24.75
bitrate= 84.7kbits/s speed=5.46xError : frame= 640 fps=127 q=28.0 size= 512kB time=00:00:26.95
bitrate= 155.6kbits/s speed=5.35xError : frame= 695 fps=125 q=28.0 size= 768kB time=00:00:29.25
bitrate= 215.1kbits/s speed=5.28xError : frame= 751 fps=124 q=28.0 size= 1024kB time=00:00:31.60
bitrate= 265.5kbits/s speed=5.22xError : frame= 804 fps=123 q=28.0 size= 1280kB time=00:00:33.80
bitrate= 310.2kbits/s speed=5.16xError : frame= 856 fps=121 q=28.0 size= 1536kB time=00:00:35.96
bitrate= 349.8kbits/s speed= 5.1xError : frame= 906 fps=120 q=28.0 size= 1792kB time=00:00:38.05
bitrate= 385.7kbits/s speed=5.03xError : frame= 954 fps=118 q=28.0 size= 2048kB time=00:00:40.05
bitrate= 418.9kbits/s speed=4.96xError : frame= 1004 fps=117 q=28.0 size= 2304kB time=00:00:42.14
bitrate= 447.9kbits/s speed=4.91xError : frame= 1052 fps=116 q=28.0 size= 2560kB time=00:00:44.14
bitrate= 475.1kbits/s speed=4.85xError : frame= 1107 fps=115 q=28.0 size= 2816kB time=00:00:46.41
bitrate= 497.0kbits/s speed=4.83xError : frame= 1161 fps=115 q=28.0 size= 3072kB time=00:00:48.66
bitrate= 517.1kbits/s speed=4.81xError : frame= 1205 fps=113 q=28.0 size= 3584kB time=00:00:50.50
bitrate= 581.4kbits/s speed=4.75xError : frame= 1250 fps=112 q=28.0 size= 3840kB time=00:00:52.38
bitrate= 600.5kbits/s speed=4.71xError : frame= 1294 fps=111 q=28.0 size= 4096kB time=00:00:54.21
bitrate= 618.9kbits/s speed=4.66xError : frame= 1340 fps=110 q=28.0 size= 4608kB time=00:00:56.14
bitrate= 672.3kbits/s speed=4.62xError : frame= 1384 fps=109 q=28.0 size= 4864kB time=00:00:57.98
bitrate= 687.2kbits/s speed=4.58xError : frame= 1428 fps=108 q=28.0 size= 5120kB time=00:00:59.81
bitrate= 701.2kbits/s speed=4.54xError : frame= 1461 fps=107 q=28.0 size= 5376kB time=00:01:01.18
bitrate= 719.8kbits/s speed=4.47xError : frame= 1503 fps=106 q=28.0 size= 5632kB time=00:01:02.92
bitrate= 733.2kbits/s speed=4.44xError : frame= 1547 fps=105 q=28.0 size= 5888kB time=00:01:04.76
bitrate= 744.8kbits/s speed=4.41xError : frame= 1598 fps=105 q=28.0 size= 6144kB time=00:01:06.89
bitrate= 752.4kbits/s speed= 4.4xError : frame= 1633 fps=104 q=28.0 size= 6400kB time=00:01:08.33
bitrate= 767.2kbits/s speed=4.35xError : frame= 1676 fps=103 q=28.0 size= 6656kB time=00:01:10.14
bitrate= 777.3kbits/s speed=4.33xError : frame= 1724 fps=103 q=28.0 size= 6656kB time=00:01:12.14
bitrate= 755.8kbits/s speed=4.31xError : frame= 1760 fps=102 q=28.0 size= 7168kB time=00:01:13.63
bitrate= 797.5kbits/s speed=4.28xError : frame= 1784 fps=101 q=28.0 size= 7424kB time=00:01:14.62
bitrate= 814.9kbits/s speed=4.21xError : frame= 1815 fps= 99 q=28.0 size= 7936kB time=00:01:15.92
bitrate= 856.2kbits/s speed=4.16xError : frame= 1852 fps= 99 q=28.0 size= 8192kB time=00:01:17.46
bitrate= 866.4kbits/s speed=4.13xError : frame= 1886 fps= 98 q=28.0 size= 8704kB time=00:01:18.87
bitrate= 904.0kbits/s speed=4.09xError : frame= 1914 fps= 97 q=28.0 size= 8960kB time=00:01:20.06
bitrate= 916.8kbits/s speed=4.04xError : frame= 1954 fps= 96 q=28.0 size= 9216kB time=00:01:21.71
bitrate= 924.0kbits/s speed=4.02xError : frame= 1992 fps= 96 q=28.0 size= 9728kB time=00:01:23.31
bitrate= 956.5kbits/s speed= 4xError : frame= 2030 fps= 95 q=28.0 size= 9984kB time=00:01:24.89
bitrate= 963.4kbits/s speed=3.98xError : frame= 2073 fps= 95 q=28.0 size= 10752kB time=00:01:26.68
bitrate=1016.2kbits/s speed=3.97xError : frame= 2113 fps= 94 q=28.0 size= 11008kB time=00:01:28.35
bitrate=1020.7kbits/s speed=3.95xError : frame= 2141 fps= 94 q=28.0 size= 11264kB time=00:01:29.51
bitrate=1030.9kbits/s speed=3.91xError : frame= 2168 fps= 93 q=28.0 size= 11520kB time=00:01:30.62
bitrate=1041.3kbits/s speed=3.88xError : frame= 2205 fps= 92 q=28.0 size= 12032kB time=00:01:32.18
bitrate=1069.2kbits/s speed=3.85xError : frame= 2244 fps= 92 q=28.0 size= 12288kB time=00:01:33.80
bitrate=1073.1kbits/s speed=3.84xError : frame= 2294 fps= 92 q=28.0 size= 12544kB time=00:01:35.87
bitrate=1071.8kbits/s speed=3.85xError : frame= 2339 fps= 92 q=28.0 size= 12800kB time=00:01:37.75
bitrate=1072.7kbits/s speed=3.84xError : frame= 2389 fps= 92 q=28.0 size= 12800kB time=00:01:39.84
bitrate=1050.2kbits/s speed=3.85xError : frame= 2436 fps= 92 q=28.0 size= 13056kB time=00:01:41.79
bitrate=1050.7kbits/s speed=3.85xError : frame= 2481 fps= 92 q=28.0 size= 13312kB time=00:01:43.67
bitrate=1051.8kbits/s speed=3.85xError : frame= 2533 fps= 92 q=28.0 size= 13568kB time=00:01:45.83
bitrate=1050.2kbits/s speed=3.85xError : frame= 2564 fps= 92 q=28.0 size= 13824kB time=00:01:47.13
bitrate=1057.0kbits/s speed=3.83xError : frame= 2615 fps= 92 q=28.0 size= 14080kB time=00:01:49.27
bitrate=1055.6kbits/s speed=3.84xError : frame= 2662 fps= 92 q=28.0 size= 14336kB time=00:01:51.22
bitrate=1055.9kbits/s speed=3.84xError : frame= 2701 fps= 92 q=28.0 size= 14592kB time=00:01:52.84
bitrate=1059.3kbits/s speed=3.83xError : frame= 2746 fps= 92 q=28.0 size= 14592kB time=00:01:54.72
bitrate=1041.9kbits/s speed=3.83xError : frame= 2790 fps= 91 q=28.0 size= 14848kB time=00:01:56.56
bitrate=1043.5kbits/s speed=3.82xError : frame= 2834 fps= 91 q=28.0 size= 15360kB time=00:01:58.35
bitrate=1063.2kbits/s speed=3.82xError : frame= 2877 fps= 91 q=28.0 size= 15616kB time=00:02:00.18
bitrate=1064.4kbits/s speed=3.82xError : frame= 2921 fps= 91 q=28.0 size= 15616kB time=00:02:02.02
bitrate=1048.4kbits/s speed=3.81xError : frame= 2962 fps= 91 q=28.0 size= 15872kB time=00:02:03.71
bitrate=1051.0kbits/s speed=3.81xError : frame= 3013 fps= 91 q=28.0 size= 16128kB time=00:02:05.85
bitrate=1049.8kbits/s speed=3.81xError : frame= 3080 fps= 92 q=28.0 size= 16128kB time=00:02:08.63
bitrate=1027.1kbits/s speed=3.84xError : frame= 3147 fps= 93 q=28.0 size= 16128kB time=00:02:11.42
bitrate=1005.3kbits/s speed=3.86xError : frame= 3180 fps= 93 q=-1.0 Lsize= 16525kB time=00:02:12.49
bitrate=1021.7kbits/s speed=3.86xError : video:14336kB audio:2088kB subtitle:0kB other streams:0kB
global headers:0kB muxing overhead : 0.612608%Error : [libx264 @ 000002415f7f8280] frame I:14 Avg QP:16.64 size :
42662Error : [libx264 @ 000002415f7f8280] frame P:1149 Avg QP:20.03 size :
10088Error : [libx264 @ 000002415f7f8280] frame B:2017 Avg QP:21.44 size :
1235Error : [libx264 @ 000002415f7f8280] consecutive B-frames : 2.6% 37.5%
2.5% 57.4%Error : [libx264 @ 000002415f7f8280] mb I I16..4 : 30.9% 57.6% 11.5%
Error : [libx264 @ 000002415f7f8280] mb P I16..4 : 4.3% 5.9% 0.3%
P16..4 : 35.2% 9.9% 7.4% 0.0% 0.0% skip:36.9%Error : [libx264 @ 000002415f7f8280] mb B I16..4 : 0.3% 0.5% 0.0%
B16..8 : 19.3% 0.9% 0.1% direct : 2.0% skip:76.9% L0:39.8% L1:55.2%
BI : 5.0%Error : [libx264 @ 000002415f7f8280] 8x8 transform intra:56.7%
inter:84.0%Error : [libx264 @ 000002415f7f8280] coded y,uvDC,uvAC intra : 33.3%
65.5% 24.9% inter : 10.4% 17.5% 2.4%Error : [libx264 @ 000002415f7f8280] i16 v,h,dc,p : 59% 17% 11% 12%
Error : [libx264 @ 000002415f7f8280] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu : 35%
15% 33% 2% 3% 3% 3% 3% 2%Error : [libx264 @ 000002415f7f8280] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu : 36%
18% 13% 4% 6% 7% 6% 6% 4%Error : [libx264 @ 000002415f7f8280] i8c dc,h,v,p : 52% 17% 24% 7%
Error : [libx264 @ 000002415f7f8280] Weighted P-Frames : Y:25.6%
UV:17.5%Error : [libx264 @ 000002415f7f8280] ref P L0 : 65.1% 15.7% 14.4% 4.3%
0.5%Error : [libx264 @ 000002415f7f8280] ref B L0 : 89.8% 8.1% 2.1%
Error : [libx264 @ 000002415f7f8280] ref B L1 : 98.1% 1.9%
Error : [libx264 @ 000002415f7f8280] kb/s:886.33
Error :