Results 1 to 15 of 15

Thread: video file

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned
    Join Date: Jul:2006
    Location: noneofyourbiz
    Posts: 483

    video file

    , .

    , video files . advanced features, / - VLC recording , desync , ( source file- ), file ( source file- ).

    recording- VLC , -, , .

    portable , .

    .

  2. #2
    Cheaters Always Win wysiwyg's Avatar
    Join Date: Sep:2006
    Location: Sofia
    Posts: 3,285
    ffmpeg!

  3. #3
    Registered User
    Join Date: Mar:2008
    Location:
    Posts: 1,479
    Avidemux, " " .

  4. #4
    Banned all's Avatar
    Join Date: Feb:2003
    Location: Sofia
    Posts: 6,980
    virtualdub.
    - virtualdub-a.
    Last edited by all; 14th October 2016 at 12:34.

  5. #5
    Banned
    Join Date: Jul:2006
    Location: noneofyourbiz
    Posts: 483
    , ffmpeg -acodec copy -vcodec copy - , file . - transcode-, options file-.

    !

  6. #6
    Registered User
    Join Date: Mar:2008
    Location:
    Posts: 1,479
    Avidemux . - . , .

  7. #7
    Cheaters Always Win wysiwyg's Avatar
    Join Date: Sep:2006
    Location: Sofia
    Posts: 3,285
    Quote Originally Posted by ionicle View Post
    , ffmpeg -acodec copy -vcodec copy - , file . - transcode-, options file-.

    !
    .

    , - , , :
    Code:
    REMUX MP4 INTO MKV
    ffmpeg -i sourcefile.mp4 -c copy output.mkv
    -----
    SPLIT FILES INTO STREAMS
    ffmpeg -i sourcefile -c copy audio.xxx video.xxx
    -----
    COMBINE 2 FILES OF THE SAME TYPE (codec/settings)
    ffmpeg -f concat -i mylist.txt -c copy output
    
    * mylist.txt must contain
    file filename1.ext
    file filename2.ext
    -----
    COMBINE AUDIO WITH VIDEO (simple)
    ffmpeg -i audio.mp3 -i video.avi -c:a copy -c:v copy output.avi
    -----
    CONVERT VOB to MKV if unknown timestamp error occurs
    ffmpeg -fflags +genpts -i sourcefile.vob -c copy -map 0 output.mkv
    -----
    SPLIT FILE INTO PARTS
    ffmpeg -ss 00:00:00.0 -t 00:50:00.0 -i sourcefile -c:a copy -c:v copy output
    -----
    SPLIT FILE BASED ON CHAPTERS
    ffmpeg -i sourcefile | grep 'start.*end.*[0-9]*' | sed -r 's/.*#[0-9]\.([0-9]*).* ([0-9]*\.[0-9]*).*( [0-9]*\.[0-9]*)/ ffmpeg -i long.mkv -ss \2 -to\3 -c:a copy -c:v copy chapter\1.mkv/g;'
    
    * -ss = input file exact time position to start from
    * -t = total output file length, not input file exact time position
    * .0 is not required for input or output lengths, it's for precision if needed
    -----
    CONVERT E-AC3 TO FLAC
    ffmpeg -i sourcefile -c:a flac output.flac
    -----
    SET FRAME SIZE
    ffmpeg -i sourcefile -vf scale=xxxx:xxxx output
    -----
    SET IMAGE QUALITY (simple)
    ffmpeg -i sourcefile -b 1800k output

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |