Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.io.video bob.io.video
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.io.videobob.io.video
  • Issues
  • #13
Closed
Open
Issue created Oct 19, 2018 by Amir MOHAMMADI@amohammadiOwner

Does not work against ffmpeg 4.0

Some tests fail when this package is compiled against ffmpeg 4.0:

======================================================================
ERROR: bob.io.video.test_codec.test_noise_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 27, in check_format_codec
    orig, framerate, encoded = function(shape, framerate, format, codec, fname)
  File "bob.io.video/bob/io/video/utils.py", line 148, in frameskip_detection
    format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_ijdctrcp.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_noise_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 27, in check_format_codec
    orig, framerate, encoded = function(shape, framerate, format, codec, fname)
  File "bob.io.video/bob/io/video/utils.py", line 111, in color_distortion
    format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_oijcem1u.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_noise_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 27, in check_format_codec
    orig, framerate, encoded = function(shape, framerate, format, codec, fname)
  File "bob.io.video/bob/io/video/utils.py", line 183, in quality_degradation
    format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_fuxcg9dr.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_noise_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 27, in check_format_codec
    orig, framerate, encoded = function(shape, framerate, format, codec, fname)
  File "bob.io.video/bob/io/video/utils.py", line 148, in frameskip_detection
    format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_v7wykwsk.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_noise_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 27, in check_format_codec
    orig, framerate, encoded = function(shape, framerate, format, codec, fname)
  File "bob.io.video/bob/io/video/utils.py", line 111, in color_distortion
    format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_25keps__.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_noise_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 27, in check_format_codec
    orig, framerate, encoded = function(shape, framerate, format, codec, fname)
  File "bob.io.video/bob/io/video/utils.py", line 183, in quality_degradation
    format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_st9p0d39.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_user_video_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 119, in check_user_video
    codec=codec, format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_6xbll0aj.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''

======================================================================
ERROR: bob.io.video.test_codec.test_user_video_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "bob.io.video/bob/io/video/test_codec.py", line 119, in check_user_video
    codec=codec, format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_brdqwnim.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''
r_video_format_mp4_codec_mpeg4
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/amir/miniconda/envs/video/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/amir/idiap/git/bobs/bob.io.video/bob/io/video/test_codec.py", line 119, in check_user_video
    codec=codec, format=format, check=True)
RuntimeError: writer - constructor: C++ exception caught: 'bob::io::video::avformat_write_header(filename=`/tmp/bobtest_brdqwnim.mov') failed: cannot write header to output file for some reason - ffmpeg reports error -1163346256 == `Not yet implemented in FFmpeg, patches welcome''
Assignee
Assign to
Time tracking