如何编辑 MP4 视频的时间戳?

如何编辑 MP4 视频的时间戳?

我的视频时间戳有问题。它们最初是用 Windows Movie Maker 以 WMV 格式创建的,我手动设置了它们的创建日期。后来我迁移到 Ubuntu,并使用AVCONV程序。问题是 Picasa(在 Ubuntu 中)忽略了 MP4 文件的时间戳(我可以将其设置为我想要的任何值),并且仍然报告原始转换日期和时间。它是某种 MP4 元数据吗?我如何查看/编辑它?

编辑:作为示例,我转换了动物园.wmv动物园.mp4使用avconv -i ZOO.wmv -strict experimental -b:v 2000k ZOO.mp4

原始 WMV 文件的 Mediainfo:

General
Complete name                            : ZOO.wmv
Format                                   : Windows Media

File size                                : 24.5 MiB
Duration                                 : 1mn 39s
Overall bit rate mode                    : Constant
Overall bit rate                         : 2 074 Kbps
Maximum Overall bit rate                 : 2 079 Kbps
Movie name                               : ZOO
Encoded date                             : UTC 2010-09-27 21:08:25.781
Application                              : Windows Movie Maker 2.1.4028.0

Video
ID                                       : 2
Format                                   : VC-1
Format profile                           : MP@ML
Codec ID                                 : WMV3
Codec ID/Info                            : Windows Media Video 9
Codec ID/Hint                            : WMV3
Description of the codec                 : Windows Media Video 9 - Professional
Duration                                 : 1mn 39s
Bit rate mode                            : Constant
Bit rate                                 : 1 900 Kbps
Width                                    : 720 pixels
Height                                   : 576 pixels
Display aspect ratio                     : 5:4
Frame rate                               : 25.000 fps
Standard                                 : PAL
Bit depth                                : 8 bits
Scan type                                : Progressive
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.183
Stream size                              : 22.5 MiB (92%)
Language                                 : Czech

Audio
ID                                       : 1
Format                                   : WMA
Format version                           : Version 2
Codec ID                                 : 161
Codec ID/Info                            : Windows Media Audio
Description of the codec                 : Windows Media Audio 9.2 - 160 kbps, 44 kHz, stereo (A/V) 1-pass CBR
Duration                                 : 1mn 39s
Bit rate mode                            : Constant
Bit rate                                 : 160 Kbps
Channel(s)                               : 2 channels
Sampling rate                            : 44.1 KHz
Bit depth                                : 16 bits
Stream size                              : 1.89 MiB (8%)
Language                                 : Czech

请注意编码日期由 Windows Movie Maker 设置,并且不是文件创建的时间戳(在 Windows 中手动设置)。

转换后的 MP4 文件的 Mediainfo:

General
Complete name                            : ZOO.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom
File size                                : 26.0 MiB
Duration                                 : 1mn 39s
Overall bit rate mode                    : Variable
Overall bit rate                         : 2 196 Kbps
Movie name                               : ZOO
Writing application                      : Lavf53.21.0

Video
ID                                       : 1
Format                                   : MPEG-4 Visual
Format profile                           : Simple@L1
Format settings, BVOP                    : No
Format settings, QPel                    : No
Format settings, GMC                     : No warppoints
Format settings, Matrix                  : Default (H.263)
Codec ID                                 : 20
Duration                                 : 1mn 39s
Bit rate                                 : 2 008 Kbps
Width                                    : 720 pixels
Height                                   : 576 pixels
Display aspect ratio                     : 5:4
Frame rate mode                          : Constant
Frame rate                               : 25.000 fps
Standard                                 : PAL
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.194
Stream size                              : 23.7 MiB (91%)
Writing library                          : Lavc53.35.0
Language                                 : Czech

Audio
ID                                       : 2
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : 40
Duration                                 : 1mn 39s
Bit rate mode                            : Variable
Bit rate                                 : 184 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 44.1 KHz
Compression mode                         : Lossy
Stream size                              : 2.18 MiB (8%)
Language                                 : Czech

答案1

事实证明这是 Picasa 的问题,而不是文件本身的问题。当我临时重命名这些文件(这样它们就会从 Picasa 中消失),然后更新它们的时间戳并重新命名时,Picasa 会使用正确的日期和时间信息再次导入它们。

相关内容