Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (85)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately 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 (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (8328)

  • hey i need to download my coaching classes but they are using hls aes 128 bit encrypted streams. i downloaded m3u8 and all .ts files and found enc key

    19 mars 2023, par tinu one

    I downloaded all the .ts files using a python script but it is encrypted with aes 128.i found a encryption key (supposedly) under the network tab in developer options. I ran it through ffmpeg but got an error( invalid data found while processing ). I need these classes because they are going to remove it in may 2023. i am a noob to this and may have done step wrong. Please forgive me. I would deeply appreciate anyone who will help me find a solution to this problem. Thankyou.

    


    I downloaded all the .ts files and m3u8 file and put it inside a folder. I hosted the key file in localhost that I found under the preview tab of the network tab in developer options( it was named key/ after all and had characters which was not human readable. it also had the request URL similar to that inside the m3u8 file)because ffmpeg did not want to read the key file from my local pc. I edited the m3u8 file to access the key stored in local host and it read successfully. but it shows error( invalid data found while processing).

    


    encryption key from preview tab I found : Ø®¢Ù¦Aä [u
request url of the key : https://classes.brilliantpala.org/api/v2.5/video_contents/42475/key/

    


    unedited m3u8 file :

    


    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:19
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-KEY:METHOD=AES-128,URI="https://classes.brilliantpala.org/api/v2.4/encryption_key/40cd559c70c241699cfcda9072c4fb42/",IV=0x00000000000000000000000000000000
#EXTINF:11.680000,
video_0.ts
#EXTINF:10.000000,
video_1.ts
#EXTINF:10.000000,
etc etc..


    


    fetch("https://classes.brilliantpala.org/api/v2.5/video_contents/42475/key/", {
  "headers": {
    "accept": "*/*",
    "accept-language": "en-US,en;q=0.9",
    "sec-ch-ua": "\"Microsoft Edge\";v=\"111\", \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"111\"",
    "sec-ch-ua-mobile": "?0",
    "sec-ch-ua-platform": "\"Windows\"",
    "sec-fetch-dest": "empty",
    "sec-fetch-mode": "cors",
    "sec-fetch-site": "same-origin",
    "x-key": "5e5d8c5d0486a678ccd4935ecb9fa8a01b1db7327396184ab00b50573119e947"
  },
  "referrer": "https://classes.brilliantpala.org/courses/535/contents/42475/",
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": null,
  "method": "GET",
  "mode": "cors",
  "credentials": "include"
});```




    


  • FFMPEG color key filter applied, output to a transparent HEVC mov file, speed is different

    2 mars 2023, par Patrick Vellia

    I have an original recording that has the following ffprobe output :

    


    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  Metadata:
    major_brand     : mp41
    minor_version   : 538120216
    compatible_brands: mp41
    creation_time   : 2023-02-28T19:06:41.000000Z
    firmware        : H21.01.01.50.00
  Duration: 00:00:08.15, start: 0.000000, bitrate: 60160 kb/s
  Stream #0:0(eng): Video: hevc (Main) (hvc1 / 0x31637668), yuvj420p(pc, bt709), 3840x2160 [SAR 1:1 DAR 16:9], 59891 kb/s, 119.88 fps, 119.88 tbr, 120k tbn, 119.88 tbc (default)
    Metadata:
      creation_time   : 2023-02-28T19:06:41.000000Z
      handler_name    : GoPro H.265
      vendor_id       : [0][0][0][0]
      encoder         : GoPro H.265 encoder
      timecode        : 19:05:32:105
  Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 189 kb/s (default)
    Metadata:
      creation_time   : 2023-02-28T19:06:41.000000Z
      handler_name    : GoPro AAC  
      vendor_id       : [0][0][0][0]
      timecode        : 19:05:32:105
  Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s (default)
    Metadata:
      creation_time   : 2023-02-28T19:06:41.000000Z
      handler_name    : GoPro TCD  
      timecode        : 19:05:32:105
  Stream #0:3(eng): Data: bin_data (gpmd / 0x646D7067), 76 kb/s (default)
    Metadata:
      creation_time   : 2023-02-28T19:06:41.000000Z
      handler_name    : GoPro MET  
Unsupported codec with id 0 for input stream 2
Unsupported codec with id 100359 for input stream 3


    


    This video is chroma keyed, so I ran the following command the key out the green and export it to a HEVC mov container (the Apple HEVC supports alpha channel via the videotoolbox codec) :

    


    ffmpeg -i test.mp4 -vf colorkey=0x00b140:0.3:0.1 -vcodec hevc_videotoolbox -alpha_quality 0.5 -tag:v hvc1 output1.mov


    


    which results in this ffprobe :

    


    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output1.mov':
  Metadata:
    major_brand     : qt  
    minor_version   : 512
    compatible_brands: qt  
    encoder         : Lavf58.76.100
  Duration: 00:00:08.15, start: 0.000000, bitrate: 366946 kb/s
  Stream #0:0(eng): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, gbr/bt709/bt709, progressive), 3840x2160 [SAR 1:1 DAR 16:9], 367188 kb/s, 119.88 fps, 119.88 tbr, 120k tbn, 120k tbc (default)
    Metadata:
      handler_name    : GoPro H.265
      vendor_id       : FFMP
      encoder         : Lavc58.134.100 hevc_videotoolbo
      timecode        : 19:05:32:105
  Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 118 kb/s (default)
    Metadata:
      handler_name    : GoPro AAC  
      vendor_id       : [0][0][0][0]
  Stream #0:2(eng): Data: none (tmcd / 0x64636D74), 0 kb/s
    Metadata:
      handler_name    : GoPro H.265
      timecode        : 19:05:32:105
Unsupported codec with id 0 for input stream 2


    


    When the play the original video inside a web browser, it will play normally. As in, the video doesn't play in slo-mo but at "normal speed" which is what I actually want. User can slow it down and still have the frames necessary to keep the clarity when desired.

    


    However, when I play the second video, it is unnaturally slow even at 2x the speed.

    


    The only difference I can see above is that the export didn't include the second data stream (input 3).

    


    This was recorded on a GoPro Hero 10. I am using FFMPEG 4.6.

    


    Any help would be appreciated to fine tune the command.

    


  • Multi-Site Management (Quick-Start Guide)

    18 juillet 2024, par Erin

    Do you run multiple websites ?

    Or, you’re expanding from one to two sites ?

    Multi-site management isn’t an easy task.

    While there are dozens of reasons why you may need to operate several sites, like brick and mortar stores opening new locations in different regions, you need to ensure you’re following the right strategies so you remain successful.

    So, how do you actually manage multiple websites at the same time without spreading yourself thin ?

    Using a single dashboard.

    In this guide, we’ll cover everything you need to know about managing multiple sites in a single location at once so you can lead a successful digital strategy.

    What is multi-site management ?

    Multi-site management is the process of organising and operating multiple websites from a single location. It helps with congruent branding and improved productivity.

    Enterprise businesses that use multiple, language-specific versions of their site to target their audience in specific countries or regions can also benefit from managing their multiple sites from a single location. 

    Definition of multi-site management.

    By analysing a few websites at once, marketers and analysts can oversee a few different business websites without having to switch between multiple platforms and technologies.

    Whatever the reason is for managing multiple sites, multi-site management helps marketers and analysts establish a consistent brand presence, improve workflow efficiencies and scale operations.

    7 Benefits of multi-site management

    Multi-site management allows you to navigate and control a few websites all in one centralised location.

    List of multi-site management benefits

    Here are a few of the main benefits of multi-site management :

    1. Save time by reusing code between websites

    Saving time is the main benefit of multi-site management. Rather than managing websites from multiple platforms, logins and infrastructures, you can manage everything from one place.

    Multi-site management allows you to easily reuse core code, infrastructure and other digital assets from other sites all within one dashboard.

    So, when you need to update all of your websites, you can do it all at once in a fraction of the time.

    2. Improve productivity by having everything in one place

    How many tools do you currently use for your job on a daily basis ?

    Five ? Ten ?

    Now, imagine adding on another handful of tools, logins and technology for every site you manage.

    It’s a lot, especially if you’re managing dozens of logins, usernames and passwords.

    With multi-site management, you don’t need to have multiple login credentials. Everything’s all in one place and within one system.

    You don’t need to switch between multiple tools and platforms to get things done.

    The same strategy applies to your web analytics. If you want to streamline your productivity, make sure you’re tracking all of the data from your different websites in one place. Matomo lets you track multiple sites, domains and subdomains in one centralised location with the ‘All Websites’ dashboard which is a roll-up report. This is ideal for enterprises managing and analysing numerous sites.

    Try Matomo for Free

    Get the web insights you need, without compromising data accuracy.

    No credit card required

    3. Maintain brand image with consistent design across sites

    If you have multiple websites, subsidiaries or sister companies, it can take a great deal of effort to maintain branding consistency.

    But, if you’re leveraging a multi-site content management system, you can update your branding and design between all sites at the same time.

    If you need to make a change with your design, you don’t need to update each individual site with your new initiative. Instead, you can update multiple sites at once, allowing your visual branding to stay congruent, giving you uniformity in messaging.

    The result is an optimised user experience, which helps you increase trust with your audience, improve engagement and keep them coming back for years to come.

    4. Increase security through centralised management

    The greater your digital presence is, the more you can reach a wider range of people.

    But, there’s one downside : you expose yourself to more risk.

    Keeping multiple websites secure isn’t as easy to do if you’re leveraging dozens of different platforms and logins. 

    Instead, when you have all of your websites in one location, it can help you easily track every document. You can also control site versions for easy updates to prevent malicious attacks.

    5. Optimise scalability and flexibility

    If you plan on scaling your companies and digital presence, you need to ensure you’re able to do so without having to tear down your entire infrastructure or spend a ton of money upfront.

    For enterprise companies, multi-site management allows you to easily launch new regional sites as your company expands.

    Plus, if you have new product or marketing campaigns, you can simply add on microsites as needed by simply adding it to your current website lineup.

    This allows you to stay flexible in your marketing and growth strategies without adding extra risk or financial burden.

    6. Improve targeting and personalisation in marketing

    If you want to reach your audience better, but you’re managing multiple websites, it can be hard to not spread yourself too thin.

    But, if you’re managing a few websites in one place, it’s easier to track your audience’s interests, behaviour, wants and needs.

    By using a web analytics tool like Matomo to track the performance of multiple websites, you can see what’s resonating with your audience so you’re able to improve your targeting and offer personalised campaigns.

    Try Matomo for Free

    Get the web insights you need, without compromising data accuracy.

    No credit card required

    7. Streamline collaboration between team members

    Making your team juggle multiple platforms, websites and tools is a surefire way to give them a headache.

    Multi-site management is one of the best ways to bring your entire team into one centralised location so you can foster seamless collaboration without leaving your team confused or frustrated.

    By placing your entire website management in one place, markters, designers, developers, writers and other team members can collaborate effectively so you can get more done in less time.

    With multi-site management, you bring your entire team into a single location to work on your websites so you can speed up your content creation process, speed up problem solving and streamline communication.

    6 Best practices of multi-site management

    When you have multiple websites, you can expand your brand presence. But, one main problem arises : it becomes overwhelming for anyone managing them.

    Since each website comes with its own platform, login credentials and assets, it becomes incredibly difficult for developers, marketers and others to maintain the sites. And, if your sites aren’t looked after properly, you could end up with technical issues and branding inconsistencies, causing you to lose conversions and negatively impact the user experience.

    Thankfully, multi-site management can help you streamline your efforts, improve productivity and scale your business.

    But, before you dive into your multi-site management process, you need to ensure you implement the right strategy.

    List of best practices for multi-site management.

    Here are a few best practices to follow to succeed with multi-site management :

    1. Use a multi-site CMS

    If you want to manage multiple websites, you need to make sure you’re leveraging a CMS that offers multi-site management capabilities.

    A multi-site CMS allows you to make simple content, design or management changes simultaneously without having to switch between different systems.

    Here are a few examples of CMS’ that offer multi-site management :

    2. Integrate a headless CMS

    One of the most versatile types of content management systems is what’s known as a “headless CMS.”

    This is a CMS that lets you disconnect the front end from the back end of your website management.

    Here are a few examples of headless (and open source) CMS’ :

    A headless CMS can help you add versatility in the way you present content across multiple sites. It uses an API to give you more flexibility so you can push content to websites as well as apps, etc.

    Using a headless CMS can help you improve page load times, website performance and user experience by simplifying your tech stack.

    3. Implement cross-domain and mult-isite Matomo analytics tracking

    If you want to track the website analytics data of multiple sites, you need to implement cross-domain tracking.

    The best way to do this is by leveraging a web analytics solution like Matomo. It lets you track the performance of multiple subdomains or websites.

    With Matomo, you get easy data grouping and data roll-up reporting for streamlined tracking.

    Roll-Up-Reporting in Matomo

    This means you can track the individual performance of each site or group them together to see the shared performance.

    4. Enable multiuser management

    If you’re working with different team members who need access to your CMS, then you should consider enabling multiuser management.

    This allows several people to work within your multi-site CMS and also gives you the ability to grant or restrict access to certain abilities within the platform.

    This is handy if you have a few different stakeholders working in your CMS.

    By enabling different user permissions and access, you can improve the security of your website and protect sensitive company information.

    5. Leverage composable content

    Creating a few different websites is a great way to increase your brand reach. But, it can be time-consuming having to continuously create and update content within multiple sites.

    That’s where composable content comes in.

    It allows you to create similar content between sites using pre-made “blocks.” Content blocks act as templates so you can quickly add similar content pieces to each site without having to start over from scratch each time.

    This speeds up productivity for your designers, writers and editors and keeps brand image consistent across different sites.

    6. Use version control

    What happens if you update all of your websites with a redesign, but it flops ?

    Well, rather than having to tear it all down and redesign your site infrastructure, you can leverage version control to restore your website to a previous version.

    Version control is especially handy when you’re managing multiple sites at once and you have multiple team members working in your CMS.

    Version control is also helpful if you’re A/B testing different content. By saving previous versions of your websites, you can run tests to help you optimise your web performance. 

    For example, if you use Matomo’s A/B testing feature to experiment with different landing page designs for a lead magnet, but find that your previous version performed better, you can simply restore your websites to a previous version in seconds.

    Track web analytics for multiple websites with Matomo

    If you’re looking to expand your digital presence, then creating new websites is one of the best ways to grow your brand.

    Multi-site management can help you save time, improve productivity and maintain a consistent brand image across your empire.

    One challenge of multi-site management is tracking the performance of your websites.

    That’s where Matomo has you covered.

    Matomo is a privacy-friendly web analytics tool that collects, stores, and tracks data across multiple websites and subdomains, allowing you to improve your performance. 

    With over 1 million websites using Matomo, you can rely on it for accurate data without sampling, ensuring compliance with privacy regulations like GDPR and CCPA

    Matomo is especially beneficial for enterprises. It offers advanced roll-up reporting, enabling you to see the performance of multiple websites in one centralised dashboard. This feature, along with heatmaps, session recordings, and A/B testing, provides deeper insights into your website performance.

    Discover how Matomo can transform your web analytics with a demo. Request your demo now.