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

Error when executing dvpackager #726

Open
henrikskak opened this issue Sep 12, 2023 · 7 comments
Open

Error when executing dvpackager #726

henrikskak opened this issue Sep 12, 2023 · 7 comments
Labels
MOV-ffmpeg a temporary label to help track MOV issues in packager package related to dvpackager

Comments

@henrikskak
Copy link

I get this error when executing:
`dvpackager -e mov -v -s Fun.dv

I this that Detected timecode is invalid is the issue. I can extract the files using the dvrescue gui. Any idea of why this is not working?

The results will be written to .
### Packaging started: ./Fun_part1.mov
#Reading from DV stream input at byte range 0-144000
#The audio range sublist (from frame 0 to 0) is
#00:00:00.000000|00:00:00.040000|0|0|00:00:00:05|0|2007-07-27 12:25:36|720x576|25|4:2:0|16/9|32000|4||||0|144000|0
#Prepping a mapping for 4 channel input ().
#Writing a chapter track at /var/folders/6_/wy77zxyj50q38j40kjx85jlc0000gn/T/dvpackager.XXXXXX.7pcZEGho.ffmetadata.
#Found 1 point(s) for chapter marks.
#Skipping the process to embed chapters since there would only be one.
#Trying to run: /opt/homebrew/opt/ffmpegdecklink/bin/ffmpeg-dl  -y -nostdin -hide_banner -i subfile,,start,0,end,144000,,:Fun.dv    -filter_complex [0:a:0]aresample=async=1:min_hard_comp=0.01[aud1];[0:a:1]aresample=async=1:min_hard_comp=0.01[aud2] -t 0,000000000 -c:a pcm_s16le -c:v:0 copy -f mov -map 0:v:0 -map [aud1] -map [aud2] -metadata timecode=00:00:00:05 -metadata date=2007-07-27 12:25:36 -aspect 16/9 ./Fun_part1.mov
[dv @ 0x1537044b0] Detected timecode is invalid
[dv @ 0x1537044b0] Estimating duration from bitrate, this may be inaccurate
Input #0, dv, from 'subfile,,start,0,end,144000,,:Fun.dv':
  Duration: 00:00:00.04, start: 0.000000, bitrate: 28800 kb/s
  Stream #0:0: Video: dvvideo, yuv420p, 720x576 [SAR 64:45 DAR 16:9], 25000 kb/s, 25 fps, 25 tbr, 25 tbn
  Stream #0:1: Audio: pcm_s16le, 32000 Hz, stereo, s16, 1024 kb/s
  Stream #0:2: Audio: pcm_s16le, 32000 Hz, stereo, s16, 1024 kb/s
Invalid duration specification for t: 0,000000000
ERROR: Fun_part1.mov is expected but missing. Please retry with the -v option and report to https://github.com/mipops/dvrescue/issues.
@libbyhopfauf
Copy link
Member

libbyhopfauf commented Oct 23, 2024

@henrikskak would you mind downloading the latest version of the daily build for the CLI and try to package the file again?

@dericed has the order of entering the commands for packaging changed? It looks like it's maybe the reason the GUI packaged the file and the CLI didn't?

@libbyhopfauf
Copy link
Member

@henrikskak I apologize, I know that it's been awhile, but have you tested a more recent version of dvrescue? Also, are you able to package the files in a new version of the GUI?

@henrikskak
Copy link
Author

henrikskak commented Nov 13, 2024

Hi @libbyhopfauf, thank you very much for your reply. I have just tried the latest version and have some different errors. I have attached an error log. Gui seams to be working fine

terminal_output.txt

@henrikskak
Copy link
Author

henrikskak commented Nov 21, 2024

@libbyhopfauf I have just tried reinstalling everything and now I get this error. Do you know where the "Packaging error: file-missing" part comes from? Still works with the GUI
image

@libbyhopfauf
Copy link
Member

@henrikskak The GUI should be using the same version of the CLI, but from your logs it looks like things are mapped differently. Would you mind running the following command to make sure that the terminal is running the latest version you installed?

dvrescue --version

@henrikskak
Copy link
Author

@libbyhopfauf here is the version information
dvrescue --version
returns: DVRescue v.24.07 (MediaInfoLib v.24.06) by MIPoPS.

The gui returns:
image

@libbyhopfauf libbyhopfauf added package related to dvpackager MOV-ffmpeg a temporary label to help track MOV issues in packager labels Dec 17, 2024
@libbyhopfauf
Copy link
Member

@henrikskak I think this is related to issue #950. Please see the notes in there regarding ffmpeg issues for DVRescue currently when wrapping as MOV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MOV-ffmpeg a temporary label to help track MOV issues in packager package related to dvpackager
Projects
None yet
Development

No branches or pull requests

2 participants