BrowserSpecificFile_v2 Op
set file dependant on browser
Summary (oneliner)
Browsers support file-types differently. E.g. to create a gapless audio loop, you cannot simply loop an MP3 file, you need to create an M4A-file for Safari, an OGG-file for Firefox and an MP3-file for Chrome (and the other browsers). Otherwise the loop will have a tiny, but noticeable gap.
This op let’s you specify filenames specific for each browser. It does not handle loading of files, just the filenames.
Safari on the desktop supports any media the installed version of QuickTime can play. This includes media encoded using codecs QuickTime does not natively support, provided the codecs are installed on the user’s computer as QuickTime codec components.
Safari on iOS (including iPad) currently supports uncompressed WAV and AIF audio, MP3 audio, and AAC-LC or HE-AAC audio. HE-AAC is the preferred format.
Safari on iOS (including iPad) currently supports MPEG-4 video (Baseline profile) and QuickTime movies encoded with H.264 video (Baseline profile) and one of the supported audio types.
iPad and iPhone 3G and later support H.264 Baseline profile 3.1. Earlier versions of iPhone support H.264 Baseline profile 3.0.
To see what Safari supports in detail, click here:
- Ops.Html.BrowserSpecificFile_v2
- Core Op - Official cables op
- MIT
- Platform.js (A platform detection library that works on nearly all JavaScript platforms.)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch BrowserSpecificFile - Example
INPUT PORTS
Filename to be used in Googe Chrome
Filename to be used in Firefox
Filename to be used in Safari
Filename to be used in Internet Explorer <= 11
Filename to be used in Edge
Filename to be used in Opera
Filename to be used if there is no specific file defined for the current browser
OUTPUT PORTS
The filename specific to the current browser
The detected browser