Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

DIVX3 Video only audio
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
DIVX3 Video only audio
24th Apr, 2014, 09:59 PM
Post: #11
fabero Offline
Registered
Posts: 6
Joined: Feb 2014
Reputation: 0
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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


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 8,092 10th Mar, 2014 05:32 PM
Last Post: teekay

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 29th May, 2025, 12:14 PM Powered By MyBB, © 2002-2025 MyBB Group.