Quick conversion question for AMV/Source material
- Shui
- Shuitcake
- Joined: Sun Jul 02, 2006 6:27 am
Re: Quick conversion question for AMV/Source material
If the mkv has a h.264 encoded videostream you can easily extract it with mkvtoolnix and remux it with mp4box without converting it.
Spoiler :
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Quick conversion question for AMV/Source material
One of the reasons I said ffmpeg earlier was because you can skip mkvextract and just remux directly:Shui wrote:If the mkv has a h.264 encoded videostream you can easily extract it with mkvtoolnix and remux it with mp4box without converting it.
Code: Select all
ffmpeg -i input.mkv -vcodec copy -acodec copy output.mp4
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Shui
- Shuitcake
- Joined: Sun Jul 02, 2006 6:27 am
Re: Quick conversion question for AMV/Source material
as if that'd be practical for somebody not adept with videocontainers or codecs - no man keep your elitist ffmpeg commandlines away
it's enough for me to know how to convert to utvideo with vdub and avisynth
it's enough for me to know how to convert to utvideo with vdub and avisynth
Spoiler :