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
It would be nice to be able to recover files that use opus
The text was updated successfully, but these errors were encountered:
Just send me some samples and I will have a look, could be easy.
Sorry, something went wrong.
good: https://files.catbox.moe/lk4juo.mp4
bad: https://files.catbox.moe/98q30m.mp4
original file generated using ffmpeg.exe -hide_banner -raw_format yuv422p10 -format_code Hi50 -f decklink -i "UltraStudio 4K Mini" -vcodec libx264 -vf yadif=1 -b:v 30000k -preset superfast -profile:v high422 -c:a libopus -b:a 320k -ar 48000 $encodeoutput -f mp4 "$filename"
ffmpeg.exe -hide_banner -raw_format yuv422p10 -format_code Hi50 -f decklink -i "UltraStudio 4K Mini" -vcodec libx264 -vf yadif=1 -b:v 30000k -preset superfast -profile:v high422 -c:a libopus -b:a 320k -ar 48000 $encodeoutput -f mp4 "$filename"
bad file artifically truncated using dd if=good.mp4 bs=1024 count=10k of=artibad.mp4.
dd if=good.mp4 bs=1024 count=10k of=artibad.mp4
same problem here... opus without support
No branches or pull requests
It would be nice to be able to recover files that use opus
The text was updated successfully, but these errors were encountered: