kharan5876
8th October 2006, 00:40
I encoded an mkv using x264, with audio, subtitles, and dvd style chapters.
When attempting to play back this mkv with vlc media player it crashes whenever I attempt to goto Chapter 2 with the following error message:
vlc: /var/tmp/portage/libmatroska-0.8.0/work/libmatroska-0.8.0/make/linux/../../matroska/KaxCluster.h:131: uint64 libmatroska::KaxCluster::GlobalTimecodeScale() const: Assertion `bTimecodeScaleIsSet' failed.
Aborted
I encoded from a dvd source using mplayer 2pass encode to x264. Here are the encoding options I used:
mencoder dvd://1 -dvd-device ../../COWBOY_BEBOP -oac copy -ovc x264 -x264encopts frameref=6:bframes=4:b_pyramid:weight_b:4x4mv:qcomp=0.7:nr=100:bitrate=700:turbo=1:pass=1 -vf pullup,softskip,crop=720:464:0:8,harddup -ofps 24000/1001 -o /dev/null
mencoder dvd://1 -dvd-device ../../COWBOY_BEBOP -oac copy -ovc x264 -x264encopts frameref=6:bframes=4:b_pyramid:weight_b:4x4mv:qcomp=0.7:nr=100:bitrate=700:pass=2 -vf pullup,softskip,crop=720:464:0:8,harddup -ofps 24000/1001 -o bebop.avi
avi2raw bebop.avi bebop.264
MP4Box -add bebop.264 -new bebop.mp4 -fps 23.976
This is the general encoding sceme I have been using for all of my videos. I noticed some other ones also crashed vlc when seeking through the video.
My question is, could this just a bug with vlc media player or am I doing something wrong like using unsafe encoding options?
When attempting to play back this mkv with vlc media player it crashes whenever I attempt to goto Chapter 2 with the following error message:
vlc: /var/tmp/portage/libmatroska-0.8.0/work/libmatroska-0.8.0/make/linux/../../matroska/KaxCluster.h:131: uint64 libmatroska::KaxCluster::GlobalTimecodeScale() const: Assertion `bTimecodeScaleIsSet' failed.
Aborted
I encoded from a dvd source using mplayer 2pass encode to x264. Here are the encoding options I used:
mencoder dvd://1 -dvd-device ../../COWBOY_BEBOP -oac copy -ovc x264 -x264encopts frameref=6:bframes=4:b_pyramid:weight_b:4x4mv:qcomp=0.7:nr=100:bitrate=700:turbo=1:pass=1 -vf pullup,softskip,crop=720:464:0:8,harddup -ofps 24000/1001 -o /dev/null
mencoder dvd://1 -dvd-device ../../COWBOY_BEBOP -oac copy -ovc x264 -x264encopts frameref=6:bframes=4:b_pyramid:weight_b:4x4mv:qcomp=0.7:nr=100:bitrate=700:pass=2 -vf pullup,softskip,crop=720:464:0:8,harddup -ofps 24000/1001 -o bebop.avi
avi2raw bebop.avi bebop.264
MP4Box -add bebop.264 -new bebop.mp4 -fps 23.976
This is the general encoding sceme I have been using for all of my videos. I noticed some other ones also crashed vlc when seeking through the video.
My question is, could this just a bug with vlc media player or am I doing something wrong like using unsafe encoding options?