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

Flip a video file #18

Open
gariepyalex opened this issue Jul 23, 2014 · 2 comments
Open

Flip a video file #18

gariepyalex opened this issue Jul 23, 2014 · 2 comments

Comments

@gariepyalex
Copy link

Hi, I use gscam to play a video file. My config line in the launch file looks like this

<param name="gscam_config" value="filesrc location=$(arg FILENAME) ! decodebin ! ffmpegcolorspace"/>

I have videos that needs to be flipped vertically. I am trying to add the flip to this line, but it doesn't work. I have found this in the gstreamer doc :

http://www.freedesktop.org/software/g...

I have tried :

<param name="gscam_config" value="filesrc location=$(arg FILENAME) ! decodebin ! ffmpegcolorspace ! videoflip method=vertical-flip"/>

but no luck.

@ajpaudyal-accenture
Copy link

Did you resolve this issue?

@clydemcqueen
Copy link

This works for me in melodic with gstreamer1.0 using videoconvert instead of ffmpegcolorspace:

"filesrc location=test.mov ! decodebin ! videoconvert ! videoflip method=vertical-flip"

or

"filesrc location=test.mov ! decodebin ! videoflip method=vertical-flip ! videoconvert"

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