This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
>curl http:// UrlPath /api/library/casts -H "Authorization:SuperSecretToken" | |
[ { "arrangement" : null, | |
"feed" : { "atom:link" : { "href" : "http://pubsubhubbub.appspot.com/", | |
"rel" : "hub" | |
}, | |
"copyright" : "Copyright Jupiter Broadcasting", | |
"description" : "A weekly show covering the latest developments in the world of the BSD family of operating systems. News, Tutorials and Interviews for new users and long time developers alike.\n", | |
"docs" : "http://blogs.law.harvard.edu/tech/rss", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"token":"1337EGAh10qpLDq7xDTXG41r6T//ONLRvF5hd\/M3AX9I=" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Replace the extensions if needed | |
Get-ChildItem -File | Foreach {ffmpeg.exe -i $_.FullName -vn -acodec copy ($_.FullName -replace "\.mp4", ".aac")} |