VideoHelp Forum
+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 61 to 73 of 73
Thread
  1. Originally Posted by jagabo View Post
    Originally Posted by poisondeathray View Post
    I have no idea what the dF pF etc...stand for
    %%~dF = drive letter
    %%~pF = path
    %%~nF= file name (not including the extension)

    The sequence builds the drive letter, path, and file name without the extension -- so that a new extension can be appended.

    Thanks .

    I have this list of "things to learn"; this topic along with a bunch of dos stuff is on that list (and lots of crazy avisynth stuff ugggh)

    I had your recursive batch audio post bookmarked for when I had time to learn in the future
    Quote Quote  
  2. Member
    Join Date
    Mar 2011
    Location
    Nova Scotia, Canada
    Search Comp PM
    Originally Posted by UnD3R0aTh View Post
    thx for your reply, yes i tried a few of the recommended players ... they won't play on my android phone ...
    So I did a search for "avidemux android preset" and very quickly found this:

    https://help.ubuntu.com/community/AndroidVideoEncoding

    That may be a ubuntu link but I don't see why it wouldn't work in the windows version of avidemux. I use avidemux or handbrake in linux and that's what I used to use in windows and the codec libraries are the same. And neither needs stupid codec packs.
    Quote Quote  
  3. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    @ UnD3R0aTh: IF/WHEN you feel your problem has been solved,

    please EDIT THE TITLE OF THIS THREAD ---

    --- example: erase "Plz help, VP6A mkv only plays in avidemux!" and write

    "[SOLVED] VP6A mkv only plays in avidemux".

    From the forum rules <= click:

    Try to choose a subject that describes your topic.

    Please do not use topic subjects like Help me!!! or Problems.
    Thanks for reading.
    Quote Quote  
  4. can you plz write a script for a similar but different set of files? thx

    p.s. i removed -map 0:2 from previous script because it gave error, it did encode but the final file had no audio!


    General
    Unique ID : 181263954914433585490036751662689762813 (0x885E2AF8EC81907CBC8B6E63898F3DFD)
    Complete name : *.mkv
    Format : Matroska
    Format version : Version 4 / Version 2
    File size : 274 MiB
    Duration : 55mn 28s
    Overall bit rate : 691 Kbps
    Encoded date : UTC 2013-04-21 20:54:42
    Writing application : mkvmerge v6.1.0 ('Old Devil') built on Mar 4 2013 09:10:42
    Writing library : libebml v1.3.0 + libmatroska v1.4.0


    Video #1
    ID : 1
    Format : VP6
    Format profile : Heightened Sharpness
    Codec ID : V_MS/VFW/FOURCC / VP6F
    Codec ID/Hint : On2
    Duration : 55mn 28s
    Width : 660 pixels
    Height : 600 pixels
    Display aspect ratio : 1.100
    Frame rate mode : Constant
    Frame rate : 30.000 fps
    Quote Quote  
  5. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by UnD3R0aTh View Post
    can you plz write a script for a similar but different set of files? thx
    ^
    ^ Wrong question
    Quote Quote  
  6. what?! xD

    similar codec, different group of files, that has only one video stream!
    Quote Quote  
  7. Originally Posted by UnD3R0aTh View Post
    p.s. i removed -map 0:2 from previous script because it gave error, it did encode but the final file had no audio!
    You need to figure out which stream has the audio you want and change the -map specifier to that stream. Probably -map 0:1.
    Quote Quote  
  8. i set map to map 0:1, now it gives mp4 files containing audio only!

    edit i think i figured it out, map 0:0 for video, map 0:1 for audio cheers
    Last edited by UnD3R0aTh; 8th Nov 2013 at 05:09.
    Quote Quote  
  9. Originally Posted by UnD3R0aTh View Post
    edit i think i figured it out, map 0:0 for video, map 0:1 for audio cheers
    Yes, that's what I meant. -map 0:0 means file 0, track 0. -map 0:1 means file 0, track 1.
    Quote Quote  
  10. guyz the file sizes i'm getting are big, how can i get equal or less sizes?
    Quote Quote  
  11. Use a lower bitrate.
    Quote Quote  
  12. which command, what number?



    for /F "delims=;" %%F in (mkv.txt) do "ffmpeg.exe" -i "%%F" -map 0:0 -map 0:1 -c:v libx264 -profile:v baseline -b:v 500k -x264opts nal-hrd=vbr:vbv-bufsize=2500:vbv-maxrate=2500 -c:a copy "%%~dF%%~pF%%~nF.mp4"
    Quote Quote  
  13. -b:v 500k

    this means bitrate encoding for video stream is 500kb/s

    filesize = bitrate * running time

    So if you decrease bitrate by 1/2 (e.g. -b:v 250k), the video stream filesize will be reduced by 1/2 compared to if you had encoded with 500kb/s (note that doesn't include audio , because you have to add up both audio & video bitrates , plus accessory streams and container overhead)


    There might be something else going on, it would be better if you posted a sample
    Quote Quote  



Similar Threads

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