[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

What program do you use for adding audio to 4k mp4 video files

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 20
Thread images: 1

File: 4k 360.png (3MB, 1672x637px) Image search: [Google]
4k 360.png
3MB, 1672x637px
What program do you use for adding audio to 4k mp4 video files quickly? windows Media Center only goes up to 1080p.

i have some content that doesnt have sound that i want to upload to the internet with music for the betterment of humanity, but i don't have 10 hours to let blender spend rendering it frame by frame and piecing it back together in mp4 only to discover that it has been downscaled inexplicably for some technical reason.
>>
>>56629092
ffmpeg with
-c:v copy
which straight copies the video stream, no modifications
>>
>>56629153
thanks ill try this. so theres no program i can just dl that isnt memeware?
>>
>>56629224
>memewear
Fuck off retard
>>
>>56629224
ffmpeg is not memeware you autistic fuck
>>
>>56629242
>>56629241
i just said i would try it.

i was refering to shit like this
https://www.movavi.com/videoconverter/
>>
>>56629352
>video convert
>adding audio
you dun guff
>>
ffmpeg -i video.mkv -i audio.flac -map 0 -map 1 -c copy both.mkv
>>
>>56629153
> -c:v copy
-c copy
is enough
>>
www.shotcut.org is straight forward enough
>>
>>56629387
no matter how many times i do this i get
ffmpeg -i video.m4v -i audio.wav -map 0 -map 1 -c copy both.mkv
ffmpeg -i video.m4v -i audio.wav -map 0 -map 1 -c copy both.mp4


is there a way to make mp4 with this? i need to upload it to youtube in 360 with the metatags
>>
>>56631031
sorry copy pasted same thing twice. this is error.
[mp4 @ 000000000225f6a0] Using AVStream.codec to pass codec parameters to muxers
is deprecated, use AVStream.codecpar instead.
Last message repeated 1 times
[mp4 @ 000000000225f6a0] Tag [1][0][0][0]/0x00000001 incompatible with output co
dec id '65536' ([0][0][0][0])
Could not write header for output file #0 (incorrect codec parameters ?): Invali
d data found when processing input
>>
>>56631043
What os
>>
>>56631043
mp4 doesn't support that tag
>>
>>56631043
You can't store wav audio in an mp4 container. You have to convert the audio into something mp4 allows, like mp3
>>
>>56631083
windows 7
>>
>>56631206
can i do this with ffmpeg ?
it would make it a lot easier to not have to open a 4th or 5th window every time
>>
>>56631521
>>56631153
>>
>>56631533
ffmpeg -i video.m4v -i audio.wav -map 0 -map 1 -c copy -c:a libmp3lame -q:a 2 both.mp4

using "-c copy" and "-c:a ..." is valid, having "-c:a ..." after overrides the audio codec
video and any other non-audio tracks will remain as-is
>>
>>56631791
also note, "-q:a 2" is the same as "V2", which might be more familiar
you can also used a fixed bitrate instead by replacing that with "-b:a 192k", for example
Thread posts: 20
Thread images: 1


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.