> In pass=2, I try "-of rawvideo -o video.264"
> But there is a movie aspect pb when I make the .mkv by :
> MP4Box -fps 25 -add video.264 video.mp4 && \
> mkvmerge -o TITRE.mkv -A video.mp4 son.ogg
> The movie aspect are correct for .mp4 and .264 but not for the .mkv :
Perhaps a solution
I notice there was 2 tracks in the video.mp4 (I don't know
why). Muxing with only one solve the pb.
So I change with :
MP4Box -fps 25 -add video.264#video video.mp4
video.264#video take only the 1rst video track.
as found in man mp4box
--
philippe
_______________________________________________
MEncoder-users mailing list
MEncoder-users@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
No comments:
Post a Comment