Convert

(tag)

  • Converting FLAC to ALAC using xrecode

    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 archive my discs to FLAC is described in CD Archiving Hunting around I found the… read more…

    Converting FLAC to ALAC using xrecode
  • Date Problems Converting A Dictionary To JSON

    If you want to convert a dictionary object to JSON you would use something like: myJSON = json.dumps(myDict, indent=4, sort_keys=True) read more…

    Date Problems Converting A Dictionary To JSON
  • BFrames – what are they

    Resource 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 file. P‑frames and B‑frames hold only part of the image information, so they need less… read more…