danielgtaylor / qtfaststart

Quicktime atom positioning in Python for fast streaming

Home Page:http://programmer-art.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This file appears to already be setup! error

jageshm opened this issue · comments

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!!

@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.

@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.

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