danielgtaylor / qtfaststart

Quicktime atom positioning in Python for fast streaming
http://programmer-art.org/
463 stars 60 forks source link

This file appears to already be setup! error #16

Open jageshm opened 10 years ago

jageshm commented 10 years ago

How to solve "This file appears to already be setup!" issue? What it is? while i convert a file its showing in terminal.

How to convert this file?

we are using shell_exec() to execute command.

Please advice

Thank you!!

danielgtaylor commented 10 years ago

@jageshm it means you do not need qtfaststart because the work that qtfaststart does has already been applied to that file. You can just use the file as-is for streaming.

maumercado commented 10 years ago

@danielgtaylor hello daniel, IMO if qtfastart exits with "This file appears to already be setup for streaming!" it should not be an error, but process should exit gracefully.

lporras commented 10 years ago

@maumercado +1

danielgtaylor commented 10 years ago

@maumercado, @lporras I agree, that seems like the proper behavior. Pull request welcome to fix it.