Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in reading the file resolution #1

Open
croxarens opened this issue Mar 16, 2015 · 0 comments
Open

Error in reading the file resolution #1

croxarens opened this issue Mar 16, 2015 · 0 comments

Comments

@croxarens
Copy link

I regularly get the following error
Fatal!!! Cannot Analyse MP4's Resolution, Please Check File Format.
due to the wrong column number in the first awk command
ffmpeg -i $mp4_file 2>&1 | grep 'Video:' | awk -F' ' '{print $11}' | awk -F'x' '{print $1}'

croxarens added a commit to croxarens/mp4-to-gif that referenced this issue Mar 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant