DIVX3 Video only audio
|
23rd Apr, 2014, 05:11 PM
Post: #1
|
|||
|
|||
DIVX3 Video only audio
Sometimes happens that some video files are not played, but in the list i can see the image preview and just pressed play I can hear the audio of the video. Any hint?
|
|||
23rd Apr, 2014, 05:14 PM
Post: #2
|
|||
|
|||
RE: Video not played
You probably need a license key (mpeg or vc1).
check which codec is used on that video. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Apr, 2014, 07:23 PM
Post: #3
|
|||
|
|||
RE: Video not played | |||
23rd Apr, 2014, 07:37 PM
Post: #4
|
|||
|
|||
RE: Video not played
so you need the mpeg license.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Apr, 2014, 07:59 PM
Post: #5
|
|||
|
|||
RE: Video not played | |||
23rd Apr, 2014, 08:31 PM
Post: #6
|
|||
|
|||
RE: Video not played
(23rd Apr, 2014 07:59 PM)fabero Wrote:(23rd Apr, 2014 07:37 PM)belese Wrote: so you need the mpeg license. i'm not sure about mpeg4 (normally it doesn't need license), but have sound without image, it looks really like a missing codec, but you can wait another advice from someone who know better it this domain. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Apr, 2014, 09:00 PM
Post: #7
|
|||
|
|||
RE: Video not played
(23rd Apr, 2014 08:31 PM)belese Wrote:(23rd Apr, 2014 07:59 PM)fabero Wrote:(23rd Apr, 2014 07:37 PM)belese Wrote: so you need the mpeg license. Ok thanks, I'll wait. If you see in this case the difference, is in divx version. But a related question, how is generated the preview image? If a codec is missing, also the image can be missing or not? |
|||
23rd Apr, 2014, 09:10 PM
(This post was last modified: 23rd Apr, 2014 09:12 PM by rikardo1979.)
Post: #8
|
|||
|
|||
RE: Video not played
yes divx3 is way to old and to my knowledge doesn't work on RPi
read section 1.4 Video and audio formats the Raspberry Pi can playback ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
23rd Apr, 2014, 09:58 PM
Post: #9
|
|||
|
|||
RE: Video not played
(23rd Apr, 2014 09:10 PM)rikardo1979 Wrote: yes divx3 is way to old and to my knowledge doesn't work on RPi OK sadly to listen this ![]() ![]() Thanks for your answer. |
|||
24th Apr, 2014, 02:47 AM
Post: #10
|
|||
|
|||
RE: Video not played
Changed title to be meaningful
Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
24th Apr, 2014, 09:59 PM
Post: #11
|
|||
|
|||
RE: DIVX3 Video only audio
Thanks to all.
For those have same issue this is my solution: go in ssh and at command line do Code: sudo apt-get install ffmpeg This command install the useful ffmpeg for video conversion. After ffmpeg is installed to convert to more convenient xvid codec do this command. Code: ffmpeg -i filenameinputvideo -vcodec mpeg4 -vtag xvid filenameoutputvideo This convert the video in XVID and can be viewed without problems with XBIAN/XBMC. UPDATE: ffmpeg seems to be deprecated, so there is another way: Fist of all, install mencoder Code: sudo apt-get install mencoder Next there are 2 methods for conversion to xvid. For high quality but a little slow conversion you can do the command: Code: mencoder input.avi -ovc xvid -oac copy -xvidencopts autoaspect:bitrate=16000:chroma_opt:vhq=4:bvhq=1:quant_type=mpeg -o output.avi For a good quality and speedy conversion do: Code: mencoder input.avi -ovc xvid -oac copy -xvidencopts autoaspect:bitrate=16000 -o output.avi Check this reference for more options: http://www.mplayerhq.hu/DOCS/HTML/it/menc-feat-xvid.html I hope this helps |
|||
7th Aug, 2014, 05:37 AM
Post: #12
|
|||
|
|||
RE: DIVX3 Video only audio
xbian-package-xbmc-alsa
should play also such format ... (by using sw decode directly) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Video's output audio to DAC | DENVER44 | 2 | 7,789 |
10th Mar, 2014 05:32 PM Last Post: teekay |