Whoah?! What is going on here? This file plays just fine in Xine, Totem, and Mplayer. Any ideas?
Added by Obscura 11 months ago.
Please join Vimeo or log in to download the original file. It only takes a few seconds.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo




As noted above, it plays just fine in every player on my system. (xine, totem, mplayer)
What have I done wrong?
I don't have the script with me right now, will post tomorrow. But my case is a bit particular as I am using super8 and therefore no sound track. If needed I use Gpac to mux 264 and ac3. Stay in touch
Cheers
E
This one is used for my super 8 in HD so adapt the value of x264 as they may not fit your needs.
cheers
E
#/bin/bash
fichier=$1.264
mkfifo stream.y4m
x264 --sar 1:1 -m 6 --me umh -b 4 --b-pyramid \
--bitrate 38500 --threads 2 -o $fichier stream.y4m &
sleep 0.5
cat /dev/stdin > stream.y4m
rm stream.y4m