You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}'
The text was updated successfully, but these errors were encountered:
croxarens
added a commit
to croxarens/mp4-to-gif
that referenced
this issue
Mar 16, 2015
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}'
The text was updated successfully, but these errors were encountered: