We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run video-viewer rtp://@:5600 output.mp4 --input-save=input.mp4 --input-codec=h265.
video-viewer rtp://@:5600 output.mp4 --input-save=input.mp4 --input-codec=h265
It's OK to video-viewer output.mp4, but I can't open input.mp4. Any idea, or what parameters I should provide?
video-viewer output.mp4
daniel@daniel-nvidia:~/Work/jetson-fpv$ video-viewer input.mp4 --input-codec h264 [gstreamer] initialized gstreamer, version 1.16.3.0 [gstreamer] gstDecoder -- creating decoder for input.mp4 [gstreamer] gstDecoder -- This file contains no playable streams. [gstreamer] gstDecoder -- resource discovery and auto-negotiation failed [gstreamer] gstDecoder -- pipeline string: [gstreamer] filesrc location=input.mp4 ! qtdemux ! queue ! h264parse ! nvv4l2decoder name=decoder enable-max-performance=1 ! video/x-raw(memory:NVMM) ! nvvidconv name=vidconv ! video/x-raw ! appsink name=mysink [video] created gstDecoder from file:///home/daniel/Work/jetson-fpv/input.mp4 ------------------------------------------------ gstDecoder video options: ------------------------------------------------ -- URI: file:///home/daniel/Work/jetson-fpv/input.mp4 - protocol: file - location: input.mp4 - extension: mp4 -- deviceType: file -- ioType: input -- codec: H264 -- codecType: v4l2 -- frameRate: 0 -- numBuffers: 4 -- zeroCopy: true -- flipMethod: none -- loop: 0 ------------------------------------------------ URI -- invalid resource or file path: h264 [video] videoOptions -- failed to parse output resource URI (h264) [video] videoOutput -- failed to parse command line options video-viewer: failed to create output stream daniel@daniel-nvidia:~/Work/jetson-fpv$ video-viewer input.mp4 --input-codec h265 [gstreamer] initialized gstreamer, version 1.16.3.0 [gstreamer] gstDecoder -- creating decoder for input.mp4 [gstreamer] gstDecoder -- This file contains no playable streams. [gstreamer] gstDecoder -- resource discovery and auto-negotiation failed [gstreamer] gstDecoder -- pipeline string: [gstreamer] filesrc location=input.mp4 ! qtdemux ! queue ! h265parse ! nvv4l2decoder name=decoder enable-max-performance=1 ! video/x-raw(memory:NVMM) ! nvvidconv name=vidconv ! video/x-raw ! appsink name=mysink [video] created gstDecoder from file:///home/daniel/Work/jetson-fpv/input.mp4 ------------------------------------------------ gstDecoder video options: ------------------------------------------------ -- URI: file:///home/daniel/Work/jetson-fpv/input.mp4 - protocol: file - location: input.mp4 - extension: mp4 -- deviceType: file -- ioType: input -- codec: H265 -- codecType: v4l2 -- frameRate: 0 -- numBuffers: 4 -- zeroCopy: true -- flipMethod: none -- loop: 0 ------------------------------------------------ URI -- invalid resource or file path: h265 [video] videoOptions -- failed to parse output resource URI (h265) [video] videoOutput -- failed to parse command line options video-viewer: failed to create output stream
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run
video-viewer rtp://@:5600 output.mp4 --input-save=input.mp4 --input-codec=h265
.It's OK to
video-viewer output.mp4
, but I can't open input.mp4. Any idea, or what parameters I should provide?The text was updated successfully, but these errors were encountered: