kieranjol / pyh264bitc

Create watermarked/timecoded h264s
1 stars 0 forks source link

Different timecode colon escapes required per O.S #4

Open kieranjol opened 8 years ago

kieranjol commented 8 years ago

It seems that:

  1. OSX requires 2 backslashes
  2. Windows has to have 1, two or more will fail
  3. linux is probably the same as osx, so verify.
kieranjol commented 8 years ago

the .replace() can stay as two slashes in osx and windows, but manually setting the timecode can only have one backslash.