bdaddr
October 5, 2016, 3:10pm
#1
Hi,
I tried to execute reverse playback of MP4 file with Jetson TX1, but reverse playback did not work.
This was the sequence what I did.
execute “gst-install --prefix=/home/ubuntu/gst-1.6.0 --version=1.6.0”
go to “/home/ubuntu/gst-1.6.0/bin” directory
execute “gst-play-1.0 xxx.mp4”
type “t” for enabling trick mode
type “d” for changing playback direction
But reverse playback did not work with Jetson TX1.
I tried that sequence with Windows 10, it worked perfectly!
Does anyone know how to make it work?
I am not sure if nvidia plugins support trick modes at this point
bdaddr
October 11, 2016, 4:53am
#3
Hi DavidSoto,
Thank you for your comment.
So I have to try to implement trick mode by my hand…
(Decode some previous frames and pick up images and display)
DaneLLL
October 17, 2016, 8:45am
#4
Hi bdaddr,
We do not support reverse playback now. Please use ‘nvgstplayer-1.0 --help’ to see what operations are supported/implemented
source of nvgstplayer is at
https://developer.nvidia.com/embedded/dlc/l4t-24-2-sources
Thanks