[solved] Playing video
Posted: Sat Oct 21, 2017 8:07 pm
I solved this issue !!
I re-converted the file using ffmepg and the official guide of Theora vorbis (https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide)
I used this command :
and the result is a success
Thanks for you help !!
I re-converted the file using ffmepg and the official guide of Theora vorbis (https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide)
I used this command :
Code: Select all
ffmpeg -i test.mp4 -codec:v libtheora -qscale:v 7 -codec:a libvorbis -qscale:a 5 output.ogv
Thanks for you help !!