DIVX3 Video only audio
|
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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
DIVX3 Video only audio - fabero - 23rd Apr, 2014, 05:11 PM
RE: Video not played - belese - 23rd Apr, 2014, 05:14 PM
RE: Video not played - fabero - 23rd Apr, 2014, 07:23 PM
RE: Video not played - belese - 23rd Apr, 2014, 07:37 PM
RE: Video not played - fabero - 23rd Apr, 2014, 07:59 PM
RE: Video not played - belese - 23rd Apr, 2014, 08:31 PM
RE: Video not played - fabero - 23rd Apr, 2014, 09:00 PM
RE: Video not played - rikardo1979 - 23rd Apr, 2014, 09:10 PM
RE: Video not played - fabero - 23rd Apr, 2014, 09:58 PM
RE: Video not played - IriDium - 24th Apr, 2014, 02:47 AM
RE: DIVX3 Video only audio - fabero - 24th Apr, 2014 09:59 PM
RE: DIVX3 Video only audio - mk01 - 7th Aug, 2014, 05:37 AM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Video's output audio to DAC | DENVER44 | 2 | 7,609 |
10th Mar, 2014 05:32 PM Last Post: teekay |