Hi
The release is a enchanced cd with data track container video in mpg container. Picard ignore the mpg file. I remux it into mp4 container but picard don’t save the video.
Original:
General
Complete name : Lexy_KPaul_vicious.mpg
Format : MPEG-PS
File size : 39.4 MiB
Duration : 3 min 49 s
Overall bit rate mode : Constant
Overall bit rate : 1 439 kb/s
Frame rate : 25.000 FPS
Video
ID : 224 (0xE0)
Format : MPEG Video
Format version : Version 1
Format settings : BVOP
Format settings, BVOP : Yes
Format settings, Matrix : Default
Format settings, GOP : M=3, N=12
Duration : 3 min 49 s
Bit rate mode : Constant
Bit rate : 1 229 kb/s
Width : 320 pixels
Height : 240 pixels
Display aspect ratio : 1.422
Frame rate : 25.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.640
Time code of first frame : 00:00:00:00
Time code source : Group of pictures header
GOP, Open/Closed : Closed
Stream size : 33.4 MiB (85%)
Audio
ID : 192 (0xC0)
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Duration : 3 min 49 s
Bit rate mode : Constant
Bit rate : 192 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Frame rate : 38.281 FPS (1152 SPF)
Compression mode : Lossy
Stream size : 5.25 MiB (13%)
Remux:
Complete name : new.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/mp41)
File size : 39.1 MiB
Duration : 3 min 49 s
Overall bit rate mode : Constant
Overall bit rate : 1 427 kb/s
Frame rate : 25.000 FPS
Writing application : Lavf62.12.102
Video
ID : 1
Format : MPEG Video
Format version : Version 1
Format settings : BVOP
Format settings, BVOP : Yes
Format settings, Matrix : Default
Format settings, GOP : M=3, N=12
Codec ID : mp4v-6A
Duration : 3 min 49 s
Source duration : 3 min 49 s
Source_Duration_FirstFrame : 34 ms
Bit rate mode : Constant
Bit rate : 1 170 kb/s
Maximum bit rate : 1 229 kb/s
Width : 320 pixels
Height : 240 pixels
Display aspect ratio : 3:2
Original display aspect ratio : 1.422
Frame rate mode : Constant
Frame rate : 25.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.609
Time code of first frame : 00:00:00:00
Time code source : Group of pictures header
GOP, Open/Closed : Closed
Stream size : 32.1 MiB (82%)
Source stream size : 33.7 MiB (86%)
mdhd_Duration : 229840
Audio
ID : 2
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 2
Codec ID : mp4a-6B
Duration : 3 min 49 s
Bit rate mode : Constant
Bit rate : 192 kb/s
Channel(s) : 2 channels
Sampling rate : 44.1 kHz
Compression mode : Lossy
Stream size : 5.25 MiB (13%)
Default : Yes
Alternate group : 1
ffmpeg:
ffmpeg -i Lexy_KPaul_vicious.mpg -c:a copy -c:v copy new.mp4
Also tryed -map_metadata -1 -map_chapters -1 and -movflags +faststart
Picard Version 3.0.0rc1 error:
E: 06:47:15,539 picard\util\thread.run:114: Traceback (most recent call last):
File "picard\util\thread.py", line 111, in run
File "picard\file.py", line 555, in _save_and_rename
AttributeError: 'MP4File' object has no attribute '_loaded_identity'
and
E: 06:47:15,540 picard\item.error_append:149: <MP4File 'new.mp4'>: 'MP4File' object has no attribute '_loaded_identity'
Im using latest Version 3.0.0rc1.
My question is how to handle video files?