View Single Post
Old 7th January 2019, 22:24   #19  |  Link
FLX90
Registered User
 
Join Date: Nov 2018
Posts: 34
Quote:
Originally Posted by Sharc View Post
Quote:
Originally Posted by FLX90
Thought that m4v is a mp4 container ...
m4v is not a container, m4v its just the extension of a video stream. The container is .mp4
That's also my knowledge.

But:

Oldboy (2003) - VC-1:
Code:
ffmpeg -i OLD_BOY.Title0.mkv -map 0:0 -c copy temp.m4v

[ipod @ 000000000067adc0] Could not find tag for codec vc1 in stream #0, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
--> doesn't work.


Sympathy for Mr. Vengeance - AVC:
Code:
ffmpeg -i SYMPATHYFORMRVENGEANCE.Title5 -map 0:0 -c copy temp.m4v
--> works.
FLX90 is offline   Reply With Quote