[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]

I have a .AVI of Men in Black, and an SRT of the non english

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: 40
Thread images: 9

File: Help a Roo foundation.jpg (165KB, 628x898px) Image search: [Google]
Help a Roo foundation.jpg
165KB, 628x898px
I have a .AVI of Men in Black, and an SRT of the non english parts.

Is there an easy way I can hardcode the subs or permanently attach the SRT?

Or would it be quicker/easier to DL a version already done?
>>
>>50474
Download ffmpeg
Command is:
ffmpeg -i movie.avi -c:v copy -c:a copy output.mkv
Now download MKVToolnix
With this you can open up your mkv and srt, and put the srt inside the mkv

Of course you could just download one if you want to
>>
>>50604
mkvtoolnix is all you need. open mkvmerge GUI, add the avi, add the srt, click Start muxing, done.

alternatively you can do it all in ffmpeg. just add the srt as a second -i. if you really want to hardcode them (which i do not recommend) you would need to do it in ffmpeg. but it has to re-encode the whole movie which can take quite long and runs the danger of lowering quality.
>>
>>50710
What I would prefer to do is have the SRT attached so that I can turn them on or off with the subtitles option.

Having them hardcoded because it is only a few parts where they talk alien would be preferred, but it seems that will alter the original folder and as you mention possibly compromise the quality.

Sometimes though I put the files on a USB for family to use and they play them on a PS/DVD/TV, so they wont be able to turn them on or off if its only attached....
>>
>>50718
no dude, hardcoding means that the subtitles are put into the video file
muxing them means you can turn them off/on with the video player

see, files like mkv, mp4, avi are just containers
the actual video files are .h264
the actual audio files are .mp3, .aac, .ac3, .dts, .flac

so yeah you should mux with mkvtoolnix
>>
File: Like this.png (171KB, 1360x768px) Image search: [Google]
Like this.png
171KB, 1360x768px
>>50720
Do i add both parts to the input?
>>
>>50723
yeah that's right
>>
>>50734
Nice and easy.

Ill just do them all this way now to save having a separate subs folder, fuck the non PC users, they can go without..

Other than searching the usual ways is there a place I can get subtitles for fresh of the air TV shows? for example i got ep 3 of 100 and needed subs straight away but couldnt find ant the usual googling and searching. any tips there?
>>
>>50745
I like http://addic7ed.com

99% of the time it works for me, though you might have to try a few subs depending on what release of the episode you have
>>
>>50746
>http://addic7ed.com
That has never come up through my other searches before, but it seems to be gold.

Will see how fast the yput them up and go from there. Thanks dude.
>>
>>50718
>Sometimes though I put the files on a USB for family to use and they play them on a PS/DVD/TV

just be aware that many devices don't recognise mkv. which is stupid, because mkv is open source and everybody should support it.

if you want to keep them compatible you should maybe run a test before you convert your whole collection
>>
>>50756
yeah this
If it doesn't work, convert it to mp4 with ffmpeg:
ffmpeg -i movie.mkv -c:v copy -c:a copy -c:s copy output.mp4
>>
>>50756
Yeah I have discovered MKV is pretty much incompatible with 90% of TV's, DVD players and, my in car DVD head unit. as well as Xbox and PS.

Which like you said really sucks because it is so popular now. Its the reason why I have not just gone to having a laptop connected to my TV, and use hard drives.

I havent watched an ad in years.

I wish there was a really easy way to convert the .mkv's back to AVI or MP4 format. without compromising the quality.

Its what I dont quite get though, if they are both h264 and mp3, aac or whatever then why cant the container be changed easily between .avi, mp4 and mkv?
>>
>>50778
>>50775
>>
>>50775
Probably the answer to my last part above,

will this change quality, dimensions or anything else dramatically though?
>>
>>50781
No, it's just changing the container. The filesize should be identical or very similar. The audio/video doesn't get reencoded, just put into a new package so no quality loss.
>>
File: Untitled.png (96KB, 680x561px) Image search: [Google]
Untitled.png
96KB, 680x561px
sorry to be retarded, but how the fuck do I get it to go to the directory?

I get it to d:\, then when I type in the rest it gives me this.....
>>
>>50786
ah, good old DOS commands... cd = change directory

cd Utilities
cd ffmpeg
cd bin

you can tab-complete the names of the directories

alternatively: that ff-prompt.bat you see in the ffmpeg directory. you can execute it, which adds the bin subdirectory to PATH. that means that (after a restart) you can execute ffmpeg from any directory and Windows will automatically check the directories in PATH if it finds an ffmpeg.exe.
>>
>>50786
Ok do this
open a fresh command prompt
in windows explorer go to ffmpeg/bin
drag ffmpeg.exe to command prompt

in those commands i wrote, substitude "ffmpeg" (at the start) with the drag

for example

for you it would look like (when you drag ffmpeg.exe into cmd and write out the command

D:\Utilities\ffmpeg\bin\ffmpeg.exe -i input.mkv -c:v copy -c:a copy -c:s copy output.mp4

then press enter

input and output should be filepaths

or you could do this >>50794
but i don't have experience with this
>>
>>50794
just saw you put the video into the ffmpeg directory.

i honestly don't know if that works, but ffmpeg's default directory is actually your user's home directory (C:\Windows\[Your Username])

alternatively, you can put the whole path into the ffmpeg command

eg: ffmpeg -i "D:\Videos\TV\input.mkv" -c copy "E:\converted videos\new\output.mp4"
>>
File: Untitled.png (95KB, 1354x622px) Image search: [Google]
Untitled.png
95KB, 1354x622px
>>50794
Yeah its been a while....

I moved ffmpeg folder to c:| for ease, and I have the video file in the bin folder too as per a pootube vid I saw, or do I leave the input file elsewhere?

Can I have the same input output name?

just tried again with the mib.mkv in c:\users\me fodler and it gave mib.mkv no such file or directory...

SO i go this far and it comes up with these errors?

Perhaps the command is wrong?
>>
>>50799
Does the file play?
Sometimes ffmpeg gives obscure errors but the files are perfectly fine
>>
>>50799
yeah, i wasn't gonna say anything, but i was pretty sure that guy's suggestion (>>50775 >>50797) wasn't going to work. -c:s copy means you tell ffmpeg to copy the subtitle codec, ie the srt format. but that isn't supported by the mp4 container which has it's own homebrewn subtitle format.

try it with
-c:s mov_text
instead of
-c:s copy

and double check the output file, since the subs might not be enabled by default.

get back with any new error messages
>>
File: ffmpg results.png (183KB, 1212x916px) Image search: [Google]
ffmpg results.png
183KB, 1212x916px
>>50820
File dosnt work at all, comes up with errors in WMP and VLC..

>>50821
I changed the line as you said and it seems to have worked, it created an mp4 file in the bin folder that has the srt file attached (able to turn on in the subs option)

Thanks so much for your patience and help anons, you are all legendary in my books..
>>
>>50826
No problem man, have a nice day
>>
File: Old Town.gif (693KB, 768x256px) Image search: [Google]
Old Town.gif
693KB, 768x256px
>>50828
Yeah gonna go to bed now, its midnight in straya.

You dont know how I can have working gif's as a wallpaper do you?

Like attached for example?
>>
>>50826
great.

since you're using ffmpeg anyway, you can now skip the mkv part entirely

ffmpeg -i video.avi -i subs.srt -c:v copy -c:a copy -c:s mov_text output.mp4

>>50834
sleep tight
>>
File: Untitled.png (63KB, 677x340px) Image search: [Google]
Untitled.png
63KB, 677x340px
>>50839
I just tried it on a second one, and got this error at the end but it seems to still be working fine, with subs as well..

with that command line i put both the .avi and the srt into the bin folder to make it mux them and that cuts out needing mkvtoolnix?
>>
>>50842
Yeah mkvtoolnix is not needed then
>>
>>50842
All good, I got it worked out now.

With those base codes I can just change input file name and extension to whichever I need, add subs if required and change the output filename and extension I want and it will turn it out to whatever I have done.

Fuck its easy once you have done it..

Thanks again..
>>
File: thundertown.gif (195KB, 768x256px) Image search: [Google]
thundertown.gif
195KB, 768x256px
>>50834
This should work

http://www.bionixwallpaper.com/downloads/Animated%20Desktop%20Wallpaper/

Funny thing, they have the other version of your town gif there
>>
>>50848
Ay, thats a pretty cool alternate version.

Thanks for the link mate. Ill give it a try.
>>
>>50842
>with that command line i put both the .avi and the srt into the bin folder to make it mux them and that cuts out needing mkvtoolnix?

yeah. you don't *need* to put the files into any special directory if you write out the full file paths as mentioned above >>50798 you only need the quotation marks if your file paths contain special characters like spaces

you can btw prepare commands in your favourite text editor and then just copy/paste them into the CMD window (you need to right-click > paste though, ctrl+v doesn't work)
>>
>>50852
Ok cool, ill probably just copy them to the bin because ill be sortin them as I go and it will make it easier to manage the copies.

And yeah, I have already got a wordpad doc with the codes ready for copy/paste.

I am in bionix now, and I can add the GIFs but it dosnt seem to be animating them? any ideas?
>>
>>50856
I haven't actually used bionix. Can you post a screenshot?
>>
>>50856
Try running it as administrator
or maybe remove your current wallpaper
>>
File: Untitled.png (154KB, 655x706px) Image search: [Google]
Untitled.png
154KB, 655x706px
>>50859
Downloaded and installed, added the 3 gif's and its showing them as per the timer but not animationg them, the UI looks different to the one on the website too... cant find the animation settings to change speed etc..

running as admin now...
>>
>>50863
>Lite
seems like they're asking for $$$ now

You could try this

http://www.thewindowsclub.com/windows-7-dreamscene-activator-released

It only works with .mpg and .wmv videos

I think you could convert your gifs to wmv with ffmpeg

try ffmpeg -i input.gif output.wmv
>>
>>50866
They made me turn off AdBlock, and it seems to have no setting to change the animation speed as per the UI example on the dl page.

Ill try dream scene now...
>>
>>50867
Dream scene didnt work either, downloaded an enabler, but it didnt do anything, and found a youtube vid with a link that installed a registry editor (and told me I was gonna fuck my computer with warnings from windows) but it didnt do what it said either...

Ill have more of a search tomorrow..
Thread posts: 40
Thread images: 9


[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.