VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Member
    Join Date
    Oct 2007
    Location
    United Kingdom
    Search Comp PM
    so, on linux atm i use ffmpeg to convert content to my psp1000.

    i use this command:

    ffmpeg -i input.avi -r 29.97 -b 564k -ar 48000 -ab 128k -s 368x208 -f psp output.mp4

    now i want to add a pile of mpeg files that have no audio track, the .mpg needs an audio track of some kind or ffmpeg wont accept the file. (presumably cos of the psp in the command.

    what command can i add to the conversion if say i have input.mpg which equals 00:10:32:35 for example

    i want to ffmpeg to generate the exactly amount of silence and combine it with the input.mpeg

    any help much appreicated
    Quote Quote  
  2. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    Hi
    Try it with a command like this:-
    Code:
    ffmpeg -i input.avi -vcodec libx264 -r 29.97 -b 564k -s 368x208 -an output.mp4
    See if the result will play on your psp1000.
    Quote Quote  
  3. Member
    Join Date
    Oct 2007
    Location
    United Kingdom
    Search Comp PM
    ok i will try that, probably get time to try it monday evening. thanks
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!