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

issue regarding stylizing video frames #95

Open
kmeagle1515 opened this issue Oct 17, 2019 · 3 comments
Open

issue regarding stylizing video frames #95

kmeagle1515 opened this issue Oct 17, 2019 · 3 comments

Comments

@kmeagle1515
Copy link

kmeagle1515 commented Oct 17, 2019

I am trying to stylizing video frames which are in video_input folder and used advanced bash command on your github for the same but i don't know how to generate flow files using make-opt-flow.sh
can you tell me the steps?
Screenshot from 2019-10-17 14-47-11

i guess make-opt-flow.sh file is run using :
./make-opt-flow.sh "world_video_frames1/frame_{}.ppm" "video_output"
my frames are in format frame_0001.ppm

@kmeagle1515
Copy link
Author

Screenshot from 2019-10-17 17-11-00

@siegmattel
Copy link

just ran into the same issue, were you able to figure this out?

@enric1994
Copy link

It is working for me, you have to add the %04d so the parser recognize your frames:

bash make-opt-flow.sh my_folder/my_frames/frame_%04d.ppm my_folder/my_opticalflow_folder

If you want to manually extract the frames, you can run this:

ffmpeg -i video.mp4 my_folder/my_frames/frame_%04d.ppm

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

3 participants