Closed sherifsas closed 1 year ago
Hm. Did you generate the video with the --write-video
option, or do it manually?
with both ways .... same result
ffmpeg -f rawvideo -pix_fmt gray -s:v 346x260 -r 30 -i ./tmp.gray8 -crf 0 -c:v libx264 -y ./output_file.mp4
here is my Argos.toml
args_filename = "" base_path = "/home/davis-EDI-rs/dataset"
mode = "file"
events_filename_0 = "dvSave-2022_05_17_14_48_18.aedat4" events_filename_1 = "dv-runtime2.sock" start_c = 0.30344322344322345 deblur_only = false events_only = false simulate_packet_latency = true target_latency = 500.0 optimize_c = true optimize_controller = false show_display = false show_blurred_display = false output_fps = 10000 write_video = true
Pull the latest changes and try it now. Writes to an .avi file directly, without the undefined behavior you encountered. I think it's slightly lossy, so let me know if that's a problem for you and I can see what else I can do.
still the issue was not resolved
Can you email me the .avi file? acfreeman@cs.unc.edu
Also, what version of ffmpeg do you have installed?
@ac-freeman thanks now it's working ... I was building the repo on the WSL2<ubuntu 18.04> on a windows laptop, I had to switch to a unix system, i.e., macbook.
Gotcha. I've only tested this on Linux, so I can't vouch for how it works on Windows.
Hi! first of all, great work. I am interested in deblur using the aid of event camera. I have setup everything and built the project. Unfortunately, the resolution of the output video i corrupted can you please assist me with this issue ?
I used the dataset in the project ( dvSave-2022_05_17_14_48_18.aedat4)
)