-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the bug
In testing the default transcode pipeline in DIVE, the corresponding mp4 file is corrupt and the csv track_output is empty. I tried using it on a 10 second section of a video, which was 52 frames. When I opened the mp4 file in SMPlayer it said "player/mpv has finished unexpectedly" and it wouldn't open in VLC player either. The csv file had all the headers but no other data. I also tested the filter default pipeline, which produced an image sequence of all the frames and the track_output csv was also empty besides the headers.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Run Pipeline' once there's a time filter applied to a video
- Click on 'Transcoders'
- Choose 'default'
- Once pipeline has run, navigate to output and try to open mp4 file & csv.
Related data
N/A
Expected behavior
We are hoping to use this to take clips of videos and its tracks so that we can correct them, rather than taking the video clips in VLC player and running the clips through the desktop version of VIAME to produce tracks separately, since the entire video has already been run to produce a full track file.
Desktop (please complete the following information):
- OS: Windows 11
- Dive v1.9.10
Additional context
Add any other context about the problem here.