-
You need
ffmpeg
installed. If you have Homebrew installed on a Mac, you can do this by running:brew install ffmpeg
-
Put
process.sh
in directory containing.m4a
files. -
Ensure it's executable:
// html: | |
// <a href="javascript:;" data-scroll-to="section">Click Me!</a> | |
// <div id="section" class="scroll-to-section"></div> | |
// <h2>Section</h2> | |
// css: | |
// width: 100%; | |
// height: 0; | |
// margin-top: -6rem; | |
// padding-top: 6rem; | |
// position: relative; |
div { | |
/* position / size repeat attachment origin clip url background-color */ | |
background: 50% 50% / cover no-repeat scroll padding-box border-box url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExdHp5aWdxaGIwYm93ZHIwajMyNGMyNnhsZGNsZ3l6ZTM5ZXJ1eXd4bCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/GRPy8MKag9U1U88hzY/giphy.webp) blue; | |
} |
<?php | |
$posts = get_posts(array( | |
'posts_per_page' => -1 | |
)); | |
foreach ( $posts as $post ) { | |
echo get_permalink( $post->ID ); | |
echo "<br/>"; | |
} |
{"ease":".25,.1,.25,1","linear":"0,0,1,1","ease-in":".42,0,1,1","ease-out":"0,0,.58,1","ease-in-out":".42,0,.58,1","golden":".67,0,.4,1","windup2bounce":"1,-0.61,.36,1.14"} |
function Ready(target, cb) { | |
let observer; | |
const config = { | |
attributes: true, | |
childList: true, | |
subtree: true, | |
characterData: true | |
}; | |
if (!observer) { | |
observer = new MutationObserver(check); |
<pre><code>[[[divstyle:TProw|[[[divstyle:TPcol-lg-5 TPcol-xs-6|[[[PIC:Lgo-ICN-nav-c309.png||[[[page:##]]]||TPphoneIcnBan]]][[[PAGE-SP:FORM-477|Request an Appointment|TPstyle4 color:#a8dff9;|||Request an Appointment]]]]]] [[[divstyle:TPcol-lg-5 TPcol-xs-6|[[[PIC:ICN-phone-white-c309.png||||TPphoneIcnBan]]][[[divstyle:TPstyle4|[[[Client:OfficePhone]]] ]]] ]]] [[[divstyle:TPcol-lg-2 TPcol-xs-12 TPsocialSticky|[[[PIC:ICN-sm-Facebook-blue-c309.png||https://www.facebook.com/Nicholas-G-Dose-DMD-Family-Dentistry-in-Lake-Oswego-256916411076800/||TPsmBtnsBan]]] [[[PIC:ICN-sm-yelp3-blue-c309.png||https://www.yelp.com/biz/nicholas-dose-dmd-family-dentistry-in-lake-oswego-lake-oswego||TPsmBtnsBan]]] [[[PIC:ICN-sm-google-blue-c309.png||https://plus.google.com/+LakeOswegoDentalCare||TPsmBtnsBan]]] ]]] ]]]</code></pre> |