Page 2 of 2

[solved] Playing video

Posted: Sat Oct 21, 2017 8:07 pm
by shinprog
I solved this issue :D !!
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
and the result is a success ^^
Image

Thanks for you help !!