Wie kann ich 3D MKV (MVC) auf AVCHD 3D remuxen?

1844
Henry

3D MKV MVC ist schön, wird aber nicht allgemein unterstützt. AVCHD 3D wird von der neuesten Produktlinie des TV / BD-Players unterstützt. Gibt es eine Möglichkeit, H264 MVC in MKV auf AVCHD 3D MTS zu remuxen?

1

1 Antwort auf die Frage

1
Steven Penny
ffmpeg -i infile.mkv -c copy -bsf h264_mp4toannexb outfile.mts 

Wenn Sie .mp4AAC-Audio ausprobieren möchten, funktioniert eines davon möglicherweise

ffmpeg -i infile.mkv -c:v copy outfile.mp4 ffmpeg -i infile.mkv -c:v copy -bsf h264_mp4toannexb outfile.mp4 
I cannot confirm if this works or not. I ran it and it did generate a .mts file but my TV which claims it supports AVCHD 3D cannot play the file. Henry vor 10 Jahren 0
würde MVC-Stream in .mp4 funktionieren? Ich habe es nicht versucht Henry vor 10 Jahren 0
Ich bin nicht sicher, ob .mp4 mit DTS-Audio funktioniert Henry vor 10 Jahren 0