Setup AMVpack and Ut Video on OSX (AviSynth and other tools)
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
If you have exported to lossless Ut Codec then you can use ffmpeg to recontainer the MOV to AVI. Here's a guide on how to do that. Lagarith is not working with AvsPmod because you have not installed it for the PlayOnMac environment you setup, simply run that install and those files should work as well, however I do not recommend encoding to it as there will be no way to decode it in OSX.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- Anicsi
- Joined: Mon Jun 18, 2007 3:44 pm
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
Oh, alright, I will try that, though I'm really shitty with the terminal, i've only used it like twice. I understand that I do need to 'install'/'compile' ffmpeg first, and the tutorial doesn't tell me how to do that. When I download the binary for mac here, i get a folder with ffmpeg, ffprobe, ffserver. Do I have to do anything else to install it? Or am I ready to go with the terminal command? It says:l33tmeatwad wrote:If you have exported to lossless Ut Codec then you can use ffmpeg to recontainer the MOV to AVI. Here's a guide on how to do that. Lagarith is not working with AvsPmod because you have not installed it for the PlayOnMac environment you setup, simply run that install and those files should work as well, however I do not recommend encoding to it as there will be no way to decode it in OSX.
Do I have to place the video i want to recontainer in a certain destination? And I suppose I have to substitute the 'movie'.mov with the 'nameofvideo'.mov? I'm just asking because the terminal is somewhat scary to me and I don't want to mess anything up.The following command will do the trick for most videos:
ffmpeg -i movie.mov -acodec copy -vcodec copy movie.avi
On a different note, I still don't get why I got an error notice on every video I tested in my post above, despite having all of the codecs installed in my library. Do I have to install them somewhere else as well for it to work? With lagarith, i gotta install it in the AvsPmod, but just because it's a windows only codec. The others I have are cross-platform, so I don't get why i'd have to install them again and how to do that either.
Sorry for so many questions and thanks for the help!
- Anicsi
- Joined: Mon Jun 18, 2007 3:44 pm
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
Sorry, typo'd...Anicsi wrote: With lagarith, i gotta install it in the PlayOnMac environment, but just because it's a windows only codec. The others I have are cross-platform, so I don't get why i'd have to install them again and how to do that either.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
You would need the ffmpeg application and the .mov file in the same folder. As for the codecs, PlayOnMac is an easier way to run WINE on OSX and it is emulating windows so it would need the windows versions of any codecs you wish to decode installed inside of PlayOnMac. That said, these tools are mainly intended to help you convert sources for use with AMVs, so I'm not really sure what you need outside of what is included in AMVpack since that will handle any quality sources you can get (excluding lossless Lagarith that someone else sent you). Perhaps if you explain further what you are trying to open it might help me understand the problem.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- Anicsi
- Joined: Mon Jun 18, 2007 3:44 pm
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
Alright, thank you, that explains why it didn't work before! So I install the codecs the same way I installed the applications in the PlayOnMac environment? I have never had a windows computer before, so I don't really know how to install codecs there, for mac you just place them in the library folder. If there is a 64 and 32 bit version, which do I choose?
I always export my own MEP parts with Utvideo Mac version from Premiere. So if i change the container to .avi using the tutorial you showed me, and I want to script it, I still need the Utvideo windows version, correct? There won't be a problem because I encoded the video with the mac version?
And yeah, basically I am putting together a 15 minute long MEP and some parts I got are Lagarith, and others are very old and have heavy banding, so I wanted to post-process these parts before putting together the MEP. And in the end of course, I hope that zarxgui will help me compress it in a small file size, because Premiere isn't that good with small lossy compressing while still keeping good quality.
I always export my own MEP parts with Utvideo Mac version from Premiere. So if i change the container to .avi using the tutorial you showed me, and I want to script it, I still need the Utvideo windows version, correct? There won't be a problem because I encoded the video with the mac version?
And yeah, basically I am putting together a 15 minute long MEP and some parts I got are Lagarith, and others are very old and have heavy banding, so I wanted to post-process these parts before putting together the MEP. And in the end of course, I hope that zarxgui will help me compress it in a small file size, because Premiere isn't that good with small lossy compressing while still keeping good quality.
- Anicsi
- Joined: Mon Jun 18, 2007 3:44 pm
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
So I get
when I try to move it into .avi folder.
As I said, i've never worked with the terminal, should I have done anything else? Location of my ffmpeg folder with the video is my desktop. I downloaded the version here for Mountain Lion. Then I didn't do anything more, except moving the folder to my desktop. Ah, shoot, I really have no idea why it doesn't work.
Code: Select all
Last login: Sat Jan 10 22:07:29 on console
Annas-MacBook-Pro:~ annawuki$ ffmpeg -i avisynthtest4.mov -acodec copy -vcodec copy avisynthtest4.avi
-bash: ffmpeg: command not found
As I said, i've never worked with the terminal, should I have done anything else? Location of my ffmpeg folder with the video is my desktop. I downloaded the version here for Mountain Lion. Then I didn't do anything more, except moving the folder to my desktop. Ah, shoot, I really have no idea why it doesn't work.
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
Any libavcodec-based player (VLC, mplayer, mpv, etc.) can decode Lagarith, so long as it's not a horrifically outdated build of the player. The decoder was added back in January 2011, literally two days before the FFmpeg/Libav fork occurred.l33tmeatwad wrote:Lagarith [...] however I do not recommend encoding to it as there will be no way to decode it in OSX.
There's just no way to decode it in Quicktime unless someone's cooked up another libavcodec-based solution to take the place of Perian (which never was updated to expose the Lagarith decoder, IIRC).
If an application is not on the PATH (aka, the list of directories that the system searches for programs in), the user has one of three options:Anicsi wrote:So I getwhen I try to move it into .avi folder.Code: Select all
Last login: Sat Jan 10 22:07:29 on console Annas-MacBook-Pro:~ annawuki$ ffmpeg -i avisynthtest4.mov -acodec copy -vcodec copy avisynthtest4.avi -bash: ffmpeg: command not found
As I said, i've never worked with the terminal, should I have done anything else? Location of my ffmpeg folder with the video is my desktop. I downloaded the version here for Mountain Lion. Then I didn't do anything more, except moving the folder to my desktop. Ah, shoot, I really have no idea why it doesn't work.
A) The easy way:
Spoiler :
Spoiler :
Spoiler :
You also technically don't need to have everything in the same folder, since you can give ffmpeg a relative or absolute path to the video files using standard Terminal shortcuts:
Code: Select all
./ = the current directory ; usually not needed, unless you're trying to run a binary from a non-PATH location.
../ = up one directory; so if you are in /Users/yourname/videos/bigtime, ../ refers to /Users/yourname/videos
~/ = a shortcut to the root of your User directory (/Users/yourname).
$HOME/ = like ~/, a shortcut to the root of your User directory.
You can use long relative paths:
Code: Select all
ffmpeg -i "Documents/myvideo.mov" -vcodec copy -acodec copy "AMVstuff/myvideo.avi"
Code: Select all
cd Documents
ffmpeg -i "myvideo.mov" -vcodec copy -acodec copy "../AMVstuff/myvideo.avi"
Code: Select all
cd AMVstuff
ffmpeg -i "../Documents/myvideo.mov" -vcodec copy -acodec copy "myvideo.avi"
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
Yes Qyot27, I know you can play the files, but natively decoding for editing with is not possible at the moment so it's not really that useful to Mac users.
Anicsi, yes you will need to install them similar to how you installed AMVpack, but you will want to install it to the same virtual environment you created for AMVpack. As for how to use ffmpeg with terminal, Qyot27's explanation pretty much covers it.
Anicsi, yes you will need to install them similar to how you installed AMVpack, but you will want to install it to the same virtual environment you created for AMVpack. As for how to use ffmpeg with terminal, Qyot27's explanation pretty much covers it.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- Anicsi
- Joined: Mon Jun 18, 2007 3:44 pm
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
Okay, A then xD uhm, you said 'once you've used cd to get into the directory with ffmpeg(...). .... how do I do that? I tried just typing the sudo command but I got this error:Qyot27 wrote: A) The easy way:Spoiler :
Spoiler :
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Setup AMVpack and Ut Video on OSX (AviSynth and other to
'cd' is the 'change directory' command. You use it to enter or exit a folder from the Terminal. Basically, the first thing anyone needs to learn when using the Terminal is how to navigate in and out of folders with it. That's what 'cd' does. The second thing is to know how to find out what files are in the folder you're in at the moment, which is the 'ls' (list) command.Anicsi wrote:Okay, A then xD uhm, you said 'once you've used cd to get into the directory with ffmpeg(...). .... how do I do that? I tried just typing the sudo command but I got this error:Qyot27 wrote: A) The easy way:Spoiler :
In this case, you'd use it to move into the ffmpeg folder that you said you moved onto the Desktop. I can't remember what OSX's treatment of unzipping stuff is (whether it creates a folder to put the stuff in or whether it just unpacks as-is - if it unpacks as-is, then what you moved probably was the ffmpeg binary, not a folder). One trick is that you can start typing the directory name, and then hit the Tab button - it'll autocomplete the directory name so you don't have to continue typing it out. So hypothetically, if the ffmpeg folder on the Desktop is named 'ffmpeg', you'd do this:
Code: Select all
cd ~/Desktop/ffmpeg
To break the individual pieces of that command down:
cd (change directory, to the destination that follows)
~ (move into your home directory)
Desktop (move into the 'Desktop' directory)
ffmpeg (move into the 'ffmpeg' directory)
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog