xmar / 360Transformations

67 stars 16 forks source link

Example Transformations result in corrupt video output #25

Open byondrnd opened 6 years ago

byondrnd commented 6 years ago

Hi All, Tried running the examples using the dockerized module: docker run --privileged --rm -v /live-streeaming/360T ransformations/transformation/examples:/home/trans360 trans360 trans -c Config_1.ini

The output video i'm getting is corrupt.

Here is the console output: Path to the ini file: Config_1.ini duration 30272000 streams 2 vid stream 1 format name mov,mp4,m4a,3gp,3g2,mj2 bit_rate 1990107 long name QuickTime / MOV Read image 0 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 458 milliseconds estimated remaining time = 9 seconds 834 milliseconds Read image 1 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 278 milliseconds estimated remaining time = 7 seconds 105 milliseconds Read image 2 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 242 milliseconds estimated remaining time = 4 seconds 652 milliseconds Read image 3 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 270 milliseconds estimated remaining time = 2 seconds 312 milliseconds Read image 4 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 396 milliseconds estimated remaining time = PS C:\dev\live-streeaming\360Transformations\transformation> docker run --privileged --rm -v C:\dev\live-streeaming\360T ransformations\transformation\examples:/home/trans360 trans360 trans -c Config_1.ini Path to the ini file: Config_1.ini duration 30272000 streams 2 vid stream 1 format name mov,mp4,m4a,3gp,3g2,mj2 bit_rate 1990107 long name QuickTime / MOV Output video path for flow 1: input360_1_1CubeMap.mp4 x265 [info]: HEVC encoder version 2.7 x265 [info]: build info [Linux][GCC 7.3.0][64 bit] 8bit+10bit+12bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x265 [info]: Main profile, Level-5 (Main tier) x265 [warning]: No thread pool allocated, --wpp disabled x265 [warning]: No thread pool allocated, --lookahead-slices disabled x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 1 / none x265 [info]: Coding QT: max CU size, min CU size : 64 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 1 inter / 1 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 2 / 2 x265 [info]: Keyframe min / max / scenecut / bias: 24 / 250 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 20 / 4 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0 x265 [info]: References / ref-limit cu / depth : 3 / on / on x265 [info]: AQ: mode / str / qg-size / cu-tree : 1 / 1.0 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-28.0 / 0.60 x265 [info]: tools: rd=3 psy-rd=2.00 rskip signhide tmvp strong-intra-smoothing x265 [info]: tools: deblock sao Read image 0 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 428 milliseconds estimated remaining time = 9 seconds 714 milliseconds Read image 1 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 278 milliseconds estimated remaining time = 7 seconds 60 milliseconds Read image 2 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 303 milliseconds estimated remaining time = 4 seconds 674 milliseconds Read image 3 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 253 milliseconds estimated remaining time = 2 seconds 316 milliseconds Read image 4 Flow 0: Equirectangular -> CubeMap Elapsed time for this picture: 2 seconds 462 milliseconds estimated remaining time = x265 [info]: frame I: 1, Avg QP:20.88 kb/s: 2569.54 x265 [info]: frame P: 1, Avg QP:33.37 kb/s: 42.82 x265 [info]: frame B: 3, Avg QP:35.33 kb/s: 39.04 x265 [info]: Weighted P-Frames: Y:0.0% UV:0.0% x265 [info]: consecutive B-frames: 50.0% 0.0% 0.0% 50.0% 0.0%

encoded 5 frames in 14.92s (0.34 fps), 545.89 kb/s, Avg QP:32.05

input and output videos are attached: videos.zip

Thank you...