Skip to content

Commit

Permalink
update-dark_mode_attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamiller committed Mar 4, 2024
1 parent 6b0476f commit 7042c9c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _site/08_video_processing_FFmpeg.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/08a_video_processing_HandBrake.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions _site/10_quality_control.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/assets/js/just-the-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ jtd.setTheme = function(theme) {

function navLink() {
var pathname = document.location.pathname;

var navLink = document.getElementById('site-nav').querySelector('a[href="' + pathname + '"]');
if (navLink) {
return navLink;
Expand Down
8 changes: 4 additions & 4 deletions _site/assets/js/search-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
},"37": {
"doc": "Video Processing with FFmpeg",
"title": "Video Processing with FFmpeg",
"content": ". 🚧 This page is currently under construction 🚧 . This technical guide was created as part of the archiving workflow for PARADISEC. Some of the content may not be relevant for general users. Last updated: 19 May 2023 . FFmpeg is an efficient and cost-effective way to process video. It is done by using a command line interface (CLI), but once the workflow is set up, it is relatively simple. ",
"content": ". 🚧 This page is currently under construction 🚧 . This technical guide was created as part of the archiving workflow for PARADISEC. Some of the content may not be relevant for general users. Last updated: 9 February 2024 . FFmpeg is an efficient and cost-effective way to process video. It is done by using a command line interface (CLI), but once the workflow is set up, it is relatively simple. ",
"url": "/08_video_processing_FFmpeg.html#video-processing-with-ffmpeg",

"relUrl": "/08_video_processing_FFmpeg.html#video-processing-with-ffmpeg"
Expand Down Expand Up @@ -302,7 +302,7 @@
},"43": {
"doc": "Video Processing with HandBrake",
"title": "Video Processing with HandBrake",
"content": ". 🚧 This page is currently under construction 🚧 . This technical guide was created as part of the archiving workflow for PARADISEC. Some of the content may not be relevant for general users. Last updated: 08 June 2023 . HandBrake is a free, open source video transcoder that you can use on Mac, Windows, and Linux systems. ",
"content": ". 🚧 This page is currently under construction 🚧 . This technical guide was created as part of the archiving workflow for PARADISEC. Some of the content may not be relevant for general users. Last updated: 01 March 2024 . HandBrake is a free, open source video transcoder that you can use on Mac, Windows, and Linux systems. ",
"url": "/08a_video_processing_HandBrake.html#video-processing-with-handbrake",

"relUrl": "/08a_video_processing_HandBrake.html#video-processing-with-handbrake"
Expand Down Expand Up @@ -393,14 +393,14 @@
},"56": {
"doc": "Quality control of audio and video files",
"title": "Quality control: checking the quality of audio and video files",
"content": "🚧 This page is currently under construction 🚧 . Last updated: 02 October 2022 . ",
"content": "🚧 This page is currently under construction 🚧 . Last updated: 01 March 2024 . ",
"url": "/10_quality_control.html#quality-control-checking-the-quality-of-audio-and-video-files",

"relUrl": "/10_quality_control.html#quality-control-checking-the-quality-of-audio-and-video-files"
},"57": {
"doc": "Quality control of audio and video files",
"title": "MediaArea tools for QC (quality checking/quality control)",
"content": "Open source tools available from MediaArea . MediaInfo . MediaInfo is a tool which allows you to look at a summary of the structural metadata of media files. Below is a comparison of how MediaInfo presents the metadata information on a PC and on a Mac, both using Tree view. You can look at multiple files at one time using the app, but be warned- if you highlight and then select open with MediaInfo on a PC, each metadata report will open a new window. On a Mac, you get one open window, but you can select which file to view from a dropdown menu in the address bar. The next section explains another option to view multiple file reports without having to look at one report at a time. Bulk output MediaInfo reoprts: Windows . This section outlines a means to extract metadata from multiple files at one time, outputting targeted metadata highlights to a csv, using a PC. Using MediaInfo GUI v21.09, open the program, then add media to explore. To do this press icon Select a folder to examine, located on left pannel of window, or go to the MediaInfo menu and select File>Open>Folder…. It is best if you have only the media you want to examine in that folder and avoid adding nested folders. The image below shows all of the videos I have added. To get this view, go to the menu and select View, then select sheet. To select what specifications you want to export to a csv, go to Options>Preferences, or just click on the wrench icon to the left. The preference window will open. Under Customize select Sheet and then New…. You will then be able to make your choices for the attributes you wish to export. You may need to experiment with this. I have selected the following 29 attributes to include in my report. You’ll notice the three categories of metadata: General, Video, Audio. These correlate to the sections of metadata found in the MediaInfo reports as seen in the comparison image above. Once you have edited your target specifications to be output in your report, a new .csv is created with this information and is saved here: C:\\Users\\“YourUserName”\\AppData\\Roaming\\MediaInfo\\Plugin\\Sheet. If you want to share this customisation with your team, you need only send them the .csv and have them place it in the correct folder, so that they do not have to recreate the process. This is what the content of that .csv plugin looks like: . When you have saved your Custom Sheet choices, you are ready to export. First, go to Preferences again to select your custom sheet from the dropdown menu: . The icon to the left with the arrow and the “i” is the export function. Alternatively, you can go to File>Export in the menu. This window will open, directing you to choose your export format. Click on the Sheet tab, select the comma from the dropdown menu for the columns separator, then name your output file and select the location where you want to save it. Bulk output MediaInfo reports: Mac . This section outlines a means to extract metadata from multiple files at one time, outputting targeted metadata highlights to a csv, using a Mac. I have downloaded and installed the app from the Mac App Store, as suggested on the MediaInfo webpage. The Mac MediaInfo app differs from the Windows version in that you cannot view sheets, or export bulk reports using the GUI. You first need to create a .txt file that lists the specifications you want to export, and name this file “Options.txt”. Again, as with the Windows specifications, you will need to experiment with how they are named. Here is some suggested content for Options.txt for video reporting: . General;%FileName%,%Format%,%Format_Profile%,%CodecID%,%FileSize%,%Duration%,%OverallBitRate%,%FileExtension%, Video;%Format%,%CodecID%,%Width%,%Height%,%DisplayAspectRatio%,%FrameRate%,%ColorSpace%,%ChromaSubsampling%,%BitDepth%,%ScanType%,%Compression_Mode%, Audio;%Channel(s)%,%ChannelLayout%,%SamplingRate%, File_End;\\r\\n . Place the Options.txt in the same folder as the videos you wish to examine. Open Terminal and navigate to the directory where your videos and the Options.txt is located. Then type the following into the terminal: . MediaInfo --Output=file://options.txt /Volumes/\"YourDirectory\" \\*.\\* > output.csv . Unfortunately, this will output a .csv without headers for the columns. My fix for this: I have a separate .csv saved with just the headers to paste in each newly exported report. If you are not able to install MediaInfo onto your computer, there is a web version of MediaInfo where you can create and download reports of your video files via the web browser. Your media stays safe, as nothing is actually uploaded to their servers. MediaInfoOnline . Media Conch . Media Conch is a tool which enables you to view batch MediaInfo reports. You can create policies that checks your media against certain parameters, determining if the metadata fits your specific needs. Below public policy that checks if an .mp4 video has H.264 encoding or not. You can find this public policy on the Public Policy tab within the app. This is the description of the checks this policy is performing: . Here is a policy I created for PARADISEC, to determine if the MXF has conformed to all of our target parameters. This checks if the MXF is lossless and has the expected colour space and chroma subsampling of YUV 4:2:2, and has a bit depth of 8, etc. Policy checking can be done across multiple files at once. Here are the results from the MXF policy check. Media Conch also allows you to view MediaInfo reports within the program as well as the more technical Media Trace reports, which present the binary architecture of the files as defined by MediaInfo. QC Tools . QC Tools offers tools that allow users to investigate the quality of digitised videos using filters and analytical tools. You can select various filters in the graph mode as seen in the image below. as well as in the player mode . Visit this QCTools page for descriptions of their playback filters. BWF MetaEdit . BWF MetaEdit - allows up to view and edit BEXT chunks in BWF audio files . ",
"content": "Open source tools available from MediaArea . MediaInfo . MediaInfo is one of MediaArea’s free tools, which allows you to look at a report of the structural metadata of media files. To see a list of all metadata fields and their descriptions, click here. Below is a comparison of how MediaInfo presents the metadata information on a PC and on a Mac, both using Tree view. You can open multiple files at one time using the app, but be warned- if you are using MediaInfo on a PC, each metadata report will open in a separate window unless you first open the app, and use the import folder option, or simply drag a selection of files the app after you have switched to Sheet view (see next). On a Mac, only one window opens, but you can select which file to view from a dropdown menu in the file address bar at the top. The next section explains another option to view multiple file reports without having to look at one report at a time. Bulk output MediaInfo reoprts: Windows . Using the MediaInfo GUI (examples are from v21.09), open the program, then add media to explore. To do this press icon Select a folder to examine, located on left pannel of window, or go to the MediaInfo menu and select File>Open>Folder…. It is best if you have only the media you want to examine in that folder and avoid adding nested folders. The image below shows all selected media files. To get this view, go to the menu and select View, then select Sheet. To select what metadata fields you want to export to a csv, go to Options>Preferences, or just click on the wrench icon to the left. The preference window will open. Under Customize select Sheet and then New…. Make your choices for the attributes you wish to export. You may need to experiment with this. I have selected the following 29 attributes to include in my export. You’ll notice the three categories of metadata: General, Video, Audio. These correlate to the sections of metadata found in the MediaInfo reports (see comparison image above). Your selections are saved as a .csv here: C:\\Users\\“YourUserName”\\AppData\\Roaming\\MediaInfo\\Plugin\\Sheet. If you want to share this customisation with someone, or use it on a different PC, just copy the .csv and place it in the correct directory on the other computer, thus avoiding having to repeat the process. Below is a snapshot of the .csv content: . When you are ready to export your batched metadata reports, go to Preferences to select your custom sheet from the dropdown menu: . Then press the icon on the left with the arrow and the “i”. This is the export function. Alternatively, you can go to File>Export in the menu. This window will open, directing you to choose your export format. Click on the Sheet tab, select the comma from the dropdown menu for the columns separator, then name your output file and select the location where you want to save it. Bulk output MediaInfo reports: Mac . You can dowload the MediaInfo app from the Mac App Store, or from the MediaArea website https://mediaarea.net/en/MediaInfo/Download/Mac_OS. The Mac MediaInfo app differs from the Windows version in that you cannot view sheets, or export bulk reports using the GUI. In order to do a bulk export you need to do the following: . | Create a .txt file that lists the specifications you want to export, and name this file “Options.txt”. Again, as with the Windows specifications, you will need to experiment with how they are named. Here is some suggested content for Options.txt for video reporting: | . General;%FileName%,%Format%,%Format_Profile%,%CodecID%,%FileSize%,%Duration%,%OverallBitRate%,%FileExtension%, Video;%Format%,%CodecID%,%Width%,%Height%,%DisplayAspectRatio%,%FrameRate%,%ColorSpace%,%ChromaSubsampling%,%BitDepth%,%ScanType%,%Compression_Mode%, Audio;%Channel(s)%,%ChannelLayout%,%SamplingRate%, File_End;\\r\\n . | Place the file Options.txt in the same folder as the files you wish to examine. | Open Terminal and navigate to the directory where your videos and the Options.txt is located. | Then type the following into the terminal: . | . MediaInfo --Output=file://options.txt /Volumes/\"YourDirectory\" \\*.\\* > output.csv . Unfortunately, this will output a .csv without headers for the columns. You can keep a separate .csv saved with just the headers to paste in each newly exported report. If you are not able to install MediaInfo onto your computer, there is a web version of MediaInfo where you can create and download reports of your video files via the web browser. Your media stays safe, as nothing is actually uploaded to their servers. MediaInfoOnline . Media Conch . Media Conch is a tool which enables you to view batch MediaInfo reports. You can create policies that checks your media against certain parameters, determining if the metadata fits your specific needs. Below public policy that checks if an .mp4 video has H.264 encoding or not. You can find this public policy on the Public Policy tab within the app. This is the description of the checks this policy is performing: . Here is a policy I created for PARADISEC, to determine if the MXF has conformed to all of our target parameters. This checks if the MXF is lossless and has the expected colour space and chroma subsampling of YUV 4:2:2, and has a bit depth of 8, etc. Policy checking can be done across multiple files at once. Here are the results from the MXF policy check. Media Conch also allows you to view MediaInfo reports within the program as well as the more technical Media Trace reports, which present the binary architecture of the files as defined by MediaInfo. QC Tools . QC Tools offers tools that allow users to investigate the quality of digitised videos using filters and analytical tools. You can select various filters in the graph mode as seen in the image below. as well as in the player mode . Visit this QCTools page for descriptions of their playback filters. BWF MetaEdit . BWF MetaEdit - allows up to view and edit BEXT chunks in BWF audio files . ",
"url": "/10_quality_control.html#mediaarea-tools-for-qc-quality-checkingquality-control",

"relUrl": "/10_quality_control.html#mediaarea-tools-for-qc-quality-checkingquality-control"
Expand Down
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-02-09T17:08:30+11:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">PARADISEC Workflows</title><subtitle>PARADISEC technical workflows and archiving guides</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.0">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-03-04T15:08:07+11:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">PARADISEC Workflows</title><subtitle>PARADISEC technical workflows and archiving guides</subtitle></feed>

0 comments on commit 7042c9c

Please sign in to comment.