An IP BreAKDoWN
30th January 2012, 20:36
I didn't know where I should post this, since my question is on x264 I thought I should post here than on the Newbies forum. This is the first time I am encoding with x264 on the command prompt and I can't seem to figure out why I can get the first pass done but not the second.
Here is what I try and do:
cd desktop\x264
x264.exe --pass 1 --bitrate 3500 --stats episode-001-trim-test.stats --level 4.1 --preset veryslow --tune animation --demuxer avs --output NUL episode-001-trim.avs
So it makes the .stats and the .mbtree just fine, then I try to make the mkv.
x264.exe --pass 2 --bitrate 3500 --stats episode-001-trim-test.stats --level 4.1 --preset veryslow --tune animation --demuxer avs --output NUL episode-001-trim.avs episode-001-trim-test.mkv
When I do this it shows that it encodes all the way then it says its done and I look in the folder and there is no mkv to be found. I've tried many alterations, mainly switching the output mkv with the input avs, however x264 keeps saying that it couldn't open the mkv so I'm lead to believe that my ordering is correct. I hope there is just a noob mistake somewhere in the syntax but I don't know for sure.
If anyone has any suggestions or knows whats going on I'd appreciate you helping me out.
Here is what I try and do:
cd desktop\x264
x264.exe --pass 1 --bitrate 3500 --stats episode-001-trim-test.stats --level 4.1 --preset veryslow --tune animation --demuxer avs --output NUL episode-001-trim.avs
So it makes the .stats and the .mbtree just fine, then I try to make the mkv.
x264.exe --pass 2 --bitrate 3500 --stats episode-001-trim-test.stats --level 4.1 --preset veryslow --tune animation --demuxer avs --output NUL episode-001-trim.avs episode-001-trim-test.mkv
When I do this it shows that it encodes all the way then it says its done and I look in the folder and there is no mkv to be found. I've tried many alterations, mainly switching the output mkv with the input avs, however x264 keeps saying that it couldn't open the mkv so I'm lead to believe that my ordering is correct. I hope there is just a noob mistake somewhere in the syntax but I don't know for sure.
If anyone has any suggestions or knows whats going on I'd appreciate you helping me out.