
I save all my files in FLAC but want to be able to play them on an iPhone with a loss less codec. With Apple devices the only option is ALAC, Apple Lossless Audio Codec. The process I use to … Continue reading
I save all my files in FLAC but want to be able to play them on an iPhone with a loss less codec. With Apple devices the only option is ALAC, Apple Lossless Audio Codec. The process I use to … Continue reading
If you want to convert a dictionary object to JSON you would use something like:
myJSON = json.dumps(myDict, indent=4, sort_keys=True)
Continue readingResource Video compression picture types (Wikipedia) http://en.wikipedia.org/wiki/B_frames Description There are three types of pictures (or frames) used in video compression: I‑frames, P‑frames, and B‑frames. An I‑frame is an ‘Intra-coded picture’, in effect a fully-specified picture, like a conventional static image … Continue reading